Template:Settlements: Difference between revisions

From TogSMP Wiki
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="title1">
   <title source="settlement_name"/>
    <default>{{PAGENAME}}</default>
   <data source="settlement_status">
   </title>
     <format><div class="settlement-status" style="text-align:center;">{{{settlement_status}}}</div></format>
  <image source="image1">
     <caption source="caption1"/>
  </image>
  <data source="row1">
    <label>Label</label>
   </data>
   </data>
   <data source="row2">
   <data source="image">
     <label>Label</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
|title1=Example
|settlement_name=[Metropolis of Langenthal]
|image1=Example
|settlement_status=[Capital City]
|caption1=Example
|image=[MLangenthalCityHallPlaza.png]
|row1=Example
|image_caption=[Capital City of Ihazon]
|row2=Example
|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]
}}