Template:CityBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title ib-city">{{{title|{{PAGENAME}}}}}</div> | <div class="infobox-title ib-city">{{{title|{{PAGENAME}}}}}</div> | ||
{{#if:{{{image}}} | {{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{Government|}}}|<tr> | |||
<th>Government</th></tr> | |||
<tr><td>{{{Government}}}</td> | |||
</tr>}} | |||
{{#if:{{{Temples|}}}|<tr> | |||
<th>Temples</th></tr> | |||
<tr><td>{{{Temples}}}</td> | |||
</tr>}} | |||
{{#if:{{{Merchant Houses|}}}|<tr> | |||
<th>Merchant Houses</th></tr> | |||
<tr><td>{{{Merchant Houses}}}</td> | |||
</tr>}} | |||
{{#if:{{{Other Organisations|}}}|<tr> | |||
<th>Other Organisations</th></tr> | |||
<tr><td>{{{Other Organisations}}}</td></tr>}}</table> | |||
</div> | </div> |
Revision as of 22:42, 13 July 2022
CityBox