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.
Line 12: | Line 12: | ||
! Preview | ! Preview | ||
|- | |- | ||
| rowspan="2" style="vertical-align:top; text-align:center" | <code>{{param|1 | | rowspan="2" style="vertical-align:top; text-align:center" | <code>{{param|1}}</code> | ||
| rowspan="2" style="vertical-align:top" | Link type or link without <code>https://</code>.<br>Available link types: | | 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. | ||
Line 22: | Line 22: | ||
| style="background-color:#262626; padding:1em" | {{link|plain|wiki.teamfortress.com}} | | style="background-color:#262626; padding:1em" | {{link|plain|wiki.teamfortress.com}} | ||
|- | |- | ||
| style="vertical-align:top; text-align:center" | <code>{{param|2 | | 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="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:#1f1f1f; vertical-align:top" | <pre style="margin:0">{{link|wiki.teamfortress.com|Wikipedia Main Page}}</pre> |
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.