Template:Settlements: Difference between revisions
Jump to navigation
Jump to search
imported>HyperDuckSquared No edit summary |
imported>HyperDuckSquared No edit summary |
||
| Line 1: | Line 1: | ||
<infobox> | <infobox theme="togsmp"> | ||
<title source="settlement_name"/> | <title source="settlement_name"/> | ||
<data source="settlement_status"> | <data source="settlement_status"> | ||
Revision as of 13:45, 25 April 2018
<infobox theme="togsmp">
<title source="settlement_name"/>
<format>
{{{settlement_status}}}
</format>
<format>
[[Image:{{{image}}}|300px]]
</format>
<label>Founded</label>
<label>Mayor</label>
<label>Vice Mayor</label>
<label>Population</label>
<label>Unemployment</label>
<label>Energy Sources</label>
<group collapse="open">
<header>Areas</header>
<label>{{{area_name1}}}</label>
<label>{{{area_name2}}}</label>
<label>{{{area_name3}}}</label>
</group>
<group collapse="open">
<header>Economy</header>
<label>GDP</label>
<label>Household Income (low|high)</label>
</group>
<group collapse="open">
<header>Government</header>
<label>Constituency Size</label>
<label>Policy</label>
</group>
</infobox>
Example usage:
{{Cities
|settlement_name=Example
|settlement_status=Example
|image=Example
|image_caption=Example
|image_width=300
|founded=Example
|mayor=Example
|vice_mayor=Example
|population=Example
|unemployment=Example
|energy_sources=Example
|area_name1=Example
|areas1=Example
|area_name2=Example
|areas2=Example
|area_name3=Example
|areas3=Example
|gdp=K Example
|household_income=Median: K Median (Low|High)
|constituency_size=Example PRs
|policy=Example
}}