Template:InterwikiInfobox: Difference between revisions

no edit summary
(good enough to work; colours will come shortly)
 
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 3: Line 3:
</noinclude>
</noinclude>
|-
|-
|style="background-color:#dfdfdf"|'''Article on {{{1}}}'''
|style="background-color:{{InterwikiColour|{{{2}}}|bg}};--darkbg:{{InterwikiColour|{{{2}}}|bg|dark=y}};"|'''Article{{#if:{{{page2|}}}|s}} on {{{1}}}'''
|[[{{{2}}}:{{{3}}}|{{{4}}}]]
|colspan="{{{colspan|1}}}"|[[{{{2}}}:{{{3}}}|{{{4}}}]]{{#if:{{{page2|}}}|<br>[[{{{2}}}:{{{page2}}}|{{{title2}}}]]}}
|-
|-
<noinclude>
<noinclude>
Line 12: Line 12:
Stick this template before the <nowiki>|}</nowiki> of an infobox (like a stage infobox) like this:
Stick this template before the <nowiki>|}</nowiki> of an infobox (like a stage infobox) like this:


<code><nowiki>{{InterwikiInfobox|name of wiki|interwiki prefix|article name on that wiki|desired title of link}}</nowiki></code>
<code><nowiki>{{InterwikiInfobox|name of wiki|interwiki prefix|article name on that wiki|desired title of link|colspan=1}}</nowiki></code>


[[Category:Templates]]
The colspan part is optional, for infoboxes like {{t|Infobox Enemy}} that use multicolumns.
</noinclude>
 
To link to two pages at once:
 
<code><nowiki>{{InterwikiInfobox|name of wiki|interwiki prefix|article name on that wiki|desired title of link|page2=second page|title2=second title}}</nowiki></code>
 
The page2 and title2 names must be present to elimiate confusion with the colspan ability.
 
[[Category:Meta-templates]]</noinclude>