Vorlage:Infobox continent/doc

Aus Multicosmos
Wechseln zu: Navigation, Suche


Usage

{{Infobox continent
|title               =
|image               = 
|area                = 
|population          = 
|density             =
|GDP_nominal         =
|GDP_PPP             =
|demonym             =
|countries           =
|list_countries      =
|dependencies        = 
|unrecognized        =
|languages           = 
|time                = 
|internet            =
|cities              = 
}}

Example

Vorlage:Infobox continent

{{Infobox continent
|title               = North America
|image               = [[File:Location North America.svg|2s0px]]
|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_nominal         = $20.3 trillion (2013)
|GDP_PPP             = $20.9 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]]
}}

Collapsible list

Vorlage:Infobox continent

{{Infobox continent
|unrecognized = 
 {{Collapsible list
   | title =  
   | 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
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 (nominal)
measurement of the total nominal GDP of all the countries in the continent
GDP (PPP)
measurement of the total purchasing power parity GDP of all the countries in the continent
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
cities
the most notable and highly populated cities on a continent (e.g. List of the largest urban agglomerations in North America)

Template Data

This is the TemplateData documentation for this template used by VisualEditor and other tools.

See the monthly error report for this template.

TemplateData for Infobox continent/doc

<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_nominal": { "description": "The measurement of the total nominal GDP of all the countries in the continent" }, "GDP_PPP": { "description": "The measurement of the total purchasing power parity 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" } }, "description": "A template used to describe a continent" } </templatedata>