Difference between revisions of "Template:Infobox country simple"

From Taijitu
Jump to: navigation, search
Line 18: Line 18:
 
!colspan=2 style="text-align:center; color:{{{text_color|black}}}; background-color:{{{color|{{Color|{{{name}}}}}}}}; font-size:125%;"|Geography
 
!colspan=2 style="text-align:center; color:{{{text_color|black}}}; background-color:{{{color|{{Color|{{{name}}}}}}}}; font-size:125%;"|Geography
 
|-
 
|-
{{#if: {{{Map|}}}|
+
{{#if: {{{map|}}}|
 
{{!}} align=center colspan=2 style="background:#f9f9f9;" {{!}} [[image:{{{Map}}}{{!}}Map of {{{Name}}} highlighted{{!}}280px]]
 
{{!}} align=center colspan=2 style="background:#f9f9f9;" {{!}} [[image:{{{Map}}}{{!}}Map of {{{Name}}} highlighted{{!}}280px]]
 
}}
 
}}
 
|-
 
|-
 
!Capital  
 
!Capital  
| {{{Capital}}}
+
| {{{capital}}}
 
|-
 
|-
{{#if: {{{Largest city|}}}|!Largest city  
+
{{#if: {{{largest city|}}}|!Largest city  
{{!}} {{{Largest city}}}|}}
+
{{!}} {{{largest city}}}|}}
 
|-
 
|-
 
!Population  
 
!Population  
 
| {{{Population}}}
 
| {{{Population}}}
 
|-
 
|-
{{#if: {{{Language|}}}|!Official language  
+
{{#if: {{{language|}}}|!Official language  
{{!}} {{{Language}}}}}
+
{{!}} {{{language}}}}}
 
|-
 
|-
{{#if: {{{Demonym|}}}|!Demonym  
+
{{#if: {{{demonym|}}}|!Demonym  
{{!}} {{{Demonym}}}}}
+
{{!}} {{{demonym}}}}}
 
|-
 
|-
{{#if: {{{Government|}}}|!Government  
+
{{#if: {{{government|}}}|!Government  
{{!}} {{{Government}}}}}
+
{{!}} {{{government}}}}}
 
|-
 
|-
{{#if: {{{Head of State|}}}|!Head of state  
+
{{#if: {{{head of state|}}}|!Head of state  
{{!}} {{{Head of State}}}}}
+
{{!}} {{{head of state}}}}}
 
|-
 
|-
{{#if: {{{Head of Government|}}}|!Head of Government  
+
{{#if: {{{head of government|}}}|!Head of Government  
{{!}} {{{Head of Government}}}}}
+
{{!}} {{{head of government}}}}}
 
|-
 
|-
{{#if: {{{Legislature|}}}|!Legislature  
+
{{#if: {{{legislature|}}}|!Legislature  
{{!}} {{{Legislature}}}}}
+
{{!}} {{{legislature}}}}}
 
|-
 
|-
{{#if: {{{Area|}}}|!Area  
+
{{#if: {{{area|}}}|!Area  
{{!}} {{{Area}}}}}
+
{{!}} {{{area}}}}}
 
|-
 
|-
{{#if: {{{GDP|}}}|!GDP  
+
{{#if: {{{gdp|}}}|!GDP  
{{!}} {{{GDP}}}}}
+
{{!}} {{{gdp}}}}}
 
|-
 
|-
{{#if: {{{GDP nominal|}}}|!GDP (nominal)  
+
{{#if: {{{gdp nominal|}}}|!GDP (nominal)  
{{!}} {{{GDP nominal}}}}}
+
{{!}} {{{gdp nominal}}}}}
 
|}<noinclude>
 
|}<noinclude>
 
[[Category:infobox templates]]
 
[[Category:infobox templates]]

Revision as of 20:28, 25 March 2015

{{{name}}}
[[image: {{{flag}}}|x78px|Flag of {{{name}}}]] [[image: {{{arms}}}|x78px|Coat of Arms of {{{name}}}]]
[[Flag of {{{name}}}|Flag]] [[Coat of Arms of {{{name}}}|Coat of Arms]]
Motto: {{{motto}}}
Anthem: {{{anthem}}}
Geography
Capital {{{capital}}}
Population {{{Population}}}



{{Infobox country simple
|color= //optional default {{Color|{{{name}}}}}
|text_color= //optional default black
|title= //optional
|name= //e.g. China
|native_name= //e.g. 中国 optional
|translit_name= //e.g. Zhōngguó optional
|flag=
|arms=
|arms_name= //optional default Coat of Arms
|motto= //e.g. Truth alone triumphs
|native_motto= //e.g. सत्यमेव जयते optional
|translit_motto= //e.g. Satyameva jayate optional
|anthem= //e.g. State Anthem
|native_anthem= //e.g. Государственный гимн optional
|translit_anthem = //e.g. Gosudarstvennyy gimn optional
|map=
|capital=
|largest city= //optional
|population=
|language= //optional
|demonym= //optional
|government= //optional
|head_of_state= //optional
|head_of_government= //optional
|legislature= //optional
|area= //optional
|gdp= //optional
|gdp_nominal= //optional
}}