Template:Infobox country/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (53 revisions imported)
(update doc for ISO code)
Line 1: Line 1:
{{#ifeq:{{{nested|no}}}|no|{{documentation subpage}}{{intricate template}}{{hatnote|{{tl|Infobox geopolitical organisation}} and {{tl|Infobox former country}} redirect here; related parameters and examples are included below.}}}}
{{#ifeq:{{{nested|no}}}|no|<!-- then-show-doc-header-at-top--

-->{{documentation subpage}}
This infobox template is used to generate an infobox for the right-hand side of two specific types of article: on a country or territory, or on a geopolitical organisation. Parameter syntax and examples are detailed in the collapsed sections immediately below.
{{Intricate template}}
__FORCETOC__
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Coordinates|Module:Check for unknown parameters}}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Coordinates|Module:Check for unknown parameters}}
{{TOC right}}

{{Hatnote|{{tl|Infobox geopolitical organisation}} and {{tl|Infobox micronation}} redirect here, so related geopolitical and micronation parameters and examples are also included below.}}
}}<!-- endifeq nested -->

This Infobox template is used to generate an infobox for the right-hand side of two&nbsp;specific types of article: on a country or territory, or on a geopolitical organisation. The syntax (format) of parameters and examples are detailed in the collapsed show/hide sections immediately below.


== Syntax ==
== Syntax ==
<!---------------------- Country/territory use ---------------------->
<!--
{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Country or territory}}

<pre style="overflow:auto;">
-------------------- Country/territory use --------------------
-->{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Country or territory}}<!--
--
See [[#Empty syntax]] below for an empty syntax (without second or third maps, ''symbol_type'', ''largest_settlement'', ''regional_languages'', ''ethnic_groups'', ''footnote_a'' etc parameters or France, UK or geopolitical-specific parameters).
--><pre style="overflow:auto;">
{{Infobox country
{{Infobox country
|micronation = <!--yes if a micronation-->
|micronation = <!--yes if a micronation-->
Line 33: Line 24:
|alt_coat = <!--alt text for coat of arms-->
|alt_coat = <!--alt text for coat of arms-->
|symbol_type = <!--emblem, seal, etc (if not a coat of arms)-->
|symbol_type = <!--emblem, seal, etc (if not a coat of arms)-->
|symbol_footnote = <!--optional reference or footnote for the symbol caption-->
|national_motto = <!--in inverted commas and wikilinked if link exists-->
|national_motto = <!--in inverted commas and wikilinked if link exists-->
|englishmotto = <!--English language version of motto-->
|englishmotto = <!--English language version of motto-->
Line 63: Line 53:
|ethnic_groups = <!--List/breakdown of ethnic groups within the country/territory-->
|ethnic_groups = <!--List/breakdown of ethnic groups within the country/territory-->
|ethnic_groups_year = <!--Year of ethnic groups data (if provided)-->
|ethnic_groups_year = <!--Year of ethnic groups data (if provided)-->
|ethnic_groups_ref = <!--(for any ref/s to associate with ethnic groups data)-->
|ethnic_groups_ref = <!--(for any ref/s to associate with ethnic groups data)-->
|religion = <!--Religion-->
|religion = <!--Religion-->
|religion_year = <!--Year of religion data (if provided)-->
|religion_year = <!--Year of religion data (if provided)-->
|religion_ref = <!--(for any ref/s to associate with religion data)-->
|religion_ref = <!--(for any ref/s to associate with religion data)-->
|demonym = <!--Term/s describing those associated with the country/territory (e.g. "Belgian" for the country Belgium)-->
|demonym = <!--Term/s describing those associated with the country/territory (e.g. "Belgian" for the country Belgium)-->
|government_type = <!--(often a compound multi-wikilinked term, e.g. "Federal semi-presidential constitutional republic", etc)-->
|government_type = <!--(often a compound multi-wikilinked term, e.g. "Federal semi-presidential constitutional republic", etc)-->
Line 106: Line 96:
|population_density_rank =
|population_density_rank =
|nummembers = <!--An alternative to population for micronation-->
|nummembers = <!--An alternative to population for micronation-->
|GDP_PPP = <!--(Gross Domestic Product from Purchasing Power Parity)-->
|GDP_PPP = <!--(Gross Domestic Product from Purchasing Power Parity)-->
|GDP_PPP_rank =
|GDP_PPP_rank =
|GDP_PPP_year =
|GDP_PPP_year =
Line 116: Line 106:
|GDP_nominal_per_capita =
|GDP_nominal_per_capita =
|GDP_nominal_per_capita_rank =
|GDP_nominal_per_capita_rank =
|Gini = <!--(Gini measure of income inequality; input number only; valid values are between 0 and 100)-->
|Gini = <!--(Gini measure of income inequality; input number only; valid values are between 0 and 100)-->
|Gini_ref = <!--(for any ref/s to associate with Gini number)-->
|Gini_ref = <!--(for any ref/s to associate with Gini number)-->
|Gini_rank =
|Gini_rank =
|Gini_year =
|Gini_year =
Line 134: Line 124:
|antipodes = <!--Place/s exactly on the opposite side of the world to country/territory-->
|antipodes = <!--Place/s exactly on the opposite side of the world to country/territory-->
|date_format = <!--all-numeric date format and era, such as [[Common Era|CE]], [[Anno Domini|AD]], [[Hijri year|AH]], etc.; e.g. {{abbr|yyyy|year}}-{{abbr|mm|month}}-{{abbr|dd|day}} ([[Anno Domini|AD]]) -->
|date_format = <!--all-numeric date format and era, such as [[Common Era|CE]], [[Anno Domini|AD]], [[Hijri year|AH]], etc.; e.g. {{abbr|yyyy|year}}-{{abbr|mm|month}}-{{abbr|dd|day}} ([[Anno Domini|AD]]) -->
|electricity = <!--e.g. "230 V–50 Hz"-->
|drives_on = <!--"right" or "left" (side of road)-->
|drives_on = <!--"right" or "left" (side of road)-->
|cctld = <!--Internet country code top-level domain identifier (e.g. [[.br]], [[.de]], etc)
|cctld = <!--Internet country code top-level domain identifier (e.g. [[.br]], [[.de]], etc)
|iso3166code = <!--Use to override default from common_name parameter above; omit using "omit".-->
|iso3166code = <!--ISO code only; no extra text. Use to override default from common_name parameter above; omit using "omit".-->
|calling_code = <!--e.g. [[+1]], [[+531]], [[+44]], etc-->
|calling_code = <!--e.g. [[+1]], [[+531]], [[+44]], etc-->
|patron_saint = <!--Use patron_saints for multiple-->
|patron_saint = <!--Use patron_saints for multiple-->
Line 148: Line 139:
}}
}}
</pre>
</pre>

{{hidden begin |toggle=leftlink |title=France-specific parameters}}
{{hidden begin |toggle=leftlink |title=France-specific parameters}}
Note: Now redundant.
Note: Now redundant.
Line 166: Line 158:
{{hidden end}}<!--(France-specific parameters)-->
{{hidden end}}<!--(France-specific parameters)-->
{{smaller|* If, on a particular page, the default widths provided for the flag and coat-of-arms/symbol images produce an unsatisfactory result, use ''flag_width'' (as % or px) to specify the width to be used for the flag image; the remaining width is then assigned to the coat-of-arms/symbol (if included).}}
{{smaller|* If, on a particular page, the default widths provided for the flag and coat-of-arms/symbol images produce an unsatisfactory result, use ''flag_width'' (as % or px) to specify the width to be used for the flag image; the remaining width is then assigned to the coat-of-arms/symbol (if included).}}
{{hidden end}}<!--
{{hidden end}}


----------------------- Geopolitical use ------------------------
<!------------------------- Geopolitical use -------------------------->
-->{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Geopolitical organization}}
{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Geopolitical organization}}
<pre style="overflow:auto;">
<pre>
{{Infobox geopolitical organization
{{Infobox geopolitical organization
|name = <!-- (in English) -->
|name = <!-- (in English) -->
Line 250: Line 242:
}}
}}
</pre>
</pre>
{{hidden end}}<!----(Geopolitical organization use)---->
{{hidden end}}
<!--


-------------------- Former country use --------------------
<!-------------------- Former country use ---------------------->
-->{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Former country}}<!--
{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Former country}}
<pre style="overflow:auto;">
--
See [[#Empty syntax]] below for an empty syntax.
--><pre style="overflow:auto;">
{{Infobox former country
{{Infobox former country
|native_name = <!-- Name in a modern syntax of native language(s). Leave blank if name is only in English.
|native_name = <!-- Name in a modern syntax of native language(s). Leave blank if name is only in English.
Line 349: Line 338:
|leader3 =
|leader3 =
|leader4 =
|leader4 =
<!--......-->
|leader21 = <!--(up to 21 distinct leaders may be included)-->
|year_leader1 = <!-- Years served -->
|year_leader1 = <!-- Years served -->
|year_leader2 =
|year_leader2 =
|year_leader3 =
|year_leader3 =
|year_leader4 =
|year_leader4 =
<!--......-->
|year_leader21 =
|title_leader = <!-- Default: "King" for monarchy, otherwise "President" -->
|title_leader = <!-- Default: "King" for monarchy, otherwise "President" -->
|representative1 = <!-- Name of representative of head of state (e.g. colonial governor) -->
|representative1 = <!-- Name of representative of head of state (e.g. colonial governor) -->
Line 358: Line 351:
|representative3 =
|representative3 =
|representative4 =
|representative4 =
|representative5 =
|year_representative1 = <!-- Years served -->
|year_representative1 = <!-- Years served -->
|year_representative2 =
|year_representative2 =
|year_representative3 =
|year_representative3 =
|year_representative4 =
|year_representative4 =
|year_representative5 =
|title_representative = <!-- Default: "Governor" -->
|title_representative = <!-- Default: "Governor" -->
|deputy1 = <!-- Name of prime minister -->
|deputy1 = <!-- Name of prime minister -->
Line 402: Line 397:
}}</pre>
}}</pre>
{{hidden end}}<!----(Former country)---->
{{hidden end}}<!----(Former country)---->
{{clear}}


== Examples ==
== Examples ==
<!------------------ Country/territory example ------------------->
<!--
{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Country or territory}}

---------------- Country/territory example -----------------
-->{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Country or territory}}

{{Infobox country
{{Infobox country
|conventional_long_name = Republic of Cameroon
|conventional_long_name = Republic of Cameroon
Line 435: Line 426:
| <1% non-African
| <1% non-African
}}
}}
|capital = [[Yaoundé]]
|capital = [[Yaoundé]]<ref name="Cameroon - Infoplease.com">{{cite web |url=http://www.infoplease.com/ipa/A0107382.html |title=Cameroon |publisher=Infoplease |accessdate=27 May 2011}}</ref>
|coordinates = {{coord|3|52|N|11|31|E}}
|coordinates = {{coord|3|52|N|11|31|E}}
|largest_city = [[Douala]]<ref name="Cameroon - Infoplease.com"/>
|largest_city = [[Douala]]
|government_type = [[Republic]]
|government_type = [[Republic]]
|leader_title1 = [[List of heads of state of Cameroon|President]]
|leader_title1 = [[List of heads of state of Cameroon|President]]
|leader_name1 = [[Paul Biya]]<ref name="Cameroon - Infoplease.com"/>
|leader_name1 = [[Paul Biya]]
|leader_title2 = [[Prime Minister of Cameroon|Prime Minister]]
|leader_title2 = [[Prime Minister of Cameroon|Prime Minister]]
|leader_name2 = [[Philémon Yang]]
|leader_name2 = [[Philémon Yang]]
Line 448: Line 439:
|area_sq_mi = 183,568 <!--Do not remove per [[WP:MOSNUM]]-->
|area_sq_mi = 183,568 <!--Do not remove per [[WP:MOSNUM]]-->
|percent_water = 1.3 <!--CIA World Factbook-->
|percent_water = 1.3 <!--CIA World Factbook-->
|population_estimate = 20,129,878
|population_estimate = 20,129,878<ref>{{cite web |url=https://www.cia.gov/library/publications/the-world-factbook/geos/cm.html |title=Cameroon |work=The World Factbook |accessdate=21 July 2012}}</ref>
|population_estimate_rank = 58th <!--UN World Population Prospects-->
|population_estimate_rank = 58th <!--UN World Population Prospects-->
|population_estimate_year = July 2012
|population_estimate_year = July 2012
|population_census = 17,463,836
|population_census = 17,463,836<ref>{{cite web |title={{lang|fr|Rapport de présentation des résultats définitifs}} |url=http://www.statistics-cameroon.org/downloads/Rapport_de_presentation_3_RGPH.pdf |format=PDF |page=6 |publisher={{lang|fr|Institut national de la statistique}} |accessdate=21 July 2012 |language=French}}</ref>
|population_census_year = 2005
|population_census_year = 2005
|population_density_km2 = 39.7
|population_density_km2 = 39.7
|population_density_sq_mi = 102.8 <!--Do not remove per [[WP:MOSNUM]]-->
|population_density_sq_mi = 102.8 <!--Do not remove per [[WP:MOSNUM]]-->
|population_density_rank = 167th <!--UN World Population Prospects-->
|population_density_rank = 167th <!--UN World Population Prospects-->
|GDP_PPP = $47.251&nbsp;billion
|GDP_PPP = $47.251&nbsp;billion<ref name="imf2">{{cite web |url=http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=39&pr.y=9&sy=2009&ey=2012&scsm=1&ssd=1&sort=country&ds=.&br=1&c=622&s=NGDPD%2CNGDPDPC%2CPPPGDP%2CPPPPC%2CLP&grp=0&a= |title=Cameroon |publisher=International Monetary Fund |accessdate=2012-04-18}}</ref>
|GDP_PPP_year = 2011
|GDP_PPP_year = 2011
|GDP_PPP_per_capita = $2,257<ref name="imf2"/>
|GDP_PPP_per_capita = $2,257
|GDP_PPP_per_capita_rank =
|GDP_PPP_per_capita_rank =
|GDP_nominal = $25.759&nbsp;billion<ref name="imf2"/>
|GDP_nominal = $25.759&nbsp;billion
|GDP_nominal_year = 2011
|GDP_nominal_year = 2011
|GDP_nominal_per_capita = $1,230<ref name="imf2"/>
|GDP_nominal_per_capita = $1,230
|sovereignty_type = Independence {{nobold|from [[France]]}}
|sovereignty_type = Independence {{nobold|from [[France]]}}
|established_event1 = Declared
|established_event1 = Declared
Line 471: Line 462:
|HDI_change = increase <!--increase/decrease/steady-->
|HDI_change = increase <!--increase/decrease/steady-->
|HDI = 0.482 <!--number only-->
|HDI = 0.482 <!--number only-->
|HDI_ref =
|HDI_ref = <ref>http://hdr.undp.org/en/media/HDR_2011_EN_Table1.pdf</ref>
|HDI_rank = 150th
|HDI_rank = 150th
|Gini_year = 2001
|Gini_year = 2001
|Gini_change = <!--increase/decrease/steady-->
|Gini_change = <!--increase/decrease/steady-->
|Gini = 44.6 <!--number only-->
|Gini = 44.6 <!--number only-->
|Gini_ref =
|Gini_ref = <ref>{{cite web |url=https://www.cia.gov/library/publications/the-world-factbook/fields/2172.html |title=Distribution of family income – Gini index |work=The World Factbook |publisher=CIA |accessdate=2009-09-01}}</ref>
|Gini_rank =
|Gini_rank =
|currency = [[Central African CFA franc]]
|currency = [[Central African CFA franc]]
Line 484: Line 475:
|time_zone_DST =
|time_zone_DST =
|utc_offset_DST =
|utc_offset_DST =
|electricity =
|drives_on = right
|drives_on = right
|calling_code = [[+237]]
|calling_code = [[+237]]
Line 516: Line 508:
| <1% non-African
| <1% non-African
}}
}}
|capital = [[Yaoundé]]
|capital = [[Yaoundé]]<ref name="Cameroon - Infoplease.com">{{cite web |url=http://www.infoplease.com/ipa/A0107382.html |title=Cameroon |publisher=Infoplease |accessdate=27 May 2011}}</ref>
|coordinates = {{coord|3|52|N|11|31|E}}
|coordinates = {{coord|3|52|N|11|31|E}}
|largest_city = [[Douala]]<ref name="Cameroon - Infoplease.com"/>
|largest_city = [[Douala]]
|government_type = [[Republic]]
|government_type = [[Republic]]
|leader_title1 = [[List of heads of state of Cameroon|President]]
|leader_title1 = [[List of heads of state of Cameroon|President]]
|leader_name1 = [[Paul Biya]]<ref name="Cameroon - Infoplease.com"/>
|leader_name1 = [[Paul Biya]]
|leader_title2 = [[Prime Minister of Cameroon|Prime Minister]]
|leader_title2 = [[Prime Minister of Cameroon|Prime Minister]]
|leader_name2 = [[Philémon Yang]]
|leader_name2 = [[Philémon Yang]]
Line 529: Line 521:
|area_sq_mi = 183,568 <!--Do not remove per [[WP:MOSNUM]]-->
|area_sq_mi = 183,568 <!--Do not remove per [[WP:MOSNUM]]-->
|percent_water = 1.3 <!--CIA World Factbook-->
|percent_water = 1.3 <!--CIA World Factbook-->
|population_estimate = 20,129,878
|population_estimate = 20,129,878<ref>{{cite web |url=https://www.cia.gov/library/publications/the-world-factbook/geos/cm.html |title=Cameroon |work=The World Factbook |accessdate=21 July 2012}}</ref>
|population_estimate_rank = 58th <!--UN World Population Prospects-->
|population_estimate_rank = 58th <!--UN World Population Prospects-->
|population_estimate_year = July 2012
|population_estimate_year = July 2012
|population_census = 17,463,836
|population_census = 17,463,836<ref>{{cite web |title={{lang|fr|Rapport de présentation des résultats définitifs}} |url=http://www.statistics-cameroon.org/downloads/Rapport_de_presentation_3_RGPH.pdf |format=PDF |page=6 |publisher={{lang|fr|Institut national de la statistique}} |accessdate=21 July 2012 |language=French}}</ref>
|population_census_year = 2005
|population_census_year = 2005
|population_density_km2 = 39.7
|population_density_km2 = 39.7
|population_density_sq_mi = 102,8 <!--Do not remove per [[WP:MOSNUM]]-->
|population_density_sq_mi = 102,8 <!--Do not remove per [[WP:MOSNUM]]-->
|population_density_rank = 167th <!--UN World Population Prospects-->
|population_density_rank = 167th <!--UN World Population Prospects-->
|GDP_PPP = $47.251&nbsp;billion
|GDP_PPP = $47.251&nbsp;billion<ref name="imf2">{{cite web |url=http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=39&pr.y=9&sy=2009&ey=2012&scsm=1&ssd=1&sort=country&ds=.&br=1&c=622&s=NGDPD%2CNGDPDPC%2CPPPGDP%2CPPPPC%2CLP&grp=0&a= |title=Cameroon |publisher=International Monetary Fund |accessdate=2012-04-18}}</ref>
|GDP_PPP_year = 2011
|GDP_PPP_year = 2011
|GDP_PPP_per_capita = $2,257<ref name="imf2"/>
|GDP_PPP_per_capita = $2,257
|GDP_PPP_per_capita_rank =
|GDP_PPP_per_capita_rank =
|GDP_nominal = $25.759&nbsp;billion<ref name="imf2"/>
|GDP_nominal = $25.759&nbsp;billion
|GDP_nominal_year = 2011
|GDP_nominal_year = 2011
|GDP_nominal_per_capita = $1,230<ref name="imf2"/>
|GDP_nominal_per_capita = $1,230
|sovereignty_type = Independence {{nobold|from [[France]]}}
|sovereignty_type = Independence {{nobold|from [[France]]}}
|established_event1 = Declared
|established_event1 = Declared
Line 552: Line 544:
|HDI_change = increase <!--increase/decrease/steady-->
|HDI_change = increase <!--increase/decrease/steady-->
|HDI = 0.482 <!--number only-->
|HDI = 0.482 <!--number only-->
|HDI_ref =
|HDI_ref = <ref>http://hdr.undp.org/en/media/HDR_2011_EN_Table1.pdf</ref>
|HDI_rank = 150th
|HDI_rank = 150th
|Gini_year = 2001
|Gini_year = 2001
|Gini_change = <!--increase/decrease/steady-->
|Gini_change = <!--increase/decrease/steady-->
|Gini = 44.6 <!--number only-->
|Gini = 44.6 <!--number only-->
|Gini_ref =
|Gini_ref = <ref>{{cite web |url=https://www.cia.gov/library/publications/the-world-factbook/fields/2172.html |title=Distribution of family income – Gini index |work=The World Factbook |publisher=CIA |accessdate=2009-09-01}}</ref>
|Gini_rank =
|Gini_rank =
|currency = [[Central African CFA franc]]
|currency = [[Central African CFA franc]]
Line 565: Line 557:
|time_zone_DST = not observed
|time_zone_DST = not observed
|utc_offset_DST = +1
|utc_offset_DST = +1
|electricity =
|drives_on = right
|drives_on = right
|calling_code = [[+237]]
|calling_code = [[+237]]
Line 571: Line 564:
}}
}}
</pre>
</pre>
{{template reflist}}
{{hidden end}}
{{hidden end}}
{{clear}}<!--

------------ Geopolitical organization example -------------
-->{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Geopolitical organization}}


<!-------------- Geopolitical organization example --------------->
{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Geopolitical organization}}
{{Infobox geopolitical organization
{{Infobox geopolitical organization
|name =
|name =
{{collapsible list
{{collapsible list
|titlestyle = background:transparent;font-size:85%;
|titlestyle = background:transparent;text-align:center;font-size:85%;
|title = {{resize|130%|European Union}}
|title = {{resize|130%|European Union}}
|liststyle = text-align:center;
|liststyle = text-align:center;
Line 612: Line 602:
|image_flag = Flag of Europe.svg
|image_flag = Flag of Europe.svg
|alt_flag = Circle of 12 gold stars on a blue background
|alt_flag = Circle of 12 gold stars on a blue background
|motto = "[[Motto of the European Union|United in diversity]]"&nbsp;<!--
|motto = "[[Motto of the European Union|United in diversity]]"
|anthem = <div style="padding-bottom:0.2em;">"[[Anthem of Europe|Ode to Joy]]"&nbsp;&nbsp;{{small|(orchestral)}}</div>[[File:Anthem of Europe (US Navy instrumental short version).ogg|center]]
-->{{#tag:ref|{{cite book |last=Barnard |first=Catherine |title=The Substantive Law of the EU: The four freedoms |edition=2 |date=August 2007 |publisher=Oxford University Press |isbn=9780199290352 |page=447}} }}<!--
-->{{#tag:ref|{{cite web |url=http://europa.eu/abc/symbols/motto/index_en.htm |title=United in diversity |accessdate=20 January 2010 |work=[[Europa (web portal)]] |publisher=[[European Commission]] |quote='United in diversity' is the motto of the European Union. The motto means that, via the EU, Europeans are united in working together for peace and prosperity, and that the many different cultures, traditions and languages in Europe are a positive asset for the continent.}} |name="EU-Symbols" }}<!--
-->{{#tag:ref|{{cite web |url=http://www.europarl.europa.eu/oeil/FindByProcnum.do?lang=en&procnum=REG/2007/2240 |title=European Parliament: The Legislative Observatory |accessdate=20 January 2010 |work=[[Europa (web portal)]] |publisher=[[European Commission]] |quote=the motto 'United in diversity' shall be reproduced on Parliament's official documents;}} }}
|anthem = <div style="padding-bottom:0.2em;">"[[Anthem of Europe|Ode to Joy]]"&nbsp;{{#tag:ref||name="EU-Symbols" }}&nbsp;{{small|(orchestral)}}</div><center>[[File:Anthem of Europe (US Navy instrumental short version).ogg]]</center>
|image_map = EU Globe No Borders.svg
|image_map = EU Globe No Borders.svg
|map_caption = An [[Orthographic projection (cartography)|orthographic projection]] of the world, highlighting the European Union and its Member States (green).
|map_caption = An [[Orthographic projection (cartography)|orthographic projection]] of the world, highlighting the European Union and its Member States (green).
|map_width = 220px
|map_width = 220px
|admin_center_type = Political centres
|admin_center_type = Political centres
|admin_center = {{unbulleted list |[[Brussels]] ([[Brussels and the European Union|de facto capital]])<ref>{{cite web |title=Brussels' EU capital role seen as irreversible|publisher=Euractiv.com|url=http://www.euractiv.com/pa/brussels-eu-capital-role-seen-ir-news-494302 |accessdate=28 October 2012 |quote=Brussels has become the de facto capital of the European Union}}</ref><ref>[http://ec.europa.eu/dgs/policy_advisers/archives/publications/docs/brussels_capital.pdf Brussels, Capital of European Union] - European Commission, 2001.</ref> |[[Luxembourg (city)|Luxembourg]] |[[Strasbourg]]}}
|admin_center = {{unbulleted list |[[Brussels]] ([[Brussels and the European Union|de facto capital]])|[[Luxembourg (city)|Luxembourg]] |[[Strasbourg]]}}
|largest_city = [[London]]
|largest_city = [[London]]
|official_languages =
|official_languages =
Line 629: Line 616:
| {{hlist |[[Bulgarian language|Bulgarian]] |[[Croatian language|Croatian]] |[[Czech language|Czech]] |[[Danish language|Danish]] |[[Dutch language|Dutch]] |[[English language|English]] |[[Estonian language|Estonian]] |[[Finnish language|Finnish]] |[[French language|French]] |[[German language|German]] |[[Greek language|Greek]] |[[Hungarian language|Hungarian]] |[[Irish language|Irish]] |[[Italian language|Italian]] |[[Latvian language|Latvian]] |[[Lithuanian language|Lithuanian]] |[[Maltese language|Maltese]] |[[Polish language|Polish]] |[[Portuguese language|Portuguese]] |[[Romanian language|Romanian]] |[[Slovak language|Slovak]] |[[Slovene language|Slovene]] |[[Spanish language|Spanish]] |[[Swedish language|Swedish]]}}
| {{hlist |[[Bulgarian language|Bulgarian]] |[[Croatian language|Croatian]] |[[Czech language|Czech]] |[[Danish language|Danish]] |[[Dutch language|Dutch]] |[[English language|English]] |[[Estonian language|Estonian]] |[[Finnish language|Finnish]] |[[French language|French]] |[[German language|German]] |[[Greek language|Greek]] |[[Hungarian language|Hungarian]] |[[Irish language|Irish]] |[[Italian language|Italian]] |[[Latvian language|Latvian]] |[[Lithuanian language|Lithuanian]] |[[Maltese language|Maltese]] |[[Polish language|Polish]] |[[Portuguese language|Portuguese]] |[[Romanian language|Romanian]] |[[Slovak language|Slovak]] |[[Slovene language|Slovene]] |[[Spanish language|Spanish]] |[[Swedish language|Swedish]]}}
}}
}}
|demonym = [[Citizenship of the European Union|European]]{{#tag:ref| ''The [[New Oxford American Dictionary]]'', Second Edn., [[Erin McKean]] (editor), 2051 pages, May 2005, Oxford University Press, {{ISBN|0-19-517077-6}}. |name="OED" }}
|demonym = [[Citizenship of the European Union|European]]
|membership_type = [[Member state of the European Union|Member state]]s
|membership_type = [[Member state of the European Union|Member state]]s
|membership =
|membership =
Line 647: Line 634:
}}
}}
|leader_title1 = [[President of the European Council|President of the European Council]]
|leader_title1 = [[President of the European Council|President of the European Council]]
|leader_name1 = {{nowrap|[[Herman Van Rompuy]] ([[European People's Party|EPP]])}}
|leader_name1 = {{nowrap|[[Charles Michel]] ([[Mouvement Réformateur|MR]])}}
|leader_title2 = [[President of the European Commission|President of the Commission]]
|leader_title2 = [[President of the European Commission|President of the Commission]]
|leader_name2 = {{nowrap|[[José Manuel Barroso]] ([[European People's Party|EPP]])}}
|leader_name2 = {{nowrap|[[Ursula von der Leyen]] ([[Christian Democratic Union of Germany|CDU]])}}
|legislature = [[Legislature of the European Union]]
|legislature = [[Legislature of the European Union]]
|upper_house = {{nowrap|[[Council of the European Union]]}}
|upper_house = {{nowrap|[[Council of the European Union]]}}
Line 664: Line 651:
|area_sq_mi = 1,691,658 <!--Do not remove per [[WP:MOSNUM]]-->
|area_sq_mi = 1,691,658 <!--Do not remove per [[WP:MOSNUM]]-->
|percent_water = 3.08
|percent_water = 3.08
|population_estimate = 507,890,191
|population_estimate = 507,890,191{{#tag:ref| {{cite web |url=http://epp.eurostat.ec.europa.eu/tgm/table.do?tab=table&language=en&pcode=tps00001&tableSelection=1&footnotes=yes&labeling=labels&plugin=1 |title=Total population as of 1 January |publisher=Eurostat |accessdate=23 October 2010}} |name="eurostat" }}
|population_estimate_rank = 3rd<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|population_estimate_rank = 3rd<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|population_estimate_year = 2012
|population_estimate_year = 2012
Line 671: Line 658:
|population_density_rank = <!--Calculated by taking out EU members from the list-->
|population_density_rank = <!--Calculated by taking out EU members from the list-->
<!--IMF GDP data published in September 2011; so please do not use the IMF *projections* for 2011-->
<!--IMF GDP data published in September 2011; so please do not use the IMF *projections* for 2011-->
|GDP_PPP = $15.821 trillion
|GDP_PPP = $15.821 trillion{{#tag:ref| {{cite web |url=http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=39&pr.y=17&sy=2008&ey=2012&scsm=1&ssd=1&sort=country&ds=.&br=1&c=998&s=NGDPD%2CPPPGDP%2CPPPPC&grp=1&a=1 |title=IMF World Economic Outlook Database, April 2012 |publisher=International Monetary Fund |accessdate=23 April 2012}} |name="imf" }}
|GDP_PPP_rank = 1st<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|GDP_PPP_rank = 1st<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|GDP_PPP_year = 2011
|GDP_PPP_year = 2011
|GDP_PPP_per_capita = $31,607{{#tag:ref||name="imf"}}<!--same ref as above-->
|GDP_PPP_per_capita = $31,607<!--same ref as above-->
|GDP_PPP_per_capita_rank = 15th<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_PPP_per_capita_rank = 15th<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_nominal = $17.577 trillion{{#tag:ref||name="imf" }}
|GDP_nominal = $17.577 trillion
|GDP_nominal_rank = 1st<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_nominal_rank = 1st<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_nominal_year = 2011
|GDP_nominal_year = 2011
|GDP_nominal_per_capita = $35,116
|GDP_nominal_per_capita = $35,116{{#tag:ref| [http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=21&pr.y=15&sy=2011&ey=2011&scsm=1&ssd=1&sort=country&ds=.&br=1&c=998&s=NGDPD&grp=1&a=1 Nominal 2011 GDP for the European Union] and [http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=28&pr.y=16&sy=2011&ey=2011&scsm=1&ssd=1&sort=country&ds=.&br=1&c=941%2C946%2C137%2C122%2C181%2C124%2C918%2C138%2C964%2C182%2C968%2C423%2C935%2C128%2C936%2C939%2C961%2C172%2C184%2C132%2C134%2C174%2C144%2C944%2C178%2C136%2C112&s=LP&grp=0&a= 2011 population for the European Union], [http://www.imf.org/external/pubs/ft/weo/2011/02/weodata/index.aspx World Economic Outlook Database, April 2012], [[International Monetary Fund]]. Accessed on April 23, 2012 |name="imf2" }}
|GDP_nominal_per_capita_rank = 14th<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|GDP_nominal_per_capita_rank = 14th<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|Gini_year = 2010
|Gini_year = 2010
|Gini_change = <!--increase/decrease/steady-->
|Gini_change = <!--increase/decrease/steady-->
|Gini = 30.4 <!--number only-->
|Gini = 30.4 <!--number only-->
|Gini_ref =
|Gini_ref = {{#tag:ref| {{cite web |url=https://www.cia.gov/library/publications/the-world-factbook/fields/2172.html |title=Distribution of family income&nbsp;– Gini index |work=The World Factbook |publisher=CIA |accessdate=2012-01-28}} |name="gini" }}
|Gini_rank =
|Gini_rank =
|HDI_year = 2011
|HDI_year = 2011
|HDI_change = increase <!--increase/decrease/steady-->
|HDI_change = increase <!--increase/decrease/steady-->
|HDI = 0.876 <!--number only-->
|HDI = 0.876 <!--number only-->
|HDI_ref =
|HDI_ref = <ref name="HDI">Calculated using UNDP data for the member states with weighted population.</ref>
|HDI_rank = 13th<!--Calculated by taking out EU members from the list-->{{\}}25th<sup>a</sup><!--Calculated with EU members in the list-->
|HDI_rank = 13th<!--Calculated by taking out EU members from the list-->{{\}}25th<sup>a</sup><!--Calculated with EU members in the list-->
|currency =
|currency =
Line 717: Line 704:
|utc_offset = +0 to +2
|utc_offset = +0 to +2
|time_zone_DST =
|time_zone_DST =
|utc_offset_DST = +1 to +3{{#tag:ref| Not including overseas territories }}
|utc_offset_DST = +1 to +3
|date_format =
|date_format =
|cctld = [[.eu]]
|cctld = [[.eu]]{{#tag:ref|.eu is representative of the whole of the EU; member states also have their own TLDs. }}
|calling_code = [[Telephone numbers in the European Union|28 codes]]
|calling_code = [[Telephone numbers in the European Union|28 codes]]
|footnote_a = If considered as a single entity.
|footnote_a = If considered as a single entity.
Line 728: Line 715:
|name =
|name =
{{collapsible list
{{collapsible list
|titlestyle = background:transparent;font-size:85%;
|titlestyle = background:transparent;text-align:center;font-size:85%;
|title = {{resize|130%|European Union}}
|title = {{resize|130%|European Union}}
|liststyle = text-align:center;
|liststyle = text-align:center;
Line 759: Line 746:
|image_flag = Flag of Europe.svg
|image_flag = Flag of Europe.svg
|alt_flag = Circle of 12 gold stars on a blue background
|alt_flag = Circle of 12 gold stars on a blue background
|motto = "[[Motto of the European Union|United in diversity]]"&nbsp;<!--
|motto = "[[Motto of the European Union|United in diversity]]"
|anthem = <div style="padding-bottom:0.2em;">''[[Anthem of Europe|Ode to Joy]]''&nbsp;&nbsp;{{small|(orchestral)}}</div><center>[[File:Anthem of Europe (US Navy instrumental short version).ogg]]</center>
-->{{#tag:ref|{{cite book |last=Barnard |first=Catherine |title=The Substantive Law of the EU: The four freedoms |edition=2 |date=August 2007 |publisher=Oxford University Press |isbn=9780199290352 |page=447}} }}<!--
-->{{#tag:ref|{{cite web |url=http://europa.eu/abc/symbols/motto/index_en.htm |title=United in diversity |accessdate=20 January 2010 |work=[[Europa (web portal)]] |publisher=[[European Commission]] |quote='United in diversity' is the motto of the European Union. The motto means that, via the EU, Europeans are united in working together for peace and prosperity, and that the many different cultures, traditions and languages in Europe are a positive asset for the continent.}} |name="EU-Symbols" }}<!--
-->{{#tag:ref|{{cite web |url=http://www.europarl.europa.eu/oeil/FindByProcnum.do?lang=en&procnum=REG/2007/2240 |title=European Parliament: The Legislative Observatory |accessdate=20 January 2010 |work=[[Europa (web portal)]] |publisher=[[European Commission]] |quote=the motto 'United in diversity' shall be reproduced on Parliament's official documents;}} }}
|anthem = <div style="padding-bottom:0.2em;">''[[Anthem of Europe|Ode to Joy]]''&nbsp;{{#tag:ref||name="EU-Symbols" }}&nbsp;{{small|(orchestral)}}</div><center>[[File:Anthem of Europe (US Navy instrumental short version).ogg]]</center>
|image_map = EU Globe No Borders.svg
|image_map = EU Globe No Borders.svg
|map_caption = An [[Orthographic projection (cartography)|orthographic projection]] of the world, highlighting the European Union and its Member States (green).
|map_caption = An [[Orthographic projection (cartography)|orthographic projection]] of the world, highlighting the European Union and its Member States (green).
|map_width = 220px
|map_width = 220px
|admin_center_type = Political centres
|admin_center_type = Political centres
|admin_center = {{unbulleted list |[[Brussels]] ([[Brussels and the European Union|de facto capital]])<ref>{{cite web |title=Brussels' EU capital role seen as irreversible|publisher=Euractiv.com|url=http://www.euractiv.com/pa/brussels-eu-capital-role-seen-ir-news-494302 |accessdate=28 October 2012 |quote=Brussels has become the de facto capital of the European Union}}</ref><ref>[http://ec.europa.eu/dgs/policy_advisers/archives/publications/docs/brussels_capital.pdf Brussels, Capital of European Union] - European Commission, 2001.</ref> |[[Luxembourg (city)|Luxembourg]] |[[Strasbourg]]}}
|admin_center = {{unbulleted list |[[Brussels]] ([[Brussels and the European Union|de facto capital]])|[[Luxembourg (city)|Luxembourg]] |[[Strasbourg]]}}
|largest_city = [[London]]
|largest_city = [[London]]
|official_languages =
|official_languages =
Line 776: Line 760:
| {{hlist |[[Bulgarian language|Bulgarian]] |[[Croatian language|Croatian]] |[[Czech language|Czech]] |[[Danish language|Danish]] |[[Dutch language|Dutch]] |[[English language|English]] |[[Estonian language|Estonian]] |[[Finnish language|Finnish]] |[[French language|French]] |[[German language|German]] |[[Greek language|Greek]] |[[Hungarian language|Hungarian]] |[[Irish language|Irish]] |[[Italian language|Italian]] |[[Latvian language|Latvian]] |[[Lithuanian language|Lithuanian]] |[[Maltese language|Maltese]] |[[Polish language|Polish]] |[[Portuguese language|Portuguese]] |[[Romanian language|Romanian]] |[[Slovak language|Slovak]] |[[Slovene language|Slovene]] |[[Spanish language|Spanish]] |[[Swedish language|Swedish]]}}
| {{hlist |[[Bulgarian language|Bulgarian]] |[[Croatian language|Croatian]] |[[Czech language|Czech]] |[[Danish language|Danish]] |[[Dutch language|Dutch]] |[[English language|English]] |[[Estonian language|Estonian]] |[[Finnish language|Finnish]] |[[French language|French]] |[[German language|German]] |[[Greek language|Greek]] |[[Hungarian language|Hungarian]] |[[Irish language|Irish]] |[[Italian language|Italian]] |[[Latvian language|Latvian]] |[[Lithuanian language|Lithuanian]] |[[Maltese language|Maltese]] |[[Polish language|Polish]] |[[Portuguese language|Portuguese]] |[[Romanian language|Romanian]] |[[Slovak language|Slovak]] |[[Slovene language|Slovene]] |[[Spanish language|Spanish]] |[[Swedish language|Swedish]]}}
}}
}}
|demonym = [[Citizenship of the European Union|European]]{{#tag:ref| ''The [[New Oxford American Dictionary]]'', Second Edn., [[Erin McKean]] (editor), 2051 pages, May 2005, Oxford University Press, {{ISBN|0-19-517077-6}}. |name="OED" }}
|demonym = [[Citizenship of the European Union|European]]
|membership_type = [[Member state of the European Union|Member state]]s
|membership_type = [[Member state of the European Union|Member state]]s
|membership =
|membership =
Line 794: Line 778:
}}
}}
|leader_title1 = [[President of the European Council|President of the European Council]]
|leader_title1 = [[President of the European Council|President of the European Council]]
|leader_name1 = {{nowrap|[[Herman Van Rompuy]] ([[European People's Party|EPP]])}}
|leader_name1 = {{nowrap|[[Charles Michel]] ([[Mouvement Réformateur|MR]])}}
|leader_title2 = [[President of the European Commission|President of the Commission]]
|leader_title2 = [[President of the European Commission|President of the Commission]]
|leader_name2 = {{nowrap|[[José Manuel Barroso]] ([[European People's Party|EPP]])}}
|leader_name2 = {{nowrap|[[Ursula von der Leyen]] ([[Christian Democratic Union of Germany|CDU]])}}
|legislature = [[Legislature of the European Union]]
|legislature = [[Legislature of the European Union]]
|upper_house = {{nowrap|[[Council of the European Union]]}}
|upper_house = {{nowrap|[[Council of the European Union]]}}
Line 811: Line 795:
|area_sq_mi = 1,691,658 <!--Do not remove per [[WP:MOSNUM]]-->
|area_sq_mi = 1,691,658 <!--Do not remove per [[WP:MOSNUM]]-->
|percent_water = 3.08
|percent_water = 3.08
|population_estimate = 507,890,191
|population_estimate = 507,890,191{{#tag:ref| {{cite web |url=http://epp.eurostat.ec.europa.eu/tgm/table.do?tab=table&language=en&pcode=tps00001&tableSelection=1&footnotes=yes&labeling=labels&plugin=1 |title=Total population as of 1 January |publisher=Eurostat |accessdate=23 October 2010}} |name="eurostat" }}
|population_estimate_rank = 3rd<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|population_estimate_rank = 3rd<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|population_estimate_year = 2012
|population_estimate_year = 2012
Line 818: Line 802:
|population_density_rank = <!--Calculated by taking out EU members from the list-->
|population_density_rank = <!--Calculated by taking out EU members from the list-->
<!--IMF GDP data published in September 2011; so please do not use the IMF *projections* for 2011-->
<!--IMF GDP data published in September 2011; so please do not use the IMF *projections* for 2011-->
|GDP_PPP = $15.821 trillion
|GDP_PPP = $15.821 trillion{{#tag:ref| {{cite web |url=http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=39&pr.y=17&sy=2008&ey=2012&scsm=1&ssd=1&sort=country&ds=.&br=1&c=998&s=NGDPD%2CPPPGDP%2CPPPPC&grp=1&a=1 |title=IMF World Economic Outlook Database, April 2012 |publisher=International Monetary Fund |accessdate=23 April 2012}} |name="imf" }}
|GDP_PPP_rank = 1st<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|GDP_PPP_rank = 1st<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|GDP_PPP_year = 2011
|GDP_PPP_year = 2011
|GDP_PPP_per_capita = $31,607{{#tag:ref||name="imf"}}<!--same ref as above-->
|GDP_PPP_per_capita = $31,607
|GDP_PPP_per_capita_rank = 15th<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_PPP_per_capita_rank = 15th<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_nominal = $17.577 trillion{{#tag:ref||name="imf" }}
|GDP_nominal = $17.577 trillion
|GDP_nominal_rank = 1st<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_nominal_rank = 1st<sup>a</sup><!--Calculated by taking out EU members from the list-->
|GDP_nominal_year = 2011
|GDP_nominal_year = 2011
|GDP_nominal_per_capita = $35,116
|GDP_nominal_per_capita = $35,116{{#tag:ref| [http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=21&pr.y=15&sy=2011&ey=2011&scsm=1&ssd=1&sort=country&ds=.&br=1&c=998&s=NGDPD&grp=1&a=1 Nominal 2011 GDP for the European Union] and [http://www.imf.org/external/pubs/ft/weo/2012/01/weodata/weorept.aspx?pr.x=28&pr.y=16&sy=2011&ey=2011&scsm=1&ssd=1&sort=country&ds=.&br=1&c=941%2C946%2C137%2C122%2C181%2C124%2C918%2C138%2C964%2C182%2C968%2C423%2C935%2C128%2C936%2C939%2C961%2C172%2C184%2C132%2C134%2C174%2C144%2C944%2C178%2C136%2C112&s=LP&grp=0&a= 2011 population for the European Union], [http://www.imf.org/external/pubs/ft/weo/2011/02/weodata/index.aspx World Economic Outlook Database, April 2012], [[International Monetary Fund]]. Accessed on April 23, 2012 |name="imf2" }}
|GDP_nominal_per_capita_rank = 14th<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|GDP_nominal_per_capita_rank = 14th<sup>a</sup><!--gives link to list--><!--Calculated by taking out EU members from the list-->
|Gini_year = 2010
|Gini_year = 2010
|Gini_change = <!--increase/decrease/steady-->
|Gini_change = <!--increase/decrease/steady-->
|Gini = 30.4 <!--number only-->
|Gini = 30.4 <!--number only-->
|Gini_ref =
|Gini_ref = {{#tag:ref| {{cite web |url=https://www.cia.gov/library/publications/the-world-factbook/fields/2172.html |title=Distribution of family income&nbsp;– Gini index |work=The World Factbook |publisher=CIA |accessdate=2012-01-28}} |name="gini" }}
|Gini_rank =
|Gini_rank =
|HDI_year = 2011
|HDI_year = 2011
|HDI_change = increase <!--increase/decrease/steady-->
|HDI_change = increase <!--increase/decrease/steady-->
|HDI = 0.876 <!--number only-->
|HDI = 0.876 <!--number only-->
|HDI_ref =
|HDI_ref = <ref name="HDI">Calculated using UNDP data for the member states with weighted population.</ref>
|HDI_rank = 13th<!--Calculated by taking out EU members from the list-->{{\}}25th<sup>a</sup><!--Calculated with EU members in the list-->
|HDI_rank = 13th<!--Calculated by taking out EU members from the list-->{{\}}25th<sup>a</sup><!--Calculated with EU members in the list-->
|currency =
|currency =
Line 864: Line 848:
|utc_offset = +0 to +2
|utc_offset = +0 to +2
|time_zone_DST =
|time_zone_DST =
|utc_offset_DST = +1 to +3{{#tag:ref| Not including overseas territories |group="lower-alpha"}}
|utc_offset_DST = +1 to +3
|date_format =
|date_format =
|cctld = [[.eu]]
|cctld = [[.eu]]{{#tag:ref|.eu is representative of the whole of the EU; member states also have their own TLDs. |group="lower-alpha"}}
|calling_code = [[Telephone numbers in the European Union|28 codes]]
|calling_code = [[Telephone numbers in the European Union|28 codes]]
|footnote_a = If considered as a single entity.
|footnote_a = If considered as a single entity.
}}
}}
</pre>
</pre>
{{template reflist}}
{{hidden end}}
{{hidden end}}<!----(Geopolitical organization example)----><!--


---------------- Former country example -----------------
<!----(Geopolitical organization example)---->
<!------------------ Former country example ------------------->
-->{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Former country}}
{{hidden begin |toggle=left |titlestyle=font-size:120%; |title=Former country}}
An example from [[German Empire]]:
An example from [[German Empire]]:


Line 981: Line 965:
*[[German Papiermark|Papiermark]] <small>(after 1914)</small>
*[[German Papiermark|Papiermark]] <small>(after 1914)</small>
}}
}}
|footnotes = Area and population not including colonial possessions
|footnotes = Area and population not including colonial possessions <br/>Area source:<ref name="gem1900">{{cite web |title=German Empire: administrative subdivision and municipalities, 1900 to 1910 |url=http://www.gemeindeverzeichnis.de/gem1900/gem1900.htm?gem1900_2.htm |language=German |accessdate=2007-04-25}}</ref> Population source:<ref name="pop1871">{{cite web |title=Population statistics of the German Empire, 1871 |url=http://www.deutsche-schutzgebiete.de/einwohner.htm |language=German |accessdate=2007-04-25}}</ref>
|today =
|today =
}}
}}
Line 1,089: Line 1,073:
*[[German Papiermark|Papiermark]] <small>(after 1914)</small>
*[[German Papiermark|Papiermark]] <small>(after 1914)</small>
}}
}}
|footnotes = Area and population not including colonial possessions
|footnotes = Area and population not including colonial possessions <br/>Area source:<ref name="gem1900">{{cite web |title=German Empire: administrative subdivision and municipalities, 1900 to 1910 |url=http://www.gemeindeverzeichnis.de/gem1900/gem1900.htm?gem1900_2.htm |language=German |accessdate=2007-04-25}}</ref> Population source:<ref name="pop1871">{{cite web |title=Population statistics of the German Empire, 1871 |url=http://www.deutsche-schutzgebiete.de/einwohner.htm |language=German |accessdate=2007-04-25}}</ref>
|today =
|today =
}}
}}
</pre>
</pre>
{{template reflist}}
{{hidden end}}
{{hidden end}}

{{clear}}


== Errors ==
== Errors ==

If the template generates errors when calculating data for the Gini or HDI fields, it will add the article to [[:Category:Country articles requiring maintenance]]. This only happens if the page is in the [[WP:MAINSPACE|main article space]], not any other [[WP:NAMESPACE|namespaces]].
If the template generates errors when calculating data for the Gini or HDI fields, it will add the article to [[:Category:Country articles requiring maintenance]]. This only happens if the page is in the [[WP:MAINSPACE|main article space]], not any other [[WP:NAMESPACE|namespaces]].


Line 1,109: Line 1,089:
* {{clc|Pages using infobox country with syntax problems}}
* {{clc|Pages using infobox country with syntax problems}}
* {{clc|Pages using infobox country with unknown parameters}}
* {{clc|Pages using infobox country with unknown parameters}}
* {{clc|Pages using infobox country or infobox former country with the flag caption or type parameters}}
* {{clc|Pages using infobox country or infobox former country with the symbol caption or type parameters}}
* {{clc|Former country articles using status text with Colony or Exile}}


== TemplateData ==
== TemplateData ==
Line 1,495: Line 1,478:
"type": "string",
"type": "string",
"required": false,
"required": false,
"description": "Reference, in <ref> format, of ethnic composition",
"description": "Reference, in <ref> format, of ethnic composition"
"example": "<ref>{{cite web|url=https://www.dosm.gov.my/v1/index.php?r=column/cthemeByCat&cat=155&bul_id=a1d1UTFZazd5ajJiRWFHNDduOXFFQT09&menu_id=L0pheU43NWJwRWVSZklWdzQ4TlhUUT09|title=Current Population Estimates Malaysia 2016–2017|publisher=Department of Statistics, Malaysia|accessdate=14 July 2017}}</ref>"
},
},
"ethnic_groups_year": {
"ethnic_groups_year": {
Line 2,100: Line 2,082:
"required": false,
"required": false,
"description": "Gross domestic product (purchasing power parity)",
"description": "Gross domestic product (purchasing power parity)",
"example": "$554.855 billion<ref name=imf/>",
"example": "$554.855 billion",
"suggested": true
"suggested": true
},
},
Line 2,123: Line 2,105:
"required": false,
"required": false,
"description": "Gross domestic product (purchasing power parity) per capita",
"description": "Gross domestic product (purchasing power parity) per capita",
"example": "$98,014<ref name=imf/>"
"example": "$98,014"
},
},
"GDP_PPP_per_capita_rank": {
"GDP_PPP_per_capita_rank": {
Line 2,156: Line 2,138:
"required": false,
"required": false,
"description": "Nominal GDP per capita in the country",
"description": "Nominal GDP per capita in the country",
"example": "$61,766<ref name=imf/>"
"example": "$61,766"
},
},
"GDP_nominal_per_capita_rank": {
"GDP_nominal_per_capita_rank": {
Line 2,190: Line 2,172:
"type": "line",
"type": "line",
"required": false,
"required": false,
"description": "Reference for cited Gini index statistic",
"description": "Reference for cited Gini index statistic"
"example": "<ref name=\"CIA\"/>"
},
},
"Gini_rank": {
"Gini_rank": {
Line 2,227: Line 2,208:
"type": "line",
"type": "line",
"required": false,
"required": false,
"description": "Reference for HDI statistic",
"description": "Reference for HDI statistic"
"example": "<ref name=\"HDI_change\"/>"
},
},
"HDI_rank": {
"HDI_rank": {
Line 2,290: Line 2,270:
"date_format": {
"date_format": {
"label": "Date format",
"label": "Date format",
"type": "string",
"required": false
},
"electricity": {
"label": "Mains electricity",
"type": "string",
"type": "string",
"required": false
"required": false
Line 3,016: Line 3,001:
{{cob}}
{{cob}}


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<includeonly>{{Sandbox other||
<!--Categories below this line, please; interwikis at Wikidata-->
<!--Categories below this line, please; interwikis at Wikidata-->
[[Category:Country infobox templates| ]]
[[Category:Country infobox templates| ]]