Template:Infobox Admin Subdivision
Template page
More actions
Usage
This template works for any level of administrative subdivision. Use the subdivision_type, parent_label, and admin_property parameters to adapt it to any country's hierarchy.
Cambodia
{{Infobox Admin Subdivision
|name = Kirivong
|local_name = ស្រុកកិរីវង់
|subdivision_type = District
|country = Cambodia
|parent = Takeo
|parent_label = Province
|admin_property = admin 2
|show_map = yes
|coordinates = 10.641000, 104.844000
|category = Cambodian Districts
}}
India
{{Infobox Admin Subdivision
|name = Kullu District
|local_name = कुल्लू जिला
|subdivision_type = District
|country = India
|parent = Himachal Pradesh
|parent_label = State
|admin_property = admin 2
|show_map = yes
|coordinates = 31.958000, 77.109000
|category = Indian Districts
}}
Province-level example
{{Infobox Admin Subdivision
|name = Takeo
|local_name = តាកែវ
|subdivision_type = Province
|country = Cambodia
|admin_property = province
|show_map = yes
|coordinates = 10.990000, 104.780000
|capital = Doun Kaev
|category = Cambodian Provinces
}}
Parameters
| Parameter | Description | Default | Example |
|---|---|---|---|
| name | Display name (defaults to page name) | Infobox Admin Subdivision | Kirivong |
| local_name | Name in local script | ស្រុកកិរីវង់ | |
| image | Hero image filename | Kirivong_landscape.jpg | |
| image_alt | Alt text for image | name value | Bayong Kor mountains |
| image_caption | Caption for hero image | View from Phnom Bayong | |
| show_map | Set to "yes" to display accession map | yes | |
| subdivision_type | What kind of division this is | Province | District |
| country | Country page name | Cambodia | |
| parent | Parent subdivision page name | Takeo | |
| parent_label | Label for the parent field | Province | Province |
| admin_property | SMW property suffix for map/count queries | province | admin 2 |
| capital | Administrative capital | Doun Kaev | |
| coordinates | Centroid (lat, lon) | 10.641000, 104.844000 | |
| area | Geographic area | 928 km² | |
| elevation_range | Elevation range | 50–400 m | |
| population | Population figure | 178,000 | |
| population_year | Census year for population | 2019 | |
| category | MediaWiki category for this page | Admin Subdivisions | Cambodian Districts |
The admin_property parameter
This is the key parameter that makes the template work across different admin levels. It controls which SMW property the map query and accession count use to filter results.
| Admin level | admin_property value | Resulting query filter |
|---|---|---|
| Province/State | province | Infobox Admin Subdivision
|
| District | admin 2 | Infobox Admin Subdivision
|
| Commune/Subdistrict | admin 3 | Infobox Admin Subdivision
|
| Village/Ward | admin 4 | Infobox Admin Subdivision
|