Difference between revisions of "Template:Country"

From Spirits of the Earth
Jump to: navigation, search
m
Line 1: Line 1:
{| style="width: 25em; text-align: left; font-size: 90%; float:right; border:1px solid"
+
<includeonly>{| class="toccolours" style="float: right; margin: 0 0 1em 1em; width: 22em; font-size: 90%; clear:right;" cellspacing="5"
 
|-
 
|-
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}'''
+
| colspan="2" style="text-align: center; font-size: larger;" | '''{{{title|{{PAGENAME}}}}}'''
|-
+
|- style="vertical-align: top; text-align: left;" class="{{if|test={{{name|}}}|else=hiddenStructure}}"
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
+
| '''Capital'''
|-  
+
| {{{capital}}}
! Data 1:
+
|- style="vertical-align: top; text-align: left;" class="{{if|test={{{age|}}}|else=hiddenStructure}}"
| {{{data1}}}
+
| '''Ethnic makeup'''
|-  
+
| {{{ethnicity}}}
! Data 2:
+
|- style="vertical-align: top; text-align: left;" class="{{if|test={{{occupation|}}}|else=hiddenStructure}}"
| {{{data2|''this text displayed if data2 not defined''}}}
+
|'''Demonym'''
|-  
+
| {{{demonym}}}
! Data 3 (data hidden if data3 empty or not defined):
+
|- style="vertical-align: top; text-align: left;" class="{{if|test={{{residence|}}}|else=hiddenStructure}}"
| {{{data3|}}}
+
| '''Colors'''
|-
+
| {{{colors}}}
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
+
|- style="vertical-align: top; text-align: left;" class="{{if|test={{{debut|}}}|else=hiddenStructure}}"
|}
+
| '''Emblem'''
 +
| {{{emblem}}}
 +
|- style="vertical-align: top; text-align: left;" class="{{if|test={{{death|}}}|else=hiddenStructure}}"
 +
| '''Government'''
 +
| {{{government}}}
 +
|}</includeonly><noinclude>
 +
'''Example Code'''
 +
----
 +
<pre>
 +
{{Country
 +
|title=
 +
|capital=
 +
|ethnicity=
 +
|demonym=
 +
|colors=
 +
|emblem=
 +
|government=
 +
}}
 +
</pre>
 +
[[Category:Infobox Templates|Countries]]
 +
Note: If anything isn't filled in, the template will just skip over it, except in the case of "title" in which case the page's name will be used instead (making that field generally unnecessary.)
 +
</noinclude>

Revision as of 21:10, 19 July 2009

Example Code


{{Country
|title= 
|capital= 
|ethnicity= 
|demonym= 
|colors= 
|emblem= 
|government= 
}}

Note: If anything isn't filled in, the template will just skip over it, except in the case of "title" in which case the page's name will be used instead (making that field generally unnecessary.)