Template:Link/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
! Preview
! Preview
|-
|-
| rowspan="4" 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="4" 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.
{{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">| wikipedia.com/wiki/Main_Page</pre>
| style="background-color:#1f1f1f" | <pre style="margin:0">{{link|wiki.teamfortress.com}}</pre>
| rowspan="2" style="background-color:#262626; vertical-align:top; padding:1em" | {{link|wikipedia.com/wiki/Main_Page}}
| style="background-color:#262626; padding:1em" | {{link|wiki.teamfortress.com}}
|-
|-
| style="background-color:#1f1f1f" | <pre style="margin:0">| 1 = wikipedia.com/wiki/Main_Page</pre>
| 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="background-color:#1f1f1f" | <pre style="margin:0">| plain</pre>
| style="vertical-align:top; text-align:center" | <code>{{param|2}}</code>
| rowspan="2" style="background-color:#262626; vertical-align:top; padding:1em" | {{link|plain|wikipedia.com/wiki/Main_Page}}
| 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" | <pre style="margin:0">| 1 = plain</pre>
| style="background-color:#262626; vertical-align:top; padding:1em" | {{link|wiki.teamfortress.com|Team Fortress Wiki}}
|-
| rowspan="2" style="vertical-align:top; text-align:center" | <code>{{param|2}}</code> or <code>{{param|3}}</code>
| rowspan="2" 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" | <pre style="margin:0">| wikipedia.com/wiki/Main_Page | Wikipedia Main Page</pre>
| rowspan="2" style="background-color:#262626; vertical-align:top; padding:1em" | {{link|wikipedia.com/wiki/Main_Page|Wikipedia Main Page}}
|-
| style="background-color:#1f1f1f" | <pre style="margin:0">| 2 = Wikipedia Main Page</pre>
|-
|-
| 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" | Text color.
| 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; vertical-align:top; padding:1em" | {{link|wikipedia.com/wiki/Main_Page|Wikipedia Main Page|color=rgb(240 180 100)}}
| 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

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.