|
|
| Line 1: |
Line 1: |
| <includeonly>
| | |
| {| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:300px; font-size:90%;"
| |
| ! colspan="2" style="text-align:center; background:#cee0f2; font-size:125%; padding:6px;" | {{#if:{{{title1|}}}|{{{title1}}}|{{PAGENAME}}}}
| |
| {{#if:{{{image1|}}}|
| |
| |-
| |
| | colspan="2" style="text-align:center;" | [[File:{{{image1}}}|280px]]
| |
| |-
| |
| | colspan="2" style="text-align:center;" | {{{caption-image1|}}}
| |
| |}}
| |
| {{#if:{{{image2|}}}|
| |
| |-
| |
| | colspan="2" style="text-align:center;" | [[File:{{{image2}}}|280px]]
| |
| |-
| |
| | colspan="2" style="text-align:center;" | {{{caption-image2|}}}
| |
| |}}
| |
| {{#if:{{{national_anthem|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | National Anthem
| |
| | {{{national_anthem|}}}
| |
| |}}
| |
| {{#if:{{{capital|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Capital
| |
| | {{{capital|}}}
| |
| |}}
| |
| {{#if:{{{largest_city|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Largest City
| |
| | {{{largest_city|}}}
| |
| |}}
| |
| {{#if:{{{national_language|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | National Language
| |
| | {{{national_language|}}}
| |
| |}}
| |
| {{#if:{{{religion|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Religion
| |
| | {{{religion|}}}
| |
| |}}
| |
| {{#if:{{{demonym|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Demonym(s)
| |
| | {{{demonym|}}}
| |
| |}}
| |
| {{#if:{{{government|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Government
| |
| | {{{government|}}}
| |
| |}}
| |
| {{#if:{{{total_area|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Total Area
| |
| | {{{total_area|}}}
| |
| |}}
| |
| {{#if:{{{population|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Population
| |
| | {{{population|}}}
| |
| |}}
| |
| {{#if:{{{currency|}}}|
| |
| |-
| |
| | style="background:#ddeeff; font-weight:bold;" | Currency
| |
| | {{{currency|}}}
| |
| |}}
| |
| |}
| |
| </includeonly>
| |
| <noinclude>
| |
| == Usage ==
| |
| <pre>
| |
| {{Country_(FINAL)
| |
| | title1 = The Enclave
| |
| | national_anthem = "The Star Spangled Banner-- Bezorian Mix"
| |
| | capital = Bidenkeep, Exegar
| |
| | largest_city = Bidenkeep, Exegar
| |
| | religion = Mummyism
| |
| | government = The Mummy
| |
| | population = between 1,000,000 and 100,000,000,000
| |
| | currency = Waifurian Dollar
| |
| }}
| |
| </pre>
| |
| </noinclude>
| |