Wikipedia – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Template creation)
 
m (Fiiix)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|[https://en.wikipedia.org/wiki/{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}]|-Wikipedia article not defined-}}</includeonly><noinclude>
<includeonly>{{#if:{{{1|}}}
Creates a [https://en.wikipedia.org/ Wikipedia] link (English version).
| <span class="wikipedia" title="Go to the '{{#replace:{{{1}}}|_|&nbsp;}}' 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||&nbsp;<span style="font-size: 0.66em">'''({{uc:{{{3}}}}})'''</span>}}}}]</span>
| -Wikipedia article not defined-
}}</includeonly><noinclude>
Creates a {{Link|https://en.wikipedia.org/wiki/Wikipedia|Wikipedia}} link.


== Usage ==
{{Feature|warning|This template has been integrated into {{Template|Link/External}}; it is kept only for historical purpose (history browsing).}}
{{<nowiki/>Wikipedia|article|text}}
* article: article's name '''on Wikipedia''' (required)
* text: link text (optional, ''article'' is used if not present)


{|class="wikitable"
[[Category:Historical Templates|{{uc:{{PAGENAME}}}}]]
|+ Examples
! Code
! Result
|-
| <nowiki>{{Wikipedia}}</nowiki>
| {{Wikipedia}}
|-
| <nowiki>{{Wikipedia|article}}</nowiki>
| {{Wikipedia|article}}
|-
| <nowiki>{{Wikipedia|ARMA_3|Arma 3}}</nowiki>
| {{Wikipedia|ARMA_3|Arma 3}}
|}
 
 
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 02:20, 24 February 2023

Creates a Wikipedia link.

This template has been integrated into {{Link/External}}; it is kept only for historical purpose (history browsing).