Test region: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
| gdp = $1,234,567,890 | | gdp = $1,234,567,890 | ||
| gdp_per_capita = $12,345 | | gdp_per_capita = $12,345 | ||
}} | }}Code to copy to use the template:<pre> | ||
<pre> | |||
{{RegionInfobox | {{RegionInfobox | ||
| Region name = Some Region Name | | Region name = Some Region Name |
Revision as of 18:19, 15 August 2023
File:MapImageFileName.png | |
Country | sample_nation_page |
---|---|
Capital | sample_city_page |
Area | 1,234,567 km2 km2 |
Population | 123,456,789 |
Density | 987 km2/km2 |
Demonym | SomeRegionian |
Time zone | UTC+2 |
GDP | ₲$1,234,567,890 |
GDP per capita | ₲Expression error: Unrecognised punctuation character "$". |
Code to copy to use the template:
{{RegionInfobox | Region name = Some Region Name | flag = FlagFileName.png | coa = CoAFileName.png | map = MapImageFileName.png | country = sample_nation_page | capital = sample_city_page | area = 1,234,567 km<sup>2</sup> | population = 123,456,789 | density = 987 km<sup>2</sup> | demonym = SomeRegionian | timezone = UTC+2 | gdp = $1,234,567,890 | gdp_per_capita = $12,345 }}