Template:Link

来自Valve Developer Community
跳转到导航 跳转到搜索
English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.png模板文档 [查看] [编辑] [创建 中文 (zh)]
Icon-translate.png Available doc translations
Info.png
文档页面 Template:Link/doc/zh 不存在。
模板将改为显示英文文档。如果此消息后没有任何内容,则很可能该文档甚至不存在英文版本。

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.png重要: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.png注意: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.png注意: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.