Template:Settlements: Difference between revisions
Jump to navigation
Jump to search
imported>HyperDuckSquared Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..." |
imported>HyperDuckSquared No edit summary |
||
| Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="settlement_name"/> | ||
<data source="settlement_status"> | |||
< | <format><div class="settlement-status" style="text-align:center;">{{{settlement_status}}}</div></format> | ||
< | |||
</data> | </data> | ||
<data source=" | <data source="image"> | ||
<label> | <format><div style="text-align:center;">[[Image:{{{image}}}|{{{image_width|300}}}px]]<br/>''{{{image_caption| }}}''</div></format> | ||
</data> | |||
<data source="mayor"> | |||
<label>Mayor</label> | |||
</data> | |||
<data source="vice_mayor"> | |||
<label>Vice Mayor</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage: Change the values in square brackets as required.<pre> | ||
{{Cities | {{Cities | ||
| | |settlement_name=[Metropolis of Langenthal] | ||
| | |settlement_status=[Capital City] | ||
| | |image=[MLangenthalCityHallPlaza.png] | ||
| | |image_caption=[Capital City of Ihazon] | ||
| | |mayor=[Togfan] | ||
|vice_mayor=[John Who] | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 13:06, 25 April 2018
<infobox>
<title source="settlement_name"/>
<format>
{{{settlement_status}}}
</format>
<format>
[[Image:{{{image}}}|300px]]
</format>
<label>Mayor</label> <label>Vice Mayor</label>
</infobox>
Example usage: Change the values in square brackets as required.
{{Cities
|settlement_name=[Metropolis of Langenthal]
|settlement_status=[Capital City]
|image=[MLangenthalCityHallPlaza.png]
|image_caption=[Capital City of Ihazon]
|mayor=[Togfan]
|vice_mayor=[John Who]
}}