|
|
(7 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <infobox layout="stacked"> | | <infobox> |
| <image source="image" /> | | <title source="name"> |
| <title source="name" />
| | <default>{{PAGENAME}}</default> |
| | </title> |
| | <image source="image"> |
| | <caption source="image_desc" /> |
| | </image> |
| <data source="capital"> | | <data source="capital"> |
| <label>Capital</label> | | <label>Capital</label> |
Line 24: |
Line 28: |
| </data> | | </data> |
| </infobox> | | </infobox> |
|
| |
| {{Infobox
| |
| | title = {{{name|{{PAGENAME}}}}}
| |
| | image = {{#if:{{{image|}}}|[[File:{{{image|}}}|400px]]}}
| |
| | caption = {{{image_desc|}}}
| |
| | image2 = {{#if:{{{image2|}}}|[[File:{{{image2|}}}|400px]]}}
| |
| | caption2 = {{{image2_desc|}}}
| |
| |header1 =
| |
| | label1 = Title
| |
| | data1 = {{{title|}}}
| |
| | label2 = Capital
| |
| | data2 = {{{capital|}}}
| |
| | label3 = Ruler
| |
| | data3 = {{{ruler|}}}
| |
| | label5 = Government
| |
| | data5 = {{{government|}}}
| |
| | label6 = Demonym
| |
| | data6 = {{{demonym|}}}
| |
| | label7 = Adjective
| |
| | data7 = {{{adjective|}}}
| |
| | label8 = Languages
| |
| | data8 = {{{languages|}}}
| |
| | label9 = Religions
| |
| | data9 = {{{religions|}}}
| |
| }}
| |