Template:Infobox province: Difference between revisions

Created page with "<!-- Template:Infobox province (HTML-safe, auto-links, collapsible lists) --> <table class="infobox infobox-province"> <tr> <th class="infobox-title" colspan="2">{{{name|{{PAGENAME}}}}}</th> </tr> {{#if: {{{flag|}}} | <tr> <td class="infobox-image mw-no-invert" colspan="2"> [[File:{{{flag}}}|{{{flagsize|260px}}}|alt={{{flag_alt|}}}|center]] {{#pageimage:{{{flag}}}}} {{#if: {{{flag_caption|}}} | <div class="infobox-caption">{{{flag_capti..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
     <td class="infobox-image mw-no-invert" colspan="2">
     <td class="infobox-image mw-no-invert" colspan="2">
       [[File:{{{flag}}}|{{{flagsize|260px}}}|alt={{{flag_alt|}}}|center]]
       [[File:{{{flag}}}|{{{flagsize|260px}}}|alt={{{flag_alt|}}}|center]]
      {{#pageimage:{{{flag}}}}}
       {{#if: {{{flag_caption|}}} | <div class="infobox-caption">{{{flag_caption}}}</div> }}
       {{#if: {{{flag_caption|}}} | <div class="infobox-caption">{{{flag_caption}}}</div> }}
     </td>
     </td>
Line 81: Line 80:


</table>
</table>
<includeonly>{{#ifeq:{{NAMESPACE}}| | {{#if:{{{nocat|}}}| | [[Category:Provinces]]}} }}</includeonly>


<noinclude>
<noinclude>
Line 107: Line 108:
     "city8":      { "label": "Notable city 8 (page name)", "type": "string" },
     "city8":      { "label": "Notable city 8 (page name)", "type": "string" },
     "city9":      { "label": "Notable city 9 (page name)", "type": "string" },
     "city9":      { "label": "Notable city 9 (page name)", "type": "string" },
     "city10":      { "label": "Notable city 10 (page name)", "type": "string" },
     "city10":      { "label": "Notable city 10 (page name)", "type": "string" }
 
    "duchy1":      { "label": "Notable duchy 1 (page name)", "type": "string" },
    "duchy2":      { "label": "Notable duchy 2 (page name)", "type": "string" },
    "duchy3":      { "label": "Notable duchy 3 (page name)", "type": "string" },
    "duchy4":      { "label": "Notable duchy 4 (page name)", "type": "string" },
    "duchy5":      { "label": "Notable duchy 5 (page name)", "type": "string" },
    "duchy6":      { "label": "Notable duchy 6 (page name)", "type": "string" },
    "duchy7":      { "label": "Notable duchy 7 (page name)", "type": "string" },
    "duchy8":      { "label": "Notable duchy 8 (page name)", "type": "string" },
    "duchy9":      { "label": "Notable duchy 9 (page name)", "type": "string" },
    "duchy10":    { "label": "Notable duchy 10 (page name)", "type": "string" }
   },
   },
   "paramOrder": ["name","flag","flagsize","flag_alt","flag_caption","nation","capital","premier","city1","city2","city3","city4","city5","city6","city7","city8","city9","city10","duchy1","duchy2","duchy3","duchy4","duchy5","duchy6","duchy7","duchy8","duchy9","duchy10"]
   "paramOrder": ["name","flag","flagsize","flag_alt","flag_caption","nation","capital","premier","city1","city2","city3","city4","city5","city6","city7","city8","city9","city10"]
}
}
</templatedata>
</templatedata>