Template:Infobox country: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>David Kernow m ditto France areas |
meta>David Kernow m rv to 11:56 |
||
Line 20: | Line 20: | ||
<th colspan="3" class="mergedtoprow adr" align="center" style="line-height:1.2em; font-size:1.2em;"><!-- | <th colspan="3" class="mergedtoprow adr" align="center" style="line-height:1.2em; font-size:1.2em;"><!-- | ||
-->{{#if:{{{native_name|}}} | -->{{#if:{{{native_name|}}} | ||
|<!--then:-->{{{native_name}}} | |<!--then:-->{{{native_name}}} {{#if:{{{conventional_long_name|}}} | ||
|<!--then:--><br/><span class="fn org country-name">{{{conventional_long_name}}}</span><!-- | |||
-->}}<!-- | |||
-->|<!--else:-->{{#if:{{{conventional_long_name|}}} |<!--then:--><span class="fn org country-name">{{{conventional_long_name}}}</span><!-- | -->|<!--else:-->{{#if:{{{conventional_long_name|}}} | ||
|<!--then:--><span class="fn org country-name">{{{conventional_long_name}}}</span><!-- | |||
-->|<!--else:-->'''''Infobox error: parameters needed'''''<!-- | -->|<!--else:-->'''''Infobox error: parameters needed'''''<!-- | ||
-->}}<!-- | -->}}<!-- | ||
Line 32: | Line 33: | ||
<!------------------------Flag / Coat-of-arms (or other symbol)------------------------> | <!------------------------Flag / Coat-of-arms (or other symbol)------------------------> | ||
{{#if:{{{image_flag|}}}{{{text_flag|}}} |<!--then:--> | {{#if:{{{image_flag|}}}{{{text_flag|}}} | ||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td class="maptable" colspan="3" align="center" style="padding:0.5em 0 0.5em 0;"> | |||
<!-------------------------------------------- | |||
Subtable to format flag/coat-of-arms display. | |||
Align="center"s and "width:auto;"s are for sake of Internet Explorer. | |||
---------------------------------------------> | |||
<table align="center" style="width:100%; background:none;"> | |||
<!-------Images-------> | |||
<tr> <td align="center" style="{{#if:{{{image_coat|}}} |<!--then:-->width:58%;}}<!--(58% as flags usually wider than coats-of-arms/symbols. Also accommodates IE.)--> vertical-align:middle;"> | |||
{{#if:{{{text_flag|}}} | |||
|<!--then:-->{{{text_flag}}}<!--used for N. Ireland--> | |||
|<!--else:-->{{border|[[Image:{{{image_flag}}}|125px|Flag of {{{common_name|{{PAGENAME}}}}}]]<!--end border:-->}} }}</td> | |||
{{#if:{{{image_coat|}}} | |||
|<!--then:--><td align="center" style="width:auto; vertical-align:middle;"> [[Image:{{{image_coat}}}|85px|{{{symbol_type|Coat of arms}}} of {{{common_name|{{PAGENAME}}}}}]]</td>}} | |||
</tr> | |||
<!-------Captions-------> | |||
<tr> <td align="center"><small>[[Flag of {{{common_name|{{PAGENAME}}}}}|{{{flag_caption|Flag}}}]]</small></td> | |||
{{#if:{{{image_coat|}}} | |||
|<!--then:--><td align="center"><small>[[{{{symbol_type_article|{{{symbol_type|Coat of arms}}}}}} of {{{common_name|{{PAGENAME}}}}}|{{{symbol_type|Coat of arms}}}]]</small></td>}} | |||
</tr> | |||
<!--------------End subtable:---------------> | |||
</table> | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!---------------------------------------Motto-----------------------------------------> | <!---------------------------------------Motto-----------------------------------------> | ||
{{#if:{{{national_motto|}}} |<!--then:--> | {{#if:{{{national_motto|}}} | ||
|<!--then:--> | |||
<tr> <td colspan="3" style="line-height:1.2em; text-align:center;">'''[[List of state mottos|Motto]]'''<br/>{{{national_motto}}}</td> | |||
</tr> | |||
}} | }} | ||
<!---------------------------------------Anthem----------------------------------------> | <!---------------------------------------Anthem----------------------------------------> | ||
{{#if:{{{national_anthem|}}} |<!--then:--> | {{#if:{{{national_anthem|}}} | ||
|<!--then:--> | |||
<tr> <td colspan="3" style="line-height:1.2em; text-align:center;">'''[[National anthem|Anthem]]'''<br/>{{{national_anthem}}}</td> | |||
</tr> | |||
}} | }} | ||
<!----------------------------------------Maps-----------------------------------------> | <!----------------------------------------Maps-----------------------------------------> | ||
{{#if:{{{image_map|}}} |<!--then:--> | {{#if:{{{image_map|}}} | ||
|<!--then:--> | |||
<tr> | |||
<td colspan="3" style="text-align:center; padding:0.6em 0em 0.6em 0em;"> [[Image:{{{image_map}}}|250px|center|Location of {{{common_name|{{PAGENAME}}}}}]] <div style="position:relative; top:3px;"><small>{{{map_caption|<noinclude>{{{map_caption}}}</noinclude>}}}</small></div> | |||
</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{image_map2|}}} |<!--then:--> | {{#if:{{{image_map2|}}} | ||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td colspan="3" style="text-align:center; padding:0.6em 0em 0.6em 0em;"> [[Image:{{{image_map2}}}|250px|center|Location of {{{common_name|{{PAGENAME}}}}}]] <div style="position:relative; top:3px;"><small>{{{map_caption2|}}}</small></div> | |||
</td> | |||
</tr> | |||
}} | }} | ||
<!------------------------Capital, Largest city or settlement--------------------------> | <!------------------------Capital, Largest city or settlement--------------------------> | ||
{{#if:{{{capital|}}}{{{largest_city|}}}{{{largest_settlement|}}} |<!--then1:--> | {{#if:{{{capital|}}}{{{largest_city|}}}{{{largest_settlement|}}} | ||
|<!--then1:--> | |||
<tr class="mergedtoprow"> | |||
<!--------------------------------------------------------------------------- | |||
If capital provided, check whether largest_city or largest_settlement | |||
(if provided) equals "capital", capital or [[capital]]: | |||
----------------------------------------------------------------------------> | |||
{{#if:{{{capital|}}} | |||
|<!--then2:--> | |||
<td colspan="2">'''[[List of national capitals|Capital]]'''<!-- | |||
-->{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}} | |||
|<!--equals3:-->capital | |||
|<!---then3:--->capital<!-- | |||
-->|<!---else3:---><!-- | |||
-->{{#switch:{{{capital}}} | |||
| [[{{{largest_city|}}}{{{largest_settlement|}}}]] = capital | |||
| {{{largest_city|}}}{{{largest_settlement|}}} = capital | |||
| not capital | |||
}} | |||
}}<!--(end3)--> | |||
|<!--equals4:-->capital | |||
|<!---then4:---><!-- | |||
------------------------------------------------------------------ | |||
capital is largest_city or largest_settlement: | |||
------------------------------------------------------------------ | |||
--><br/>[[Demographics of {{{common_name}}}|(and {{{largest_settlement_type|largest city}}})]] | |||
</td> | |||
<!--------Add capital:--------> | |||
<td>{{{capital}}}<!-- | |||
---------add capital's latitude and longitude (if provided):-------- | |||
-->{{#if:{{{latd|}}} |<!--then:--><br/><small><!-- | |||
-->{{coor dm |{{{latd}}}|{{{latm}}}|{{{latNS}}}|{{{longd}}}<!-- | |||
-->|{{{longm}}}|{{{longEW}}}|type:country({{{area}}}) }}</small><!-- | |||
-->}}<!-- | |||
--></td> | |||
|<!---else4:---><!-- | |||
------------------------------------------------------------------ | |||
capital isn't largest_city or largest_settlement: | |||
------------------------------------------------------------------ | |||
--></td> | |||
<!--------Add capital:--------> | |||
<td>{{{capital}}}<!-- | |||
---------add capital's latitude and longitude (if provided):-------- | |||
-->{{#if:{{{latd|}}} |<!--then:--><br/><small><!-- | |||
-->{{coor dm |{{{latd}}}|{{{latm}}}|{{{latNS}}}|{{{longd}}}<!-- | |||
-->|{{{longm}}}|{{{longEW}}}|type:country({{{area}}}) }}</small><!-- | |||
-->}}<!-- | |||
--></td> | |||
</tr> | </tr> | ||
<!--------Add largest_city or largest_settlement (if provided):--------> | |||
{{#if:{{{largest_city|}}}{{{largest_settlement|}}} | |||
|<!--then5:--> | |||
<tr class="mergedbottomrow"> | |||
<th colspan="2">[[Demographics of {{{common_name}}}|Largest {{{largest_settlement_type|city}}}]]</th> | |||
<td>{{{largest_city|}}}{{{largest_settlement|}}}</td> | |||
</tr> | |||
}}<!--(end5)--> | |||
}}<!--(end4)--> | |||
|<!--else2 capital not provided: | |<!--else2: capital not provided:--><!-- | ||
--------Add largest_city or largest_settlement (if provided):-------- | --------Add largest_city or largest_settlement (if provided):-------- | ||
-->{{#if:{{{largest_city|}}}{{{largest_settlement|}}} |<!--then6:--> | -->{{#if:{{{largest_city|}}}{{{largest_settlement|}}} | ||
|<!--then6:--> | |||
<th colspan="2">[[Demographics of {{{common_name}}}|Largest {{{largest_settlement_type|city}}}]]</th> | |||
<td>{{{largest_city|}}}{{{largest_settlement|}}}</td> | |||
}}<!--(end6)--> | }}<!--(end6)--> | ||
}}<!--(end2)--> | }}<!--(end2)--> | ||
</tr> | |||
}}<!--(end1)--> | }}<!--(end1)--> | ||
<!---------------Official and recognised regional languages, Ethnic groups-------------> | <!---------------Official and recognised regional languages, Ethnic groups-------------> | ||
{{#if:{{{official_languages|}}} |<!--then:--> | {{#if:{{{official_languages|}}} | ||
|<!--then:--> | |||
<tr> <th colspan="2">[[Official language|Official languages]]</th> | |||
<td>{{{official_languages}}}</td> | |||
</tr> | |||
{{#if:{{{regional_languages|}}} | |||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td colspan="2">[[Regional language|Recognised regional language]]s</td> | |||
<td style="vertical-align:middle;">{{{regional_languages|}}}</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
{{#if:{{{ethnic_groups|}}} |<!--then:--> | {{#if:{{{ethnic_groups|}}} | ||
|<!--then:--> | |||
<tr> <td colspan="2">'''[[Ethnic group]]s''' <!-- | |||
-->{{#if:{{{ethnic_groups_year|}}} | |||
|<!--then:-->({{{ethnic_groups_year}}}) }}</td> | |||
<td>{{{ethnic_groups}}}</td> | |||
</tr> | |||
}} | }} | ||
Line 193: | Line 200: | ||
{{#if:{{{government_type|}}} | {{#if:{{{government_type|}}} | ||
|<!--then:--> | |<!--then:--> | ||
<tr> <th colspan="2">[[List of countries by system of government|Government]]</th> | |||
<td>{{{government_type|}}}</td> | |||
</tr> | |||
|<!--else if leader/s provided but no government_type, use generic subheading "Government": | |<!--else: if leader/s provided but no government_type, use generic subheading "Government":--><!-- | ||
-->{{#if:{{{leader_title1|}}}{{{leader_name1|}}} |<!--then: | -->{{#if:{{{leader_title1|}}}{{{leader_name1|}}} | ||
|<!--then:--><tr> <th colspan="3">[[List of countries by system of government|Government]]</th> | |||
</tr> | |||
}} | }} | ||
}} | }} | ||
Line 205: | Line 212: | ||
<!--------------------------------------Leaders----------------------------------------> | <!--------------------------------------Leaders----------------------------------------> | ||
{{#if:{{{leader_title1|}}} |<!--then:--> | {{#if:{{{leader_title1|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{leader_title2|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title1}}}</td> | |||
<td>{{{leader_name1}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title2|}}} |<!--then:--> | {{#if:{{{leader_title2|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{leader_title3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title2}}}</td> | |||
<td>{{{leader_name2}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title3|}}} |<!--then:--> | {{#if:{{{leader_title3|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{leader_title4|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title3}}}</td> | |||
<td>{{{leader_name3}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title4|}}} |<!--then:--> | {{#if:{{{leader_title4|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{leader_title5|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title4}}}</td> | |||
<td>{{{leader_name4}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{leader_title5|}}} |<!--then:--> | {{#if:{{{leader_title5|}}} | ||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title5}}}</td> | |||
<td>{{{leader_name5}}}</td> | |||
</tr> | |||
}} | }} | ||
<!------------------------------------Sovereignty-------------------------------------> | <!------------------------------------Sovereignty-------------------------------------> | ||
{{#if:{{{established_event1|}}}{{{sovereignty_type|}}} |<!--then:--> | {{#if:{{{established_event1|}}}{{{sovereignty_type|}}} | ||
|<!--then:--> | |||
<tr {{#if:{{{established_event1|}}} |<!--then:-->class="mergedtoprow"}}> | |||
{{#if:{{{sovereignty_note|}}} | |||
|<!--then:--><th colspan="2">{{{sovereignty_type}}}</th> | |||
<td>{{{sovereignty_note}}} </td> | |||
|<!--else:--><th colspan="3">{{{sovereignty_type}}}</th>}} | |||
</tr> | |||
}} | }} | ||
<!---------------Significant events in country/territory's establishment---------------> | <!---------------Significant events in country/territory's establishment---------------> | ||
{{#if:{{{established_event1|}}} |<!--then:--> | {{#if:{{{established_event1|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event2|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event1}}}</td> | |||
<td>{{{established_date1|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event2|}}} |<!--then:--> | {{#if:{{{established_event2|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event2}}}</td> | |||
<td>{{{established_date2|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event3|}}} |<!--then:--> | {{#if:{{{established_event3|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event4|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event3}}}</td> | |||
<td>{{{established_date3|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event4|}}} |<!--then:--> | {{#if:{{{established_event4|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event5|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event4}}}</td> | |||
<td>{{{established_date4|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event5|}}} |<!--then:--> | {{#if:{{{established_event5|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event6|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event5}}}</td> | |||
<td>{{{established_date5|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event6|}}} |<!--then:--> | {{#if:{{{established_event6|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event7|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event6}}}</td> | |||
<td>{{{established_date6|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event7|}}} |<!--then:--> | {{#if:{{{established_event7|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event8|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event7}}}</td> | |||
<td>{{{established_date7|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event8|}}} |<!--then:--> | {{#if:{{{established_event8|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{established_event9|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event8}}}</td> | |||
<td>{{{established_date8|}}} </td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{established_event9|}}} |<!--then:--> | {{#if:{{{established_event9|}}} | ||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event9}}}</td> | |||
<td>{{{established_date9|}}} </td> | |||
</tr> | |||
}} | }} | ||
<!------------------------------EU accession (member states)-----------------------------> | <!------------------------------EU accession (member states)-----------------------------> | ||
{{#if:{{{accessionEUdate|}}} |<!--then:--> | {{#if:{{{accessionEUdate|}}} | ||
|<!--then:--> | |||
<tr> <th colspan="2">[[European Union|Accession to the European Union]]</th> | |||
<td style="vertical-align:middle;">{{{accessionEUdate}}}</td> | |||
</tr> | |||
}} | }} | ||
<!-----------------------------------------Area-----------------------------------------> | <!-----------------------------------------Area-----------------------------------------> | ||
{{#if:{{{area|}}} |<!--then:--> | {{#if:{{{area|}}} | ||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<th colspan="3">[[List of countries and outlying territories by area|Area]]</th> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total<!-- | |||
---France-related footnote:-->{{#if:{{{FR_foot4|}}} | |||
|<!--then:-->{{{FR_foot4}}} }}</td> | |||
<td>[[{{{area_magnitude|}}} {{#if:{{{area_magnitude|}}} | |||
|<!--then:-->m²<!-- | |||
-->|<!--else:-->Square metre<!-- | |||
-->}}|{{{area|}}} km²<!-- | |||
-->]] {{#if:{{{area_rank|}}} | |||
|<!--then:-->([[List of countries and outlying territories by area|{{{area_rank}}}]]) }}<br/>{{{areami²|}}} [[Square mile|sq mi]] </td> | |||
</tr> | |||
}} | }} | ||
<!-------------------Percentage water--------------------> | <!-------------------Percentage water--------------------> | ||
{{#if:{{{percent_water|}}} |<!--then:--> | {{#if:{{{percent_water|}}} | ||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Water (%)</td> | |||
<td>{{{percent_water|}}}</td> | |||
</tr> | |||
}} | }} | ||
<!-----------Areas of France-----------> | <!-----------Areas of France-----------> | ||
{{#if:{{{FR_metropole|}}} |<!--then:--> | {{#if:{{{FR_metropole|}}} | ||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td colspan="2" style="padding-left:0px;">{{{FR_metropole}}}</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> </td> | |||
<td style="padding-left:10px;">- [[Institut Géographique National|IGN]]{{{FR_foot2|}}}</td> | |||
<td>[[{{{FR_IGN_area_magnitude|}}} {{#if:{{{FR_IGN_area_magnitude|}}} | |||
|<!--then:-->m²<!-- | |||
-->|<!--else:-->Square metre<!-- | |||
-->}}|{{{FR_IGN_area}}} km²<!-- | |||
-->]] ([[List of countries and outlying territories by total area|{{{FR_IGN_area_rank|}}}]]) | |||
<br/> {{{FR_IGN_areami²|}}} sq mi</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> </td> | |||
<td style="padding-left:10px;">- [[Cadastre]]{{{FR_foot3|}}}</td> | |||
<td>[[{{{FR_cadastre_area_magnitude|}}} {{#if:{{{FR_cadastre_area_magnitude|}}} | |||
|<!--then:-->m²<!-- | |||
-->|<!--else:-->Square metre<!-- | |||
-->}}|{{{FR_cadastre_area}}} km²<!-- | |||
-->]] ([[List of countries and outlying territories by total area|{{{FR_cadastre_area_rank|}}}]]) | |||
<br/> {{{FR_cadastre_areami²|}}} sq mi</td> | |||
</tr> | |||
}} | }} | ||
<!-------------------------------------Population-------------------------------------> | <!-------------------------------------Population-------------------------------------> | ||
{{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}} |<!--then:--> | {{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}} | ||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<th colspan="3">[[List of countries by population|Population]]</th> | |||
</tr> | |||
<!---------------Estimate---------------> | |||
{{#if:{{{population_estimate|}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{population_estimate_year|}}} estimate</td> | |||
<td>{{{population_estimate|}}} {{#if:{{{population_estimate_rank|}}} | |||
|<!--then:-->([[List of countries by population|{{{population_estimate_rank}}}]]) }}</td> | |||
</tr> | |||
}} | |||
<!----------------Census----------------> | |||
{{#if:{{{population_census|}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{population_census_year|}}} census</td> | |||
<td>{{{population_census|}}} {{#if:{{{population_census_rank|}}} | |||
|([[List of countries by population|{{{population_census_rank}}}]]) }}</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
<!-----(France)-----> | <!-----(France)-----> | ||
{{#if:{{{FR_metropole_population|}}} |<!--then:--> | {{#if:{{{FR_metropole_population|}}} | ||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> </td> | |||
<td colspan="2" style="padding-left:0px;">({{{FR_total_population_estimate_year}}})</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total{{{FR_foot}}}</td> | |||
<td>{{{FR_total_population_estimate}}} ([[List of countries by population in 2005|{{{FR_total_population_estimate_rank}}}]])</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{FR_metropole}}}</td> | |||
<td>{{{FR_metropole_population}}} ([[List of countries by population in 2005|{{{FR_metropole_population_estimate_rank}}}]])</td> | |||
</tr> | |||
}} | }} | ||
<!---------------Density----------------> | <!---------------Density----------------> | ||
{{#if:{{{population_density|}}} |<!--then:--> | {{#if:{{{population_density|}}} | ||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">[[Population density|Density]]<!-- | |||
---France-related footnote:-->{{#if:{{{FR_foot5|}}} | |||
|<!--then:-->{{{FR_foot5}}} }}</td> | |||
<td>{{{population_density|}}} /km² {{#if:{{{population_density_rank|}}} | |||
|<!--then:-->([[List of countries by population density|{{{population_density_rank}}}]]) }} <br/>{{{population_densitymi²|}}} /sq mi</td> | |||
</tr> | |||
}} | }} | ||
Line 447: | Line 489: | ||
<!-----------------PPP-----------------> | <!-----------------PPP-----------------> | ||
{{#if:{{{GDP_PPP|}}} |<!--then:--> | {{#if:{{{GDP_PPP|}}} | ||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td colspan="2">'''[[Gross domestic product|GDP]]''' ([[Purchasing power parity|PPP]])</td> | |||
<td>{{{GDP_PPP_year|}}} estimate</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total</td> | |||
<td>{{{GDP_PPP}}} {{#if:{{{GDP_PPP_rank|}}} | |||
|<!--then:-->([[List of countries by GDP (PPP)|{{{GDP_PPP_rank}}}]]) }}</td> | |||
</tr> | |||
{{#if:{{{GDP_PPP_per_capita|}}} | |||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">[[Per capita]]</td> | |||
<td>{{{GDP_PPP_per_capita}}} {{#if:{{{GDP_PPP_per_capita_rank|}}} | |||
|<!--then:-->([[List of countries by GDP (PPP) per capita|{{{GDP_PPP_per_capita_rank}}}]]) }}</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
<!---------------Nominal---------------> | <!---------------Nominal---------------> | ||
{{#if:{{{GDP_nominal|}}} |<!--then:--> | {{#if:{{{GDP_nominal|}}} | ||
|<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td colspan="2">'''[[Gross domestic product|GDP]]''' (nominal)</td> | |||
<td>{{{GDP_nominal_year|}}} estimate</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total</td> | |||
<td>{{{GDP_nominal}}} {{#if:{{{GDP_nominal_rank|}}} | |||
|([[List of countries by GDP (nominal)|{{{GDP_nominal_rank}}}]]) }}</td> | |||
</tr> | |||
{{#if:{{{GDP_nominal_per_capita|}}} | |||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">[[Per capita]]</td> | |||
<td>{{{GDP_nominal_per_capita}}} {{#if:{{{GDP_nominal_per_capita_rank|}}} | |||
|<!--then:-->([[List of countries by GDP (nominal) per capita|{{{GDP_nominal_per_capita_rank}}}]]) }}</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
<!-----------------------------------------Gini----------------------------------------> | <!-----------------------------------------Gini----------------------------------------> | ||
{{#if:{{{Gini|}}} |<!--then:--> | {{#if:{{{Gini|}}} | ||
|<!--then:--> | |||
<tr> <td colspan="2">'''[[Gini_coefficient|Gini]]'''<sup style="cursor:help">{{Template:H:title|A Gini index of 0 represents perfect economic equality, and 100 perfect inequality|?}}</sup> <!-- | |||
-->{{#if:{{{Gini_year|}}} |<!--then:-->({{{Gini_year|}}}) }}</td> | |||
<td>{{{Gini}}} <!-- | |||
-->{{#if:{{{Gini_category|}}} |<!--then:-->({{{Gini_category|}}}) }}<!-- | |||
-->{{#if:{{{Gini_rank|}}} |<!--then:--><!-- | |||
-->([[List of countries by income equality|{{{Gini_rank}}}]]) }}</td> | |||
</tr> | |||
}} | }} | ||
<!-----------------------------------------HDI-----------------------------------------> | <!-----------------------------------------HDI-----------------------------------------> | ||
{{#if:{{{HDI|}}} |<!--then:--> | {{#if:{{{HDI|}}} | ||
|<!--then:--> | |||
<tr> <td colspan="2">'''[[Human Development Index|HDI]]''' <!-- | |||
-->{{#if:{{{HDI_year|}}} |<!--then:-->({{{HDI_year|}}}) }}</td> | |||
<td>{{{HDI}}} <!-- | |||
-->{{#if:{{{HDI_category|}}} |<!--then:-->({{{HDI_category|}}}) }}<!-- | |||
-->{{#if:{{{HDI_rank|}}} |<!--then:--><!-- | |||
-->([[List of countries by Human Development Index|{{{HDI_rank}}}]]) }}</td> | |||
</tr> | |||
}} | }} | ||
<!--------------------------------------Currency---------------------------------------> | <!--------------------------------------Currency---------------------------------------> | ||
{{#if:{{{currency|}}} |<!--then:--> | {{#if:{{{currency|}}} | ||
|<!--then:--> | |||
<tr> <th colspan="2">[[Currency]]</th> | |||
<td>{{{currency}}} (<code>[[ISO 4217|{{{currency_code}}}]]</code>)</td> | |||
</tr> | |||
}} | }} | ||
<!--------------------------------------Time zone--------------------------------------> | <!--------------------------------------Time zone--------------------------------------> | ||
{{#if:{{{time_zone|}}} |<!--then:--> | {{#if:{{{time_zone|}}} | ||
|<!--then:--> | |||
<tr {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |<!--then:-->class="mergedtoprow"}}> | |||
<th colspan="2">[[Time zone]]</th> | |||
<td>{{{time_zone}}} {{#if:{{{utc_offset|}}} | |||
|<!--then:-->([[Coordinated Universal Time|UTC]]{{{utc_offset}}}) }}</td> | |||
</tr> | |||
{{#if:{{{utc_offset_DST|}}} | |||
|<!--then:--> | |||
<tr class="{{#if:{{{DST_note|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Summer ([[Daylight saving time|DST]])</td> | |||
<td>{{{DST|{{{time_zone_DST}}}}}} ([[Coordinated Universal Time|UTC]]{{{utc_offset_DST}}})</td> | |||
</tr> | |||
}} | |||
}} | }} | ||
{{#if:{{{DST_note|}}} |<!--then:--> | {{#if:{{{DST_note|}}} | ||
|<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td colspan="2"></td> | |||
<td>{{{DST_note}}}</td> | |||
</tr> | |||
}} | }} | ||
<!-------------------------------------Internet TLD-------------------------------------> | <!-------------------------------------Internet TLD-------------------------------------> | ||
{{#if:{{{cctld|}}} |<!--then:--> | {{#if:{{{cctld|}}} | ||
|<!--then:--> | |||
<tr> <th colspan="2">[[List of Internet top-level domains|Internet TLD]]</th> | |||
<td>{{{cctld}}}</td> | |||
</tr> | |||
}} | }} | ||
<!-------------------------------------Calling code-------------------------------------> | <!-------------------------------------Calling code-------------------------------------> | ||
{{#if:{{{calling_code|}}} |<!--then:--> | {{#if:{{{calling_code|}}} | ||
|<!--then:--> | |||
<tr> <th colspan="2">[[List of country calling codes|Calling code]]</th> | |||
<td>+{{{calling_code}}}</td> | |||
</tr> | |||
}} | }} | ||
<!------------------------Patron saint (UK constituent countries)-----------------------> | <!------------------------Patron saint (UK constituent countries)-----------------------> | ||
{{#if:{{{patron_saint|}}} |<!--then:--> | {{#if:{{{patron_saint|}}} | ||
|<!--then:--> | |||
<tr> <th colspan="2" >[[Patron saint]]</th> | |||
<td>{{{patron_saint}}}</td> | |||
</tr> | |||
}} | }} | ||
<!--------------------------------------Footnotes---------------------------------------> | <!--------------------------------------Footnotes---------------------------------------> | ||
{{#if:{{{footnotes|}}} |<!--then:--> | {{#if:{{{footnotes|}}} | ||
|<!--then:--> | |||
<tr> <td colspan="3"><small>{{{footnotes}}}</small></td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote1|}}} |<!--then:--> | {{#if:{{{footnote1|}}} | ||
|<!--then:--> | |||
<tr style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>1</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote1}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote2|}}} |<!--then:--> | {{#if:{{{footnote2|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{footnote3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>2</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote2}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote3|}}} |<!--then:--> | {{#if:{{{footnote3|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{footnote4|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>3</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote3}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote4|}}} |<!--then:--> | {{#if:{{{footnote4|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{footnote5|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>4</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote4}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote5|}}} |<!--then:--> | {{#if:{{{footnote5|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{footnote6|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>5</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote5}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote6|}}} |<!--then:--> | {{#if:{{{footnote6|}}} | ||
|<!--then:--> | |||
<tr class="{{#if:{{{footnote7|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>6</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote6}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{footnote7|}}} |<!--then:--> | {{#if:{{{footnote7|}}} | ||
|<!--then:--> | |||
<tr class="mergedbottomrow" style="font-size:80%;"> | |||
<td align="right">{{lower|4px|<sup>7</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote7}}}</td> | |||
</tr> | |||
}} | }} | ||
Revision as of 13:12, 25 April 2007
This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. You can conduct experiments, and should test all major changes, in either this template's sandbox, the general template sandbox, or your user space before changing anything here. |