Template:CityInfobox: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:


{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]
 
{{#if:{{{image_desc|}}}|
<i>{{{image_desc}}}</i>
}}
</div>}}
{{#if:{{{image2|}}}|
<div class="infobox-image">[[File:{{{image2}}}|300px]]
{{#if:{{{image2_desc|}}}|
<i>{{{image2_desc}}}</i>
}}
</div>}}
<table>
<table>
{{#if:{{{nation|}}}|<tr>
{{#if:{{{nation|}}}|<tr>
     <th>Nation</th>
     <th>Nation</th>
Line 46: Line 54:
     <td>{{{demographics}}}</td>
     <td>{{{demographics}}}</td>
</tr>}}
</tr>}}
</table>
</table>
</div>
</div>

Revision as of 21:16, 31 May 2022

CityInfobox