Template:Wlink/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
Cleanup |
||
Line 1: | Line 1: | ||
{{dochead}} | {{dochead}} | ||
Normally, if you want to link to a Wikipedia article such as {{w|just intonation}}, you have to write the entire title twice (<code> | Normally, if you want to link to a Wikipedia article such as {{w|just intonation}}, you have to write the entire title twice (<code><nowiki>[[Wikipedia: Just intonation|Just intonation]]</nowiki></code>), and it's a hassle. This template skips that step when the displayed text will be the same as the title of the article you are linking to. | ||
{{Shortcut|w}} | {{Shortcut|w}} | ||
Line 6: | Line 6: | ||
=== Parameters === | === Parameters === | ||
This parameter takes one or two unnamed parameters. | This parameter takes one or two unnamed parameters. | ||
; <code>{{{ | ; <code><nowiki>{{{1}}}</nowiki></code> (required) | ||
: Full name of the article on Wikipedia. If omitted the template will simply link to the English Wikipedia's cover page. | : Full name of the article on Wikipedia. If omitted the template will simply link to the English Wikipedia's cover page. | ||
; <code>{{{ | ; <code><nowiki>{{{2}}}</nowiki></code> (optional) | ||
: | : Text to be displayed. | ||
; <code>{{{ | ; <code><nowiki>{{{s}}}</nowiki></code> (optional) | ||
: A named parameter used to specify namespaces on Wikipedia such as <code>wp</code> (Wikipedia project pages), <code>help</code> (help pages), and <code>module</code> (Lua modules). | : A named parameter used to specify namespaces on Wikipedia such as <code>wp</code> (Wikipedia project pages), <code>help</code> (help pages), and <code>module</code> (Lua modules). | ||
: Non-English languages can also be linked using {{w|ISO 639-1}} abbreviations; for example, <code>fr</code> for French and <code>es</code> for Spanish. | : Non-English languages can also be linked using {{w|ISO 639-1}} abbreviations; for example, <code>fr</code> for French and <code>es</code> for Spanish. | ||
: The two can be combined; for example, <code> | : The two can be combined; for example, <code><nowiki>{{wlink|Vandalisme|s=fr:wp}}</nowiki></code> links to the {{wlink|Vandalisme|French Wikipedia's policy page on vandalism|s=fr:wp}}. | ||
=== See also === | === See also === | ||
* [[Template:Wikipedia]] – another template used to display a small navigation box linking to the English Wikipedia | * [[Template: Wikipedia]] – another template used to display a small navigation box linking to the English Wikipedia |