Template:Link/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
 
Line 12: Line 12:
! Preview
! Preview
|-
|-
| rowspan="2" style="vertical-align:top; text-align:center" | <code>{{param|1}}</code> or <code>{{param|2}}</code>
| 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}}</code> or <code>{{param|3}}</code>
| 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

Edit-copy.png
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.

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}}.

Icon-Important.pngImportant: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.

Parameters and Examples

Parameter Description Example Preview
{{{1}}} Link type or link without https://.
Available link types:
  • plain - removes the external link icon.
Note.pngNote:If the link type is specified, the order changes and the link is specified in the {{{2}}} parameter.
{{link|wiki.teamfortress.com}}
wiki.teamfortress.com
{{link|plain|wiki.teamfortress.com}}
wiki.teamfortress.com
{{{2}}} Text displayed instead of a link.
Note.pngNote:If the link type is specified, the order changes and the displayed text is specified in the {{{3}}} parameter.
{{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.