Template:CityBox: Difference between revisions

From FC1
Jump to navigation Jump to search
Created page with "<div class="infobox"> <div class="infobox-title ib-city">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}} <table..."
 
No edit summary
Tag: Manual revert
 
(14 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>{{#if:{{{image|}}}|
<div class="infobox-title ib-city">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
{{#if:{{{image|}}}|
<table>{{#if:{{{Government|}}}|<tr>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
     <th>Government</th>
<table>
     <td>{{{Government}}}</td>
{{#if:{{{Government|}}}|<tr>
</tr>}}{{#if:{{{Temples|}}}|<tr>
     <th>Government</th></tr>
     <th>Temples</th>
     <tr><td>{{{Government}}}</td>
     <td>{{{Temples}}}</td>
</tr>}}
</tr>}}{{#if:{{{Merchant Houses|}}}|<tr>
{{#if:{{{Other Organisations|}}}|<tr>
     <th>Merchant Houses</th>
     <th>Organizations</th></tr>
     <td>{{{Merchant Houses}}}</td>
     <tr><td>{{{Other Organisations}}}</td>
</tr>}}{{#if:{{{Other Organisations|}}}|<tr>
</tr>}}
     <th>Other Organisations</th>
{{#if:{{{Temples|}}}|<tr>
    <td>{{{Other Organisations}}}</td>
     <th>Temples</th></tr>
</tr>}}{{#if:{{{Notable People|}}}|<tr>
     <tr><td>{{{Temples}}}</td>
     <th>Notable People</th>
</tr>}}
    <td>{{{Notable People}}}</td></tr>}}</table>
{{#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