|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly><table class="infobox" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em; float: right; clear: right; margin: 0.5em 0 1em 1em; background-color: #f9f9f9; border: 1px solid #aaa; padding: 0.2em;">
| | |
| <tr>
| |
| <th colspan="2" style="text-align: center; font-size: 125%; font-weight: bold; padding: 0.2em; background-color: #e2e2e2;">{{{title1|{{PAGENAME}}}}}</th>
| |
| </tr>
| |
| {{#if:{{{image1|}}}|
| |
| <tr>
| |
| <td colspan="2" style="text-align: center; padding-bottom: 0.5em;">[[File:{{{image1}}}|frameless|center|alt={{{caption1|}}}]]
| |
| {{#if:{{{caption1|}}}|<div style="font-size: 90%; text-align: center; padding-top: 0.2em;">{{{caption1}}}</div>}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{image2|}}}|
| |
| <tr>
| |
| <td colspan="2" style="text-align: center; padding-bottom: 0.5em;">[[File:{{{image2}}}|frameless|center|alt={{{caption2|}}}]]
| |
| {{#if:{{{caption2|}}}|<div style="font-size: 90%; text-align: center; padding-top: 0.2em;">{{{caption2}}}</div>}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{national_anthem|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; width: 35%; vertical-align: top;">National Anthem</th>
| |
| <td style="padding: 0.2em;">{{{national_anthem}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{capital|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Capital</th>
| |
| <td style="padding: 0.2em;">{{{capital}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{largest_city|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Largest city</th>
| |
| <td style="padding: 0.2em;">{{{largest_city}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{national_language|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">National language</th>
| |
| <td style="padding: 0.2em;">{{{national_language}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{religion|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Religion</th>
| |
| <td style="padding: 0.2em;">{{{religion}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{demonym(s)|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Demonym(s)</th>
| |
| <td style="padding: 0.2em;">{{{demonym(s)}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{government|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Government</th>
| |
| <td style="padding: 0.2em;">{{{government}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{total_area|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Total area</th>
| |
| <td style="padding: 0.2em;">{{{total_area}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{population|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Population</th>
| |
| <td style="padding: 0.2em;">{{{population}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if:{{{currency|}}}|
| |
| <tr>
| |
| <th scope="row" style="padding: 0.2em; vertical-align: top;">Currency</th>
| |
| <td style="padding: 0.2em;">{{{currency}}}</td>
| |
| </tr>
| |
| }}
| |
| </table></includeonly><noinclude>
| |
| Example usage:
| |
| <pre>
| |
| {{Country_(FINAL)
| |
| | title1=The Enclave
| |
| | national_anthem="The Star Spangled Banner-- Bezorian Mix"
| |
| | capital=Bidenkeep, Exegar
| |
| | largest_city=Bidenkeep, Exegar
| |
| | religion=Mummyism
| |
| | government=The Mummy
| |
| | population=between 1,000,000 and 100,000,000,000
| |
| | currency=Waifurian Dollar
| |
| }}
| |
| </pre>
| |
| <templatedata>
| |
| {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"image2":{"suggested":true},"caption2":{"suggested":true},"national_anthem":{"suggested":true},"capital":{"suggested":true},"largest_city":{"suggested":true},"national_language":{"suggested":true},"religion":{"suggested":true},"demonym(s)":{"suggested":true},"government":{"suggested":true},"total_area":{"suggested":true},"population":{"suggested":true},"currency":{"suggested":true}},"sets":[],"maps":{}}
| |
| </templatedata>
| |
| </noinclude>
| |