Template:Infobox province new: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
Edgard (talk | contribs)
No edit summary
Edgard (talk | contribs)
No edit summary
Line 136: Line 136:
}}
}}
</pre>
</pre>
== Parameters ==
{| class="wikitable"
|-
! Parameter !! Description
|-
| <code>name</code> || Name of the province (defaults to page name)
|-
| <code>native_name</code> || Name in native/local language
|-
| <code>settlement_type</code> || Type of division (Province, State, Region, etc.)
|-
| <code>country</code> || '''Country this province belongs to''' (creates wikilink)
|-
| <code>seat</code> || Capital city
|-
| <code>leader_name</code> || Current governor or equivalent
|-
| <code>area_total_km2</code> || Total area in square kilometers
|-
| <code>population_total</code> || Total population
|-
| <code>population_density_km2</code> || Set to "auto" to calculate automatically
|}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
}}
}}
</noinclude>
</noinclude>

Revision as of 23:31, 6 December 2025

Infobox province new
Province
Geography
Government
Area
Population
}
Template documentation

Usage

This infobox is used for articles about provinces, states, regions, and other first-level administrative divisions.

Blank template

Copy and paste the following code into an article, then fill in the relevant fields:

{{Infobox province new
| name                = 
| native_name         = 
| native_name_lang    = 
| settlement_type     = Province
| image_flag          = 
| flag_caption        = 
| image_seal          = 
| seal_caption        = 
| image_map           = 
| map_caption         = 
| coordinates         = 
| country             = 
| subdivision_type1   = 
| subdivision_name1   = 
| subdivision_type2   = 
| subdivision_name2   = 
| seat_type           = Capital
| seat                = 
| seat1_type          = Largest city
| seat1               = 
| government_type     = 
| leader_title        = Governor
| leader_name         = 
| leader_party        = 
| leader_title1       = 
| leader_name1        = 
| area_total_km2      = 
| area_rank           = 
| highest_elevation_m = 
| population_total    = 
| population_as_of    = 
| population_rank     = 
| population_density_km2 = auto
| demographics1_title1= 
| demographics1_info1 = 
| demographics1_title2= 
| demographics1_info2 = 
| timezone1           = 
| utc_offset1         = 
| postal_code         = 
| area_code           = 
| iso_code            = 
| website             = 
| footnotes           = 
}}