Template:Nations
<infobox theme="togsmp-large">
<title source="nation_int_name"/>
<format>
{{{nation_native_name}}}
</format>
<format>
[[Image:{{{image}}}|330px]]
</format>
<label>Capital</label> <label>Largest city</label> <label>Capital
and largest city</label> <label>Official languages</label> <label>Ethnic groups</label> <label>Demonym(s)</label> <label>Population</label> <group collapse="open"> <header>Government</header> <label>Government</label> <label>{{{head_of_state}}}</label> <label>{{{head_of_government}}}</label> <label>Prime Minister</label> <label>Chief Justice</label> <label>{{{current_coalition}}}</label> <label>Legislature</label> </group> <group collapse="open"> <header>History</header> <label>{{{event1}}}</label> <label>{{{event2}}}</label> <label>{{{event3}}}</label> <label>{{{event4}}}</label> <label>{{{event5}}}</label> </group> <group collapse="open"> <header>Economy</header> <label>GDP (PPP)</label> <label>Gini</label> <label>HDI</label> <label>Currency</label> </group> <group collapse="open"> <header>Additional info</header> <label>Date format</label> <label>Driving side</label> <label>Calling code</label> <label>Country code</label> <label>Internet TLD</label> </group>
</infobox>
Example usage:
{{Nations
|nation_int_name=Example
|nation_native_name=Example
|image=Example
|image_caption=Example
|image_width=330
|capital=Example
|largestcity=Example
|capital_largestcity=Example
|language=Example
|ethnicgroups=Example
|demonym=Example
|population=Example
|government_type=Example
|leader1=Example
|head_of_state=Example
|leader2=Example
|head_of_government=Example
|pm=Example
|chiefjustice=Example
|rulingparty=Example
|legislature=Example
|event_name1=Example
|event1=Example
|event_name2=Example
|event2=Example
|event_name3=Example
|event3=Example
|event_name4=Example
|event4=Example
|event_name5=Example
|event5=Example
|gdp=Example
|gini=Example
|hdi=Example
|currency=Example
|dateformat=Example
|drivingside=Example
|callingcode=Example
|countrycode=Example
|internet_tld=Example
}}