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}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{Government|}}}|<tr>
<table>
{{#if:{{{Government|}}}|<tr>
     <th>Government</th></tr>
     <th>Government</th></tr>
     <tr><td>{{{Government}}}</td>
     <tr><td>{{{Government}}}</td>
</tr>}}{{#if:{{{Major Worship|}}}|<tr>
</tr>}}
    <th>Major Worship</th></tr>
{{#if:{{{Capital|}}}|<tr>
    <tr><td>{{{Major Worship}}}</td>
</tr>}}{{#if:{{{Capital|}}}|<tr>
     <th>Capital</th></tr>
     <th>Capital</th></tr>
     <tr><td>{{{Capital}}}</td>
     <tr><td>{{{Capital}}}</td>
</tr>}}{{#if:{{{Cities|}}}|<tr>
</tr>}}
{{#if:{{{Cities|}}}|<tr>
     <th>Cities</th></tr>
     <th>Cities</th></tr>
     <tr><td>{{{Cities}}}</td>
     <tr><td>{{{Cities}}}</td>
</tr>}}</table>
</tr>}}
{{#if:{{{Major Worship|}}}|<tr>
    <th>Major Worship</th></tr>
    <tr><td>{{{Major Worship}}}</td>
</tr>}}
</table>
<hr>
<hr>
<table>{{#if:{{{Climate|}}}|<tr>
<table>
{{#if:{{{Climate|}}}|<tr>
     <th>Climate</th></tr>
     <th>Climate</th></tr>
     <tr><td>{{{Climate}}}</td>
     <tr><td>{{{Climate}}}</td>
</tr>}}{{#if:{{{Exports|}}}|<tr>
</tr>}}
{{#if:{{{Exports|}}}|<tr>
     <th>Exports</th></tr>
     <th>Exports</th></tr>
     <tr><td>{{{Exports}}}</td>
     <tr><td>{{{Exports}}}</td>
</tr>}}{{#if:{{{Imports|}}}|<tr>
</tr>}}
{{#if:{{{Imports|}}}|<tr>
     <th>Imports</th></tr>
     <th>Imports</th></tr>
     <tr><td>{{{Imports}}}</td>
     <tr><td>{{{Imports}}}</td>
</tr>}}</table>
</tr>}}
</table>
</div>
</div>

Latest revision as of 00:38, 6 May 2023

CountryBox