Template:CountryBox: Difference between revisions

From FC1
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
<div class="infobox-title ib-country">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title ib-country">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
<table>{{#if:{{{Climate|}}}|<tr>
    <th>Climate</th></tr>
    <tr><td>{{{Climate}}}</td>
</tr>}}{{#if:{{{Exports|}}}|<tr>
    <th>Exports</th></tr>
    <tr><td>{{{Exports}}}</td>
</tr>}}{{#if:{{{Imports|}}}|<tr>
    <th>Imports</th></tr>
    <tr><td>{{{Imports}}}</td>
</tr>}}</table>
<table>{{#if:{{{Government|}}}|<tr>
<table>{{#if:{{{Government|}}}|<tr>
     <th>zGovernment</th></tr>
     <th>Government</th></tr>
     <tr><td>{{{Government}}}</td>
     <tr><td>{{{Government}}}</td>
</tr>}}{{#if:{{{Capital|}}}|<tr>
</tr>}}{{#if:{{{Capital|}}}|<tr>

Revision as of 17:12, 27 January 2020

CountryBox