(Created page with "{{Infobox | title = {{{name|{{PAGENAME}}}}} | image = {{#if:{{{image|}}}|[[File:{{{image|}}}|300px]]}} | caption = {{{image_desc|}}} | image2 = {{#if:{{{image2|}}}|[[File:{{{image2|}}}|300px]]}} | caption2 = {{{image2_desc|}}} |header1 = | label1 = Nation | data1 = {{{nation|}}} | label2 = City | data2 = {{{city|}}} | label3 = Ruler | data3 = {{{ruler|}}} | label4 = Government | data4 = {{{government|}}} }}") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | |||
<title source="name"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"> | |||
<caption source="image_desc" /> | |||
</image> | |||
<data source="nation"> | |||
<label>Nation</label> | |||
</data> | |||
<data source="city"> | |||
<label>City</label> | |||
</data> | |||
<data source="ruler"> | |||
<label>Ruler</label> | |||
</data> | |||
<data source="government"> | |||
<label>Government</label> | |||
</data> | |||
</infobox> |