|
|
Line 1: |
Line 1: |
| <includeonly>{{#if:{{{1|}}} | | <includeonly>{{Link|link= {{{1}}}|text= {{{2|}}}}}</includeonly><noinclude> |
| | <span class="wikipedia" title="Go to the '{{#replace:{{{1}}}|_| }}' Wikipedia article{{#if:{{{3|}}}|<nowiki/> ({{uc:{{{3}}}}})}}">[https://{{#if:{{{3|}}}|{{lc:{{{3}}}}}|en}}.wikipedia.org/wiki/{{#replace:{{{1}}}| |_}} {{#if:{{{2|}}}|<nowiki/>{{{2}}}|{{{1}}}}}{{#if:{{{3|}}}|{{#ifeq:{{lc:{{{3|}}}}}|en|| <span style="font-size: 0.66em">'''({{uc:{{{3}}}}})'''</span>}}}}]</span> | | Creates a {{Link|https://en.wikipedia.org/wiki/Wikipedia|Wikipedia}} link. |
| | -Wikipedia article not defined-
| |
| }}</includeonly><noinclude> | |
| Creates a [https://en.wikipedia.org/wiki/Wikipedia Wikipedia] link. | |
|
| |
|
| == Usage ==
| | {{Feature|warning|This template has been merged into {{Template|Link/External}}; it is kept only for historical purpose (history browsing).}} |
| {{<nowiki/>Wikipedia|article|text|lang}} | |
| * article: article's name '''on Wikipedia''' - spaces {{hl| }} are automatically converted to underscores {{hl|_}} (required)
| |
| * text: link text (optional, ''article'' is used if not present)
| |
| * lang: Wikipedia language code on two letters: the https://'''{lang}'''.wikipedia.org/ part. (optional, case-insensitive, default "en")
| |
|
| |
|
| {| class="wikitable"
| | [[Category:Historical Templates|{{uc:{{PAGENAME}}}}]] |
| |+ Examples
| |
| ! Code
| |
| ! Result
| |
| |-
| |
| | <nowiki>{{Wikipedia}}</nowiki>
| |
| | {{Wikipedia}}
| |
| |-
| |
| | <nowiki>{{Wikipedia|article}}</nowiki>
| |
| | {{Wikipedia|article}}
| |
| |-
| |
| | <nowiki>{{Wikipedia|ARMA 3}}</nowiki>
| |
| | {{Wikipedia|ARMA 3}}
| |
| |-
| |
| | <nowiki>{{Wikipedia|ARMA_3|Arma 3}}</nowiki>
| |
| | {{Wikipedia|ARMA_3|Arma 3}}
| |
| |-
| |
| | <nowiki>{{Wikipedia|ARMA_III|Arma 3|fr}}</nowiki>
| |
| | {{Wikipedia|ARMA_III|Arma 3|fr}}
| |
| |-
| |
| | <nowiki>{{Wikipedia|RGB|#RRGGBB}}</nowiki>
| |
| | {{Wikipedia|RGB|#RRGGBB}}
| |
| |-
| |
| | <nowiki>{{Wikipedia|ARGB|#AARRGGBB|de}}</nowiki>
| |
| | {{Wikipedia|ARGB|#AARRGGBB|de}}
| |
| |}
| |
| | |
| | |
| [[Category:Templates|{{uc:{{PAGENAME}}}}]] | |
| </noinclude> | | </noinclude> |