SirNash87 (talk | contribs)
Created page with "<includeonly> {| class="infobox" style="width:22em; font-size:90%; text-align:left;" |- ! colspan="2" style="text-align:center; font-size:110%; background:#f5f5f5;" | {{{name|{{PAGENAME}}}}} |- {{#if:{{{native_name|}}}| ! Native name | {{{native_name}}} |- }} {{#if:{{{settlement_type|}}}| ! Settlement type | {{{settlement_type}}} |- }} {{#if:{{{image_skyline|}}}| | colspan="2" style="text-align:center;" | [[File:{{{image_skyline}}}|250px]] |- }} {{#if:{{{image_caption|}}..."
 
SirNash87 (talk | contribs)
No edit summary
 
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width:22em; font-size:90%; text-align:left;"
{| class="infobox vcard" style="width:22em; font-size:90%; text-align:left; background:#fff; border:1px solid #a2a9b1;"
|-
|-
! colspan="2" style="text-align:center; font-size:110%; background:#f5f5f5;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size:110%; background:#f5f5f5;" | {{{name|{{PAGENAME}}}}}
{{#if:{{{native_name|}}}|
|-
|-
{{#if:{{{native_name|}}}|
! scope="row" | Native name
! Native name
| {{{native_name}}}
| {{{native_name}}}
|-
}}
}}
{{#if:{{{settlement_type|}}}|
{{#if:{{{settlement_type|}}}|
! Settlement type
|-
! scope="row" | Settlement type
| {{{settlement_type}}}
| {{{settlement_type}}}
|-
}}
}}
{{#if:{{{image_skyline|}}}|
{{#if:{{{image_skyline|}}}|
|-
| colspan="2" style="text-align:center;" | [[File:{{{image_skyline}}}|250px]]
| colspan="2" style="text-align:center;" | [[File:{{{image_skyline}}}|250px]]
|-
}}
}}
{{#if:{{{image_caption|}}}|
{{#if:{{{image_caption|}}}|
|-
| colspan="2" style="text-align:center; font-size:85%;" | {{{image_caption}}}
| colspan="2" style="text-align:center; font-size:85%;" | {{{image_caption}}}
|-
}}
}}
{{#if:{{{image_flag|}}}|
{{#if:{{{image_flag|}}}|
|-
| colspan="2" style="text-align:center;" | [[File:{{{image_flag}}}|100px]]
| colspan="2" style="text-align:center;" | [[File:{{{image_flag}}}|100px]]
|-
}}
}}
{{#if:{{{image_shield|}}}|
{{#if:{{{image_shield|}}}|
|-
| colspan="2" style="text-align:center;" | [[File:{{{image_shield}}}|100px]]
| colspan="2" style="text-align:center;" | [[File:{{{image_shield}}}|100px]]
|-
}}
}}
{{#if:{{{nickname|}}}|
{{#if:{{{nickname|}}}|
! Nickname(s)
|-
! scope="row" | Nickname(s)
| {{{nickname}}}
| {{{nickname}}}
|-
}}
}}
{{#if:{{{motto|}}}|
{{#if:{{{motto|}}}|
! Motto
|-
! scope="row" | Motto
| {{{motto}}}
| {{{motto}}}
}}
|-
|-
}}
! scope="row" | Country
! Country
| {{{country|}}}
| {{{country|}}}
|-
|-
! Province
! scope="row" | Province
| {{{province|}}}
| {{{province|}}}
{{#if:{{{region|}}}|
|-
|-
{{#if:{{{region|}}}|
! scope="row" | Region
! Region
| {{{region}}}
| {{{region}}}
|-
}}
}}
{{#if:{{{established_date|}}}|
{{#if:{{{established_date|}}}|
! Established
|-
! scope="row" | Established
| {{{established_date}}}
| {{{established_date}}}
|-
}}
}}
{{#if:{{{founder|}}}|
{{#if:{{{founder|}}}|
! Founder
|-
! scope="row" | Founder
| {{{founder}}}
| {{{founder}}}
|-
}}
}}
{{#if:{{{area_total_km2|}}}|
{{#if:{{{area_total_km2|}}}|
! Area
|-
! scope="row" | Area
| {{{area_total_km2}}} km²
| {{{area_total_km2}}} km²
|-
}}
}}
{{#if:{{{population_total|}}}|
{{#if:{{{population_total|}}}|
! Population (city)
|-
! scope="row" | Population (city)
| {{{population_total}}}
| {{{population_total}}}
|-
}}
}}
{{#if:{{{population_metro|}}}|
{{#if:{{{population_metro|}}}|
! Population (metro)
|-
! scope="row" | Population (metro)
| {{{population_metro}}}
| {{{population_metro}}}
|-
}}
}}
{{#if:{{{timezone|}}}|
{{#if:{{{timezone|}}}|
! Time zone
|-
! scope="row" | Time zone
| {{{timezone}}}
| {{{timezone}}}
|-
}}
}}
{{#if:{{{timezone_DST|}}}|
{{#if:{{{timezone_DST|}}}|
! Summer (DST)
|-
! scope="row" | Summer (DST)
| {{{timezone_DST}}}
| {{{timezone_DST}}}
|-
}}
}}
{{#if:{{{postal_code|}}}|
{{#if:{{{postal_code|}}}|
! Postal code
|-
! scope="row" | Postal code
| {{{postal_code}}}
| {{{postal_code}}}
|-
}}
}}
{{#if:{{{area_code|}}}|
{{#if:{{{area_code|}}}|
! Area code(s)
|-
! scope="row" | Area code(s)
| {{{area_code}}}
| {{{area_code}}}
|-
}}
}}
|}
|}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
This is the '''Infobox settlement''' template.
This is the '''Infobox settlement''' template.
To use it, copy and paste the following into an article and fill in the values:


Usage:
<pre>
<pre>
{{Infobox settlement
{{Infobox settlement

Latest revision as of 15:09, 3 October 2025


This is the Infobox settlement template.

Usage:

{{Infobox settlement
| name               = 
| native_name        = 
| settlement_type    = 
| image_skyline      = 
| image_caption      = 
| image_flag         = 
| image_shield       = 
| nickname           = 
| motto              = 
| country            = 
| province           = 
| region             = 
| established_date   = 
| founder            = 
| area_total_km2     = 
| population_total   = 
| population_metro   = 
| timezone           = 
| timezone_DST       = 
| postal_code        = 
| area_code          = 
}}