Template:CityBox: Difference between revisions

From FC1
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
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:{{{Other Organisations|}}}|<tr>
    <th>Organizations</th></tr>
    <tr><td>{{{Other Organisations}}}</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>}}
</table>
</div>
</div>

Latest revision as of 14:22, 9 May 2023

CityBox