Template:Infobox country: Difference between revisions
meta>SomeHuman nope. rv |
meta>David Kernow Major overhaul: To be robust, consistent and less prone to accidental formatting errors, entire table now coded using HTML rather than a mixture of HTML, wikicode and wikicode-via-templates. |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude><hr/><center><big>'''''For syntax, see [[{{FULLPAGENAME}}/doc|/doc]].'''''</big></center><hr/><br/>{{esoteric}}</noinclude><!-- | ||
< | |||
Please note: Throughout this template, the code used to define table rows and cells is | |||
HTML, not wikicode. This allows the pipe character ("|") to be used by variable syntax | |||
(e.g. {{{variable|}}}) without risk of being parsed as wikicode indicating the start of | |||
a new cell. It also makes adding annotations easier and less prone to formatting errors. | |||
This does not mean that using wikicode to define tables is to be avoided elsewhere - in | |||
many situations it may be preferred as a simpler and more visual means to define tables | |||
or other elements. | |||
{{¡}} = <includeonly>|</includeonly> (Allows unfilled parameters to appear on template | |||
page but not when template transcluded) | |||
--><div style="padding-top:0.75em;"><!--Please retain; this padding is to prevent any long dab statements at the top of an article from clashing with this infobox.--> | |||
<table class="infobox geography" style="width:46ex;"> | |||
<!-------------------- | <!---------------------------------------Names-----------------------------------------> | ||
{{#if:{{{ | <tr> | ||
{{ | <th colspan="2" class="mergedtoprow" align="center" style="line-height:1.2em; font-size:1.2em;"><!-- | ||
-->{{#if:{{{native_name{{¡}}}}} | |||
|<!--then:-->{{{native_name}}} {{#if:{{{conventional_long_name{{¡}}}}} | |||
|<!--then:--><br/>{{{conventional_long_name}}} | |||
}} | |||
|<!--else:-->{{#if:{{{conventional_long_name|}}} | |||
|<!--then:-->{{{conventional_long_name}}} | |||
|<!--else:-->{{PAGENAME}} | |||
}} | |||
}} | |||
</th> | |||
</tr> | |||
<!-------------------- | <!------------------------Flag / Coat-of-arms (or other symbol)------------------------> | ||
{{#if:{{{ | {{#if:{{{image_flag{{¡}}}}} | ||
|<!--then:--> | |||
{{!-}} <!-- | <tr class="mergedtoprow"> | ||
<td colspan="2" class="maptable" style="text-align:center;"> | |||
<!----------Start subtable:-----------> | |||
<table style="background:none; text-align:center;"> | |||
<!-------Images:-------> | |||
<tr> | |||
<td style="{{#if:{{{image_coat{{¡}}}}} |<!--then:-->width:65%;}} <!-- | |||
-->vertical-align:middle;">{{border|[[Image:{{{image_flag|Vlag ontbreekt.svg}}}|125px|Flag of {{{common_name|{{PAGENAME}}}}}]]<!--end border:-->}} | |||
</td> | |||
{{#if:{{{image_coat{{¡}}}}} | |||
|<!--then:--><td style="vertical-align:middle;">[[Image:{{{image_coat|Sin escudo.svg}}}|85px|{{{symbol_type|Coat of arms}}} of {{{common_name|{{PAGENAME}}}}}]] | |||
</td> | |||
}} | |||
</tr> | |||
<!-------Links:-------> | |||
<tr> | |||
<td><small>[[Flag of {{{common_name|{{PAGENAME}}}}}|{{{flag_caption|Flag}}}]]</small> | |||
</td> | |||
{{#if:{{{image_coat{{¡}}}}} | |||
|<!--then:--><td><small>[[{{{symbol_type_article|{{{symbol_type|Coat of arms}}}}}} of {{{common_name|{{PAGENAME}}}}}|{{{symbol_type|Coat of arms}}}]]</small> | |||
</td> | |||
}} | |||
</tr> | |||
<!-----------End subtable:------------> | |||
</table> | |||
</td> | |||
</tr> | |||
}} | |||
<!-------------------- | <!---------------------------------------Motto-----------------------------------------> | ||
{{#if:{{{national_motto|}}} | |||
|<!--then:--> | |||
{{#if:{{{ | <tr> | ||
|<!--then | <td colspan="2" style="line-height:1.2em; text-align:center;">[[List of state mottos|Motto:]] {{{national_motto}}} | ||
</td> | |||
</tr> | |||
}} | |||
<!---------------------------------------Anthem----------------------------------------> | |||
{{#if:{{{national_anthem|}}} | |||
|<!--then:--> | |||
<tr> | |||
<td colspan="2" style="line-height:1.2em; text-align:center;">[[National anthem|Anthem:]] {{{national_anthem}}} | |||
</td> | |||
</tr> | |||
}} | |||
---------- | <!----------------------------------------Maps-----------------------------------------> | ||
{{#if:{{{image_map{{¡}}}}} | |||
------ | |<!--then:--> | ||
-->{{#if:{{{ | <tr> | ||
<td colspan="2" style="text-align:center; padding:0.4em 0em 0.4em 0em;"> [[Image:{{{image_map<noinclude>|Missing map.png</noinclude>}}}|250px|center|Location of {{{common_name|{{PAGENAME}}}}}]] <small>{{{map_caption|}}}</small> | |||
</td> | |||
</tr> | |||
}} | |||
{{#if:{{{image_map2|}}} | |||
{{#if:{{{ | |<!--then:--> | ||
|<!--then | <tr class="mergedtoprow"> | ||
<td colspan="2" style="text-align:center; padding:0.4em 0em 0.4em 0em;"> [[Image:{{{image_map2<noinclude>|Missing map.png</noinclude>}}}|250px|center|Location of {{{common_name|{{PAGENAME}}}}}]] <small>{{{map_caption2|}}}</small> | |||
</td> | |||
</tr> | |||
}} | |||
< | |||
<!-------------------- | <!-------------------------------Capital, Largest city---------------------------------> | ||
<tr class="mergedtoprow"> | |||
<td style="vertical-align:middle;">'''[[List of national capitals|Capital]]'''<!-- | |||
|- | -->{{#if:{{{capital}}} | ||
{{# | |<!--then:--> | ||
{{#ifeq: | |||
{{ | {{#switch:{{{largest_city}}} | ||
| capital = <!--largest_city = "capital"--> | |||
| {{{capital}}} = <!--largest_city = capital--> | |||
| [[{{{capital}}}]] = <!--largest_city = [[capital]]--> | |||
| largest_city isn't capital | |||
}} | |||
|<!----equals:---->largest_city isn't capital<!-- | |||
-->|<!--THEN(ifeq):--><!-- | |||
-----------------------Add capital...---------------------- | |||
--></td> | |||
<td>{{{capital{{¡}}}}}<!-- | |||
-----add capital's latitude/longitude (if provided):----- | |||
-->{{#if:{{{latd|}}} | |||
|<!--then:--><br/><small>{{coor dm |{{{latd}}}|{{{latm}}}<!-- | |||
-->|{{{latNS}}}|{{{longd}}}|{{{longm}}}|{{{longEW}}}<!-- | |||
-->|type:country({{{area}}})<!--end coor_dm:-->}}</small> | |||
}} | |||
</td> | |||
</tr> | |||
<!---------...then, if provided, add largest_city:--------> | |||
{{#if:{{{largest_city|}}} | |||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<th style="vertical-align:middle;">[[Demographics of {{{common_name}}}|{{{largest_settlement_type|Largest city}}}]] | |||
</th> | |||
<td>{{{largest_settlement|{{{largest_city}}}}}} | |||
</td> | |||
</tr> | |||
}}<!-- | |||
<!-------------------- | -->|<!--ELSE(ifeq):--><!-- | ||
--------------------Capital is largest_city:-------------------- | |||
| {{{ | --><br/>[[Demographics of {{{common_name}}}|(and {{{largest_settlement_type|largest city}}})]] | ||
|- | </td> | ||
<td>{{{capital}}}<!-- | |||
-------add capital's latitude/longitude (if provided):------- | |||
-->{{#if:{{{latd|}}} | |||
|<!--then:--><br/><small>{{coor dm |{{{latd}}}|{{{latm}}}<!-- | |||
-->|{{{latNS}}}|{{{longd}}}|{{{longm}}}|{{{longEW}}}<!-- | |||
-->|type:country({{{area}}})<!--end coor_dm:-->}}</small> | |||
}} | |||
</td> | |||
</tr> | |||
}}<!--(end#ifeq)--><!-- | |||
<!-------------------- | -->|<!--else(1st_#if)--><!-- | ||
{{#if:{{{ | ----------------------capital not provided:---------------------- | ||
--></td> <!--close "Capital:" cell;--> | |||
<td> <!---and leave remaining----> | |||
</td> <!----cell in row empty-----> | |||
}}<!--(end(1st_#if))--> | |||
</tr> | |||
<!--------------------------Official languages, Ethnic groups--------------------------> | |||
{{#if:{{{official_languages|}}} | |||
|<!--then:--> | |||
<tr> | |||
<th>[[Official language|Official languages]] | |||
</th> | |||
<td>{{{official_languages}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ethnic_groups|}}} | |||
|<!--then:--> | |||
<tr> | |||
<th>[[Ethnic group]]s | |||
</th> | |||
<td>{{{ethnic_groups}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
|- {{#if:{{{ | |||
{{#if:{{{leader_title2 | |||
{{!}} - {{{leader_title2}}} | <!-------------------------------------Government--------------------------------------> | ||
<tr> | |||
<th>[[List of countries by system of government|Government]] | |||
</th> | |||
<td>{{{government_type}}} | |||
</td> | |||
</tr> | |||
<!--------------------------------------Leaders----------------------------------------> | |||
{{#if:{{{leader_title1|}}} | |||
|<!--then:--> | |||
<tr class="{{#if:{{{leader_title2|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{leader_title1}}} | |||
</td> | |||
<td>{{{leader_name1}}} | |||
</td> | |||
</tr> | |||
}} | |||
{{#if:{{{leader_title2|}}} | |||
|<!--then:--> | |||
<tr class="{{#if:{{{leader_title3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{leader_title2}}} | |||
</td> | |||
<td>{{{leader_name2}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title3|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{leader_title4|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{leader_title3}}} | |||
</td> | |||
<td>{{{leader_name3}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title4|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{leader_title5|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{leader_title4}}} | |||
</td> | |||
<td>{{{leader_name4}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title5|}}} | |||
{{#if:{{{leader_title5 | |<!--then:--> | ||
<tr class="mergedbottomrow"> | |||
<td> - {{{leader_title5}}} | |||
</td> | |||
<td>{{{leader_name5}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!------------------------------------Sovereignty-------------------------------------> | |||
{{#if:{{{established_event1|}}}{{{sovereignty_type|}}} | |||
|<!--then:--> | |||
<tr {{#if:{{{established_event1|}}} |<!--then:-->class="mergedtoprow"}}> | |||
{{#if:{{{sovereignty_note|}}} | |||
|<!--then:--><th>{{{sovereignty_type}}} | |||
</th> | |||
<td>{{{sovereignty_note}}} | |||
</td> | |||
|<!--else:--><th colspan="2">{{{sovereignty_type}}} | |||
</th> | |||
}} | |||
</tr> | |||
}} | }} | ||
<!---------------Significant events in country/territory's establishment---------------> | <!---------------Significant events in country/territory's establishment---------------> | ||
{{#if:{{{established_event1 | {{#if:{{{established_event1|}}} | ||
{{!}} - {{{established_event1}}} | |<!--then:--> | ||
<tr class="{{#if:{{{established_event2|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event1}}} | |||
</td> | |||
<td>{{{established_date1|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event2|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event3|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event2}}} | |||
</td> | |||
<td>{{{established_date2|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event3|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event4|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event3}}} | |||
</td> | |||
<td>{{{established_date3|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event4|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event5|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event4}}} | |||
</td> | |||
<td>{{{established_date4|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event5|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event6|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event5}}} | |||
</td> | |||
<td>{{{established_date5|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event6|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event7|}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event6}}} | |||
</td> | |||
<td>{{{established_date6|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event7|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event8|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event7}}} | |||
</td> | |||
<td>{{{established_date7|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event8|}}} | |||
|<!--then:--> | |<!--then:--> | ||
{{#if:{{{ | <tr class="{{#if:{{{established_event9|}}} | ||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - {{{established_event8}}} | |||
</td> | |||
<td>{{{established_date8|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event9|}}} | |||
{{#if:{{{established_event9 | |<!--then:--> | ||
<tr class="mergedbottomrow"> | |||
<td> - {{{established_event9}}} | |||
</td> | |||
<td>{{{established_date9|}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!--------------------EU accession--------------------> | <!-------------------------------------EU accession------------------------------------> | ||
{{#if:{{{accessionEUdate | {{#if:{{{accessionEUdate|}}} | ||
|<!--then:--> | |||
<tr> | |||
<th>[[European Union|Accession to EU]] | |||
</th> | |||
<td>{{{accessionEUdate}}} | |||
</td> | |||
</tr> | |||
}} | |||
------- | <!-----------------------------------------Area-----------------------------------------> | ||
-- | <tr class="mergedtoprow"> | ||
<th colspan="2"> [[List of countries and outlying territories by area|Area]] | |||
</th> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td> - Total<!--France-related footnote:-->{{#if:{{{FR_foot4|}}} | |||
|<!--then:-->{{{FR_foot4}}} }} | |||
</td> | |||
<td>[[{{{area_magnitude|}}} <!-- | |||
-->{{#if:{{{area_magnitude|}}} |<!--then:-->m² |<!--else:-->Square metre}}<!-- | |||
-->|{{{area}}} km²]] <!-- | |||
-->{{#if:{{{area_rank|}}} |<!--then:--><!-- | |||
-->([[List of countries and outlying territories by area|{{{area_rank}}}]])}}<!-- | |||
--><br/>{{{areami²}}} [[Square mile|sq mi]] | |||
</td> | |||
</tr> | |||
<! | <!-------------------Percentage water--------------------> | ||
{{#if:{{{percent_water | {{#if:{{{percent_water{{¡}}}}} | ||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td> - Water (%) | |||
</td> | |||
<td>{{{percent_water|}}} | |||
</td> | |||
</tr> | |||
}} | |||
<!-----------Areas of France-----------> | |||
{{#if:{{{FR_metropole_area|}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td> - {{{FR_metropole}}} | |||
</td> | |||
<td>[[{{{FR_metropole_area_magnitude|}}} <!-- | |||
-->{{#if:{{{FR_metropole_area_magnitude|}}} | |||
|<!--then:-->m² |<!--else:-->Square metre}}<!-- | |||
-->|{{{FR_metropole_area}}} km²]] ([[List of countries and outlying territories by total area|{{{FR_metropole_area_rank}}}]]){{{FR_foot2}}} | |||
</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td> | |||
</td> | |||
<td>{{{FR_metropole_areami²}}} sq mi | |||
</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td> | |||
</td> | |||
<td>[[{{{FR_cadastre_area_magnitude|}}} <!-- | |||
-->{{#if:{{{FR_cadastre_area_magnitude|}}} | |||
|<!--then:-->m² |<!--else:-->Square metre}}<!-- | |||
-->|{{{FR_cadastre_area}}} km²]] ([[List of countries and outlying territories by total area|{{{FR_cadastre_area_rank}}}]]){{{FR_foot3}}} | |||
</td> | |||
</tr> | |||
<tr class="mergedbottomrow"> | |||
<td> | |||
</td> | |||
<td>{{{FR_cadastre_areami²}}} sq mi | |||
</td> | |||
</tr> | |||
}} | |||
<!--------------------- | |||
<!-------------------------------------Population-------------------------------------> | |||
<tr class="mergedtoprow"> | |||
<th colspan="2"> [[List of countries by population|Population]] | |||
</th> | |||
{ | </tr> | ||
<!---------------Estimate---------------> | |||
{{#if:{{{population_estimate{{¡}}}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td> - {{{population_estimate_year|}}} estimate | |||
</td> | |||
<td>{{{population_estimate|}}} <!-- | |||
-->{{#if:{{{population_estimate_rank|}}} | |||
|<!--then:-->([[List of countries by population|{{{population_estimate_rank}}}]]) | |||
}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!----------------Census----------------> | |||
{{#if:{{{population_census|}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td> - {{{population_census_year|}}} census | |||
</td> | |||
<td>{{{population_census|}}} <!-- | |||
-->{{#if:{{{population_census_rank|}}} | |||
|<!--then:-->([[List of countries by population|{{{population_census_rank}}}]]) | |||
}} | |||
</td> | |||
</tr> | |||
}} | |||
<!-------------- | <!-----(France)-----> | ||
{{#if:{{{FR_metropole_population|}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
{{ | <td colspan="2"> - {{{FR_total_population_estimate_year}}} | ||
{{ | </td> | ||
</tr> | |||
<tr class="mergedrow"> | |||
<td> - Total{{{FR_foot}}} | |||
</td> | |||
<td>{{{FR_total_population_estimate}}} ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]]) | |||
</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td> - {{{FR_metropole}}} | |||
</td> | |||
<td>{{{FR_metropole_population}}} ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]]) | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | <!---------------Density----------------> | ||
{{#if:{{{population_density|}}} | |||
{{ | |<!--then:--> | ||
<tr class="mergedbottomrow"> | |||
<td> - [[Population density|Density]]<!-- | |||
---France-related footnote:-->{{#if:{{{FR_foot5|}}} | |||
|<!--then:-->{{{FR_foot5}}} }} | |||
</td> | |||
<td>{{{population_density|}}} /km² <!-- | |||
-->{{#if:{{{population_density_rank|}}} | |||
|<!--then:-->([[List of countries by population density|{{{population_density_rank}}}]]) | |||
}}<!-- | |||
--><br/>{{{population_densitymi²|}}} /sq mi | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | |||
<!-----------------------------------------GDP-----------------------------------------> | |||
<!-----------------PPP-----------------> | |||
{{ | {{#if:{{{GDP_PPP|}}} | ||
{{!- | |<!--then:--> | ||
<tr class="mergedtoprow"> | |||
{{ | <td>'''[[Gross domestic product|GDP]]''' ([[Purchasing power parity|PPP]]) | ||
</td> | |||
<td>{{{GDP_PPP_year|}}} estimate | |||
</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td> - Total | |||
</td> | |||
<td>{{{GDP_PPP}}} <!-- | |||
-->{{#if:{{{GDP_PPP_rank|}}} | |||
|<!--then:-->([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]]) | |||
}} | |||
</td> | |||
</tr> | |||
{{#if:{{{GDP_PPP_per_capita|}}} | |||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td> - [[Per capita]] | |||
</td> | |||
<td>{{{GDP_PPP_per_capita}}} <!-- | |||
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} | |||
|<!--then:-->([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]]) | |||
}} | |||
</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
<!---------------Nominal---------------> | |||
{{#if:{{{GDP_nominal|}}} | |||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td>'''[[Gross domestic product|GDP]]''' (nominal) | |||
</td> | |||
<td>{{{GDP_nominal_year|}}} estimate | |||
</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td> - Total | |||
</td> | |||
<td>{{{GDP_nominal}}} <!-- | |||
-->{{#if:{{{GDP_nominal_rank|}}} | |||
|<!--then:-->([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]]) | |||
}} | |||
</td> | |||
</tr> | |||
{{#if:{{{GDP_nominal_per_capita|}}} | |||
{{#if:{{{ | |<!--then:--> | ||
<tr class="mergedbottomrow"> | |||
<td> - [[Per capita]] | |||
</td> | |||
<td>{{{GDP_nominal_per_capita}}} <!-- | |||
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} | |||
{{ | |<!--then:-->([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]]) | ||
}} | |||
{{ | </td> | ||
</tr> | |||
}} | |||
}} | }} | ||
<!---------------------HDI---------------------> | <!-----------------------------------------HDI-----------------------------------------> | ||
{{#if:{{{HDI | {{#if:{{{HDI|}}} | ||
|<!--then:--> | |||
<tr> | |||
<td>'''[[Human Development Index|HDI]]''' <!-- | |||
-->{{#if:{{{HDI_year|}}} |<!--then:-->({{{HDI_year|}}}) }} | |||
</th> | |||
<td>{{{HDI}}} <!-- | |||
-->{{#if:{{{HDI_category|}}} |<!--then:-->({{{HDI_category|}}}) }}<!-- | |||
-->{{#if:{{{HDI_rank|}}} |<!--then:--><!-- | |||
-->([[List of countries by Human Development Index|{{{HDI_rank}}}]]) }} | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!---------------------Currency---------------------> | <!--------------------------------------Currency---------------------------------------> | ||
{{#if:{{{currency | {{#if:{{{currency{{¡}}}}} | ||
|<!--then:--> | |||
<tr> | |||
<th>[[Currency]] | |||
</th> | |||
<td>{{{currency}}} (<code>[[ISO 4217|{{{currency_code}}}]]</code>) | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!---------------------Time zone---------------------> | <!--------------------------------------Time zone--------------------------------------> | ||
{{#if:{{{time_zone{{¡}}}}} | |||
|<!--then:--> | |||
|- {{#if:{{{DST_note | <tr {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |<!--then:-->class="mergedtoprow"}}> | ||
{{#if:{{{utc_offset_DST | <th>[[Time zone]] | ||
{{!}} - Summer ([[Daylight saving time|DST]]) | </th> | ||
<td>{{{time_zone}}} <!-- | |||
-->{{#if:{{{utc_offset|}}} |<!--then:--><!-- | |||
-->([[Coordinated Universal Time|UTC]]{{{utc_offset}}}) }} | |||
</td> | |||
</tr> | |||
{{#if:{{{utc_offset_DST|}}} | |||
|<!--then:--> | |||
<tr class="{{#if:{{{DST_note|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td> - Summer ([[Daylight saving time|DST]]) | |||
</td> | |||
<td>{{{DST|{{{time_zone_DST}}}}}} <!-- | |||
-->([[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}}) | |||
</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
{{#if:{{{DST_note | {{#if:{{{DST_note|}}} | ||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td> | |||
</td> | |||
<td>{{{DST_note}}} | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!---------------------Internet TLD---------------------> | <!-------------------------------------Internet TLD-------------------------------------> | ||
! [[List of Internet top-level domains|Internet TLD]] | {{#if:{{{cctld{{¡}}}}} | ||
|<!--then:--> | |||
<tr> | |||
<th>[[List of Internet top-level domains|Internet TLD]] | |||
</th> | |||
<td>{{{cctld}}} | |||
</td> | |||
</tr> | |||
}} | |||
<!-------------------------------------Calling code-------------------------------------> | |||
{{#if:{{{calling_code{{¡}}}}} | |||
|<!--then:--> | |||
<tr> | |||
<th>[[List of country calling codes|Calling code]] | |||
</th> | |||
<td>+{{{calling_code}}} | |||
</td> | |||
</tr> | |||
}} | |||
<!--------------------------------------Footnotes---------------------------------------> | |||
{{#if:{{{footnotes{{¡}}}}} | |||
|<!--then:--> | |||
<tr> | |||
<td colspan="2"><small>{{{footnotes}}}</small> | |||
</td> | |||
</tr> | |||
}} | |||
<!---------------End of template----------------> | |||
</table> | |||
</div><!--end padding--><noinclude>{{clear}} | |||
Revision as of 13:02, 10 March 2007
{{{native_name}}} {{{conventional_long_name}}} |
|||||
---|---|---|---|---|---|
|
|||||
Capital | {{{capitalTemplate:¡}}} | ||||
Government | {{{government_type}}} | ||||
Area | |||||
- Total | {{{area}}} km² {{{areami²}}} sq mi |
||||
- Water (%) | |||||
Population | |||||
- estimate | |||||
Currency | {{{currency}}} ({{{currency_code}}} )
|
||||
Time zone | {{{time_zone}}} | ||||
Internet TLD | {{{cctld}}} | ||||
Calling code | +{{{calling_code}}} | ||||
{{{footnotes}}} |
af:Sjabloon:Landtabel-mini-nl an:Template:Infobox País ar:Template:Infobox Country bg:Шаблон:Държава ca:Template:Taula d'estat cs:Šablona:Infobox stát cy:Nodyn:Gwybodlen Gwlad da:Skabelon:Infoboks land de:Vorlage:Infobox Staat el:Πρότυπο:Πληροφορίες Χώρας es:Plantilla:Infobox País fi:Malline:Valtion tiedot fiu-vro:Template:Country Infobox fr:Modèle:Pays he:תבנית:מדינה ia:Patrono:Infobox pais it:Template:Stato ja:Template:基礎情報 国 ka:თარგი:ქვეყანა kn:ಟೆಂಪ್ಲೇಟು:Infobox ದೇಶ ko:Template:나라 정보 ln:Template:Infobox Esé ms:Templat:Negeri nl:Sjabloon:Landtabel nn:Mal:Infoboks land2 no:Mal:Infoboks land pl:Szablon:PaństwoX pt:Predefinição:Info País ro:Format:CutieŢări rmy:Format:MoxtonThema ru:Шаблон:Страна sl:Predloga:Infopolje Država sr:Шаблон:Кутијица за државе th:Template:Infobox Country tr:Şablon:Ülkeler ur:سانچہ:خانۂ معلومات ملک vi:Tiêu bản:Tóm tắt về quốc gia zh:Template:Infobox Country