Template:Infobox continent/doc
This is a documentation subpage for Template:Infobox continent. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
{{Infobox continent
|title =
|image =
|imagecaption =
|photo =
|photocaption =
|area =
|population =
|density =
|GDP_PPP =
|GDP_nominal =
|GDP_per_capita =
|HDI =
|ethnic_groups =
|religions =
|demonym =
|countries =
|list_countries =
|dependencies =
|unrecognized =
|languages =
|time =
|internet =
|calling_code =
|cities =
|m49 =
|footnotes =
}}
Example
File:Location North America.svg | |
Area | 24,709,000 km2 (9,540,000 sq mi) |
---|---|
Population | 528,720,588 (2008, 4th) |
GDP (PPP) | $20.9 trillion (2013) |
GDP (nominal) | $20.3 trillion (2013) |
Demonym | North American |
Countries | 23 countries |
Dependencies | 22 dependencies |
Languages | List of languages |
Time zones | UTC−10 to UTC |
Internet TLD | North American TLD |
Largest cities | List of urban areas |
UN M49 code | 021 – Northern America003 – North America019 – Americas001 – World |
{{Infobox continent
|title = North America
|image = [[File:Location North America.svg|220px]]
|area = {{convert|24,709,000|km2|sqmi|abbr=on}}
|population = 528,720,588 (2008, [[List of continents by population|4th]])
|density = {{convert|21.4|/km2|/sqmi|abbr=on}}
|GDP_PPP = $20.9 trillion (2013)
|GDP_nominal = $20.3 trillion (2013)
|demonym = North American
|countries = 23 countries
|list_countries = List of North American countries
|dependencies = [[List of North American countries#Dependent territories|22 dependencies]]
|languages = [[Languages of North America|List of languages]]
|time = [[UTC−10]] to [[UTC±0|UTC]]
|internet = [[Country code top-level domain#List of ccTLDs|North American TLD]]
|cities = [[List of the largest urban agglomerations in North America|List of urban areas]]
|m49 = <code>021</code> – Northern America<br /><code>003</code> – [[North America]]<br /><code>019</code> – [[Americas]]<br /><code>001</code> – [[World]]
}}
Collapsible list
Dependencies |
|
---|
{{Infobox continent
|unrecognized =
{{Collapsible list
| title = &ensp;
| list_style = text-align:left;
| 1 = Testing 1 | 2 = Testing 2 | 3 = Testing 3 | 4 = Testing 4 | 5 = Testing 5
}}
}}
Parameters
All template parameters are optional.
- title
- name of the article
- image
- visual interpretation of the borders of a continent on a file
- photo
- real-life photograph of a continent
- area
- amount of space inside of the continent
- population
- number of people who inhabit the continent
- density
- measurement of population on the continent per unit area
- GDP (PPP)
- measurement of the total purchasing power parity GDP of all the countries in the continent
- GDP (nominal)
- measurement of the total nominal GDP of all the countries in the continent
- ethnic_groups
- List/breakdown of ethnic groups within the country/territory
- religions
- List/breakdown of religions within the country/territory
- demonym
- a name for a resident of a locality which is derived from the name of that particular locality (e.g. North American, Asian)
- countries
- number of recognized countries on a continent
- list_countries
- the title of the list of countries for that continent (e.g. List of North American countries)
- dependencies
- a continent's dependencies; if this is not outlined on that continent's countries list, use the {{collapsible list}} template as shown here
- unrecognized
- a continent's unrecognized republics and territories; if this is not outlined on that continent's countries list, use the {{collapsible list}} template as shown here
- languages
- a continent's languages; if there is no list form, use the {{collapsible list}} template as shown here
- time
- a continent's time zones (e.g. UTC−10 to UTC)
- internet
- the top-level domains for a country; link to Country code top-level domain#List of ccTLDs
- calling_code
- e.g. +1, +531, +44, etc
- cities
- the most notable and highly populated cities on a continent (e.g. List of the largest urban agglomerations in North America)
- m49
- the UN M.49 code and parent codes (e.g.
021
– Northern America) - footnotes
- footnotes
Template data
TemplateData for Infobox continent
<templatedata> { "params": { "title": { "description": "The name of the article" }, "image": { "description": "An image of the continent" }, "area": { "description": "The total area of the continent" }, "population": { "description": "The total population of the continent" }, "density": { "description": "The population density of the continent" }, "GDP_PPP": { "description": "The measurement of the total purchasing power parity GDP of all the countries in the continent" }, "GDP_nominal": { "description": "The measurement of the total nominal GDP of all the countries in the continent" }, "demonym": { "description": "A name for a resident of a locality which is derived from the name of that particular locality" }, "countries": { "description": "The total number of recognized countries on a continent" }, "list_countries": { "description": "A title used to describe the list of countries for that continent, if it exists" }, "dependencies": { "description": "A continent's dependencies, if any exists" }, "unrecognized": { "description": "A continent's unrecognized republics and territories, if any exists" }, "languages": { "description": "The different languages spoken on the continent" }, "time": { "description": "A continent's time zones" }, "internet": { "description": "The top level domains for the continent" }, "cities": { "description": "The most notable and highly populated cities on a continent. Use the alias \"settlements\" for continents without cities (e.g. Antarctica).", "aliases": [ "settlements" ] }, "footnotes": {} }, "description": "A template used to describe a continent" } </templatedata>