Template:Link/doc: Difference between revisions
Jump to navigation
Jump to search
Important:This template requires that parameters and values do not have spaces at the beginning or end. This is due to wiki engine limitations, user preferences, or other reasons.
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
! Preview | ! Preview | ||
|- | |- | ||
| rowspan=" | | rowspan="2" style="vertical-align:top; text-align:center" | <code>{{param|1}}</code> | ||
| rowspan=" | | rowspan="2" style="vertical-align:top" | Link type or link without <code>https://</code>.<br>Available link types: | ||
* <code>plain</code> - removes the external link icon. | * <code>plain</code> - removes the external link icon. | ||
{{Note|If the link type is specified, the order changes and the link is specified in the {{param|2}} parameter.}} | {{Note|If the link type is specified, the order changes and the link is specified in the {{param|2}} parameter.}} | ||
| style="background-color:#1f1f1f" | <pre style="margin:0">| | | style="background-color:#1f1f1f" | <pre style="margin:0">{{link|wiki.teamfortress.com}}</pre> | ||
| | | style="background-color:#262626; padding:1em" | {{link|wiki.teamfortress.com}} | ||
|- | |- | ||
| style="background-color:#1f1f1f" | <pre style="margin:0">| | | style="background-color:#1f1f1f" | <pre style="margin:0">{{link|plain|wiki.teamfortress.com}}</pre> | ||
| style="background-color:#262626; padding:1em" | {{link|plain|wiki.teamfortress.com}} | |||
|- | |- | ||
| | | style="vertical-align:top; text-align:center" | <code>{{param|2}}</code> | ||
| style="vertical-align:top" | Text displayed instead of a link.<br>{{Note|If the link type is specified, the order changes and the displayed text is specified in the {{param|3}} parameter.}} | |||
| style="background-color:#1f1f1f; vertical-align:top" | <pre style="margin:0">{{link|wiki.teamfortress.com|Wikipedia Main Page}}</pre> | |||
| style="background-color:#262626; vertical-align:top; padding:1em" | {{link|wiki.teamfortress.com|Team Fortress Wiki}} | |||
| | |||
| style="background-color:#1f1f1f" | <pre style="margin:0">| | |||
| | |||
|- | |- | ||
| style="vertical-align:top; text-align:center" | <code>{{param|color}}</code> | | style="vertical-align:top; text-align:center" | <code>{{param|color}}</code> | ||
| style="vertical-align:top" | | | style="vertical-align:top" | Color of displayed text. | ||
| style="background-color:#1f1f1f" | <pre style="margin:0">| color = rgb(240 180 100)</pre> | | style="background-color:#1f1f1f" | <pre style="margin:0">{{link|wiki.teamfortress.com|Team Fortress Wiki|color=rgb(240 180 100)}}</pre> | ||
| style="background-color:#262626 | | style="background-color:#262626; padding:1em" | {{link|wiki.teamfortress.com|Team Fortress Wiki|color=rgb(240 180 100)}} | ||
|} | |} | ||
Latest revision as of 11:35, 10 October 2025

This is a documentation subpage for Template:Link.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Creates an external link.
Usage
This template is usually written in a single line. To use it, insert {{Link}}
into the desired page and specify the parameters to the right of the template name in the following format: {{Link|parameter 1=value|parameter 2=value}}
.

Parameters and Examples
Parameter | Description | Example | Preview |
---|---|---|---|
{{{1}}}
|
Link type or link without https:// .Available link types:
![]() |
{{link|wiki.teamfortress.com}} |
wiki.teamfortress.com |
{{link|plain|wiki.teamfortress.com}} |
wiki.teamfortress.com | ||
{{{2}}}
|
Text displayed instead of a link.![]() |
{{link|wiki.teamfortress.com|Wikipedia Main Page}} |
Team Fortress Wiki |
{{{color}}}
|
Color of displayed text. | {{link|wiki.teamfortress.com|Team Fortress Wiki|color=rgb(240 180 100)}} |
Team Fortress Wiki |
See also
- {{codelink}} - keyboard input style link.