|
|
| Line 1: |
Line 1: |
| {{Infobox | | {{Infobox |
| | bodyclass = infobox-country | | | title = {{PAGENAME}} |
| | titlestyle = background:#eee; font-size:120%; text-align:center;
| |
| | above = {{{name|{{PAGENAME}}}}}
| |
|
| |
|
| <!-- FLAG / COAT OF ARMS -->
| | | body = |
| | image = {{{flag|}}} | | {{#if:{{{flag|}}}| |
| | imagestyle = border:1px solid #aaa;
| | <tr> |
| | caption = Flag of {{{name|{{PAGENAME}}}}} | | <td colspan="2" style="text-align:center;"> |
| | [[File:{{{flag}}}|250px]] |
| | <div style="font-size:85%;">Flag of {{{short_name|{{PAGENAME}}}}}</div> |
| | </td> |
| | </tr> |
| | }} |
|
| |
|
| | image2 = {{{coa|}}}
| | {{#if:{{{coa|}}}| |
| | imagestyle2 = border:1px solid #aaa;
| | <tr> |
| | caption2 = Coat of arms
| | <td colspan="2" style="text-align:center;"> |
| | | [[File:{{{coa}}}|150px]] |
| <!-- GENERAL INFO -->
| | <div style="font-size:85%;">Coat of arms</div> |
| | label1 = Official name
| | </td> |
| | data1 = {{{official_name|}}}
| | </tr> |
| | | }} |
| | label2 = Short name | |
| | data2 = {{{short_name|}}}
| |
| | |
| | label3 = Motto
| |
| | data3 = {{{motto|}}}
| |
| | |
| | label4 = Anthem
| |
| | data4 = {{{anthem|}}}
| |
| | |
| <!-- GOVERNMENT --> | |
| | header5 = Government
| |
| | label6 = Government type
| |
| | data6 = {{{government_type|}}}
| |
| | |
| | label7 = Head of State
| |
| | data7 = {{{head_of_state|}}}
| |
| | |
| | label8 = Head of Government
| |
| | data8 = {{{head_of_government|}}}
| |
| | |
| | label9 = Legislature
| |
| | data9 = {{{legislature|}}}
| |
| | |
| <!-- ESTABLISHMENT -->
| |
| | header10 = Establishment
| |
| | label11 = Founded
| |
| | data11 = {{{founded|}}}
| |
| | |
| | label12 = Independence declared | |
| | data12 = {{{independence|}}}
| |
| | |
| <!-- GEOGRAPHY -->
| |
| | header13 = Geography
| |
| | label14 = Capital
| |
| | data14 = {{{capital|}}}
| |
| | |
| | label15 = Largest city
| |
| | data15 = {{{largest_city|}}}
| |
| | |
| | label16 = Location
| |
| | data16 = {{{location|}}}
| |
| | |
| | label17 = Area
| |
| | data17 = {{{area|}}}
| |
| | |
| <!-- DEMOGRAPHICS --> | |
| | header18 = Demographics
| |
| | label19 = Population
| |
| | data19 = {{{population|}}}
| |
| | |
| | label20 = Demonym
| |
| | data20 = {{{demonym|}}}
| |
| | |
| | label21 = Languages
| |
| | data21 = {{{languages|}}}
| |
| | |
| <!-- ECONOMY --> | |
| | header22 = Economy
| |
| | label23 = Currency
| |
| | data23 = {{{currency|}}}
| |
| | |
| | label24 = GDP estimate
| |
| | data24 = {{{gdp|}}}
| |
| | |
| | label25 = Time zone
| |
| | data25 = {{{timezone|}}}
| |
| | |
| <!-- MISC --> | |
| | header26 = Miscellaneous
| |
| | label27 = Calling code
| |
| | data27 = {{{calling_code|}}}
| |
| | |
| | label28 = Internet TLD
| |
| | data28 = {{{tld|}}}
| |
|
| |
|
| | <tr><th>Official name</th><td>{{{official_name|}}}</td></tr> |
| | <tr><th>Short name</th><td>{{{short_name|}}}</td></tr> |
| | <tr><th>Motto</th><td>{{{motto|}}}</td></tr> |
| | <tr><th>Anthem</th><td>{{{anthem|}}}</td></tr> |
| | <tr><th>Government type</th><td>{{{government_type|}}}</td></tr> |
| | <tr><th>Head of State</th><td>{{{head_of_state|}}}</td></tr> |
| | <tr><th>Head of Government</th><td>{{{head_of_government|}}}</td></tr> |
| | <tr><th>Legislature</th><td>{{{legislature|}}}</td></tr> |
| }} | | }} |