|
|
| (5 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly>{| 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;"
| | |
| |-
| |
| ! colspan="2" style="text-align: center; font-size: 125%; font-weight: bold; padding: 0.2em; background-color: #e2e2e2;" | {{{title1|{{PAGENAME}}}}}
| |
| {{#if:{{{image1|}}}|
| |
| {{!}}-
| |
| {{!}} 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>}}
| |
| }}
| |
| {{#if:{{{image2|}}}|
| |
| {{!}}-
| |
| {{!}} 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>}}
| |
| }}
| |
| {{#if:{{{national_anthem|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; width: 35%; vertical-align: top;" {{!}} National Anthem
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{national_anthem}}}
| |
| }}
| |
| {{#if:{{{capital|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Capital
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{capital}}}
| |
| }}
| |
| {{#if:{{{largest_city|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Largest city
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{largest_city}}}
| |
| }}
| |
| {{#if:{{{national_language|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} National language
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{national_language}}}
| |
| }}
| |
| {{#if:{{{religion|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Religion
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{religion}}}
| |
| }}
| |
| {{#if:{{{demonym(s)|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Demonym(s)
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{demonym(s)}}}
| |
| }}
| |
| {{#if:{{{government|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Government
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{government}}}
| |
| }}
| |
| {{#if:{{{total_area|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Total area
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{total_area}}}
| |
| }}
| |
| {{#if:{{{population|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Population
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{population}}}
| |
| }}
| |
| {{#if:{{{currency|}}}|
| |
| {{!}}-
| |
| ! scope="row" style="padding: 0.2em; vertical-align: top;" {{!}} Currency
| |
| {{!}} style="padding: 0.2em;" {{!}} {{{currency}}}
| |
| }}
| |
| |}</includeonly><noinclude>
| |
| Example usage:
| |
| <pre>
| |
| {{Country (FINAL)
| |
| | title1=Example
| |
| | image1=Example.jpg
| |
| | caption1=Example
| |
| | image2=Example.jpg
| |
| | caption2=Example
| |
| | national_anthem=Example
| |
| | capital=Example
| |
| | largest_city=Example
| |
| | national_language=Example
| |
| | religion=Example
| |
| | demonym(s)=Example
| |
| | government=Example
| |
| | total_area=Example
| |
| | population=Example
| |
| | currency=Example
| |
| }}
| |
| </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>
| |