Template:Settlements

From TogSMP Wiki
Revision as of 13:23, 25 April 2018 by imported>HyperDuckSquared
Jump to navigation Jump to search

<infobox>

 <title source="settlement_name"/>
 

<format>

{{{settlement_status}}}

</format>

 
 

<format>

[[Image:{{{image}}}|300px]]

</format>

 
 
   <label>Mayor</label>
 
 
   <label>Vice Mayor</label>
 
 <group collapse="open">
   <header>Areas</header>
   
     <label>{{{area_name1}}}</label>
   
   
     <label>{{{area_name2}}}</label>
   
   
     <label>{{{area_name3}}}</label>
   
 </group>

</infobox>

Example usage:

{{Cities
|settlement_name=Example
|settlement_status=Example
|image=Example
|image_caption=Example
|image_width=300
|mayor=Example
|vice_mayor=Example
|area_name1=Example
|areas1=Example
|area_name2=Example
|areas2=Example
|area_name3=Example
|areas3=Example
}}