(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 = Type | data2 = {{{type|}}} | label3 = Capital | data3 = {{{capital|}}} | label4 = Ruler | data4 = {{{ruler|}}} }}") |
No edit summary |
||
(2 intermediate revisions 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="type"> | |||
<label>Type</label> | |||
</data> | |||
<data source="capital"> | |||
<label>Capital</label> | |||
</data> | |||
<data source="ruler"> | |||
<label>Ruler</label> | |||
</data> | |||
<data source="government"> | |||
<label>Government</label> | |||
</data> | |||
</infobox> |