Revision as of 15:38, 1 June 2007 editSEWilco (talk | contribs)Extended confirmed users, Pending changes reviewers24,018 edits insert test data in blank lines (some are in comments and should not show up)← Previous edit | Revision as of 20:58, 1 June 2007 edit undoSEWilco (talk | contribs)Extended confirmed users, Pending changes reviewers24,018 edits clearNext edit → | ||
Line 1: | Line 1: | ||
test | |||
<noinclude>{{cleanup|date=May 2007}}{{intricate template}}<!-- | |||
Please note: Throughout this template, the code used to define table rows and cells is | |||
HTML, not wikicode. This allows the pipe character ("|") to be used by variable syntax | |||
(e.g. {{{variable|}}}) without risk of being parsed as wikicode indicating the start of | |||
a new cell. It also makes adding annotations easier and less prone to formatting errors. | |||
This does not mean that using wikicode to define tables is to be avoided elsewhere - in | |||
many situations it may be preferred as a simpler and more visual means to define tables | |||
or other elements. | |||
--></noinclude><includeonly><!-- | |||
--><table class="infobox geography vcard" style="width:46ex; margin-top:0.75em;"> | |||
<!----------------------------------------------------------------------------------------- | |||
Names | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{native_name|}}}{{{conventional_long_name|}}}{{{name|}}} |<!--then:--> | |||
<tr> | |||
<th colspan="3" align="center" class="mergedtoprow adr" | |||
style="line-height:1.2em; padding:0.25em 0.33em 0.33em; font-size:1.25em;"><!-- | |||
-->{{#if:{{{native_name|}}} |<!--then:-->{{{native_name}}} }}<!-- | |||
-->{{#if:{{{conventional_long_name|}}}{{{name|}}} | |||
|<!--then:--><div class="fn org country-name" style="padding-top:0.25em;"><!-- | |||
-->{{{conventional_long_name|}}}{{{name|}}}</div><!-- | |||
-->}}<!-- | |||
--></th> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Flag / Coat-of-arms (or other symbol) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{image_flag|}}} | |||
|<!------------------------------------------------------------------------------ | |||
thenF: | |||
Flag provided, so display it and coat-of-arms (or other symbol) if provided: | |||
-----------------------------------------------------------------------------> | |||
<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;"> | |||
a | |||
<!-------Images-------> | |||
<tr> | |||
<td align="center" | |||
style="{{#if:{{{image_coat|}}}{{{image_symbol|}}} | |||
|<!--then:-->width:58%;}}<!--(58% as flags usually wider than coats-of-arms/symbols. Also accommodates IE.)--> vertical-align:middle;"><!-- | |||
-->{{border|]<!--end border:-->}}<!-- | |||
--></td> | |||
{{#if:{{{image_coat|}}}{{{image_symbol|}}} | |||
|<!---thenS1:---><td align="center" style="width:auto; vertical-align:middle;"><!-- | |||
-->]<!-- | |||
--></td> | |||
}}<!--(endS1)--> | |||
</tr> | |||
b | |||
<!-------Captions-------> | |||
<tr> | |||
{{#if:{{{common_name|}}}{{{linking_name|}}}{{{name|}}} |<!--then: | |||
--><td align="center"><!-- | |||
--><small>{{#ifexist:Flag of {{{common_name|{{{linking_name|{{{name|{{PAGENAME}}}}}}}}}}}|<!--then:-->]}}</small></td> | |||
}} | |||
{{#if:{{{image_coat|}}}{{{image_symbol|}}} |<!--then: | |||
--><td align="center"><!-- | |||
--><small>{{#ifexist:{{{symbol_type_article|{{{symbol_type|Coat of arms}}}}}} of {{{common_name|{{{linking_name|{{{name|{{PAGENAME}}}}}}}}}}}|<!--then:-->]}}</small></td> | |||
}} | |||
</tr> | |||
c | |||
<!---------End subtable:----------> | |||
</table> | |||
</td> | |||
</tr> | |||
|<!------------------------------------------------------------------------------ | |||
elseF: | |||
Flag not provided, so display coat-of-arms or other symbol (if provided): | |||
-----------------------------------------------------------------------------> | |||
{{#if:{{{image_coat|}}}{{{image_symbol|}}} | |||
|<!--thenS2:--> | |||
<tr class="mergedtoprow"> | |||
<td class="maptable" colspan="3" align="center" style="padding:0.5em 0 0.5em 0;"> | |||
<!--------------------------------------------------------------------- | |||
Subtable to format coat-of-arms (or other symbol) display. | |||
Align="center"s and "width:auto;"s are for sake of Internet Explorer. | |||
----------------------------------------------------------------------> | |||
<table align="center" style="width:100%; background:none;"> | |||
d | |||
<!--------Image--------> | |||
<tr> | |||
<td align="center" | |||
style="width:auto; vertical-align:middle;"><!-- | |||
-->]</td> | |||
</tr> | |||
e | |||
<!-------Caption-------> | |||
<tr> | |||
<td align="center"><!-- | |||
--><small>{{#ifexist:{{{symbol_type_article|{{{symbol_type|Coat of arms}}}}}} of {{{common_name|{{{linking_name|{{{name|{{PAGENAME}}}}}}}}}}}|<!--then:--> ]}}</small></td> | |||
</tr> | |||
f | |||
<!---------End subtable:----------> | |||
</table> | |||
</td> | |||
</tr> | |||
}}<!--(endS2)--> | |||
}}<!--(endF)--><!--------------------------------------------------------------------------- | |||
Motto | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{national_motto|}}}{{{motto|}}} |<!--then:--> | |||
<tr> <td colspan="3" style="line-height:1.2em; text-align:center;"><!-- | |||
-->''']'''<br/>{{{national_motto|}}}{{{motto|}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Anthem | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{national_anthem|}}}{{{anthem|}}} |<!--then:--> | |||
<tr> <td colspan="3" style="line-height:1.2em; text-align:center;"><!-- | |||
-->{{#if:{{{national_anthem|}}} | |||
|<!--then:-->''']'''<br/>{{{national_anthem}}}</td> | |||
|<!--else:-->''']'''<br/>{{{anthem}}}</td> | |||
}} | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Other symbol/s | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{other_symbol|}}}{{{text_symbol|}}} |<!--then:--> | |||
<tr> <td colspan="3" style="line-height:1.2em; text-align:center;"><!-- | |||
-->{{#if:{{{other_symbol_type|}}}{{{text_symbol_type|}}} | |||
|<!--then:-->'''{{{other_symbol_type|}}}{{{text_symbol_type|}}}'''<br/>}}<!-- | |||
-->{{{other_symbol|}}}{{{text_symbol|}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Maps | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{image_map|}}} |<!--then:--> | |||
<tr> <td colspan="3" style="text-align:center; padding:0.6em 0em 0.6em 0em;"> ] <div style="position:relative; top:3px;"><small>{{{map_caption|}}}</small></div> | |||
</td> | |||
</tr> | |||
}} | |||
g | |||
{{#if:{{{image_map2|}}} |<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td colspan="3" style="text-align:center; padding:0.6em 0em 0.6em 0em;"> ] <div style="position:relative; top:3px;"><small>{{{map_caption2|}}}</small></div> | |||
</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Capital/Admin center; Largest city/ies or settlement/s | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{capital|}}}{{{admin_center|}}}{{{largest_city|}}}{{{largest_settlement|}}} |<!--then1:--> | |||
<tr class="mergedtoprow"> | |||
<!---------------Check if capital/admin center provided:---------------> | |||
{{#if:{{{capital|}}}{{{admin_center|}}} | |||
|<!--then2:--> | |||
<td colspan="2"><!-- | |||
-->{{#if:{{{admin_center_type|}}}{{{admin_center|}}} | |||
|<!--then:-->'''{{{admin_center_type|Administrative center}}}'''<!-- | |||
-->|<!--else:-->{{#if:{{{capital_type|}}} | |||
|<!--then:-->'''{{{capital_type}}}'''<!-- | |||
-->|<!--else:-->''']'''<!-- | |||
-->}}<!-- | |||
-->}}<!-- | |||
h | |||
---------------------------------------------------------------------------- | |||
Capital provided, so check whether largest_city or largest_settlement | |||
(if provided) equals "capital", capital or ]; | |||
---------------------------------------------------------------------------- | |||
-->{{#ifeq: {{#ifeq:{{{largest_city|}}}{{{largest_settlement|}}} | |||
|<!--equals:-->capital | |||
|<!---then3:-->capital<!-- | |||
-->|<!---else3: | |||
-->{{#switch:{{{capital}}} | |||
| ] = capital | |||
| {{{largest_city|}}}{{{largest_settlement|}}} = capital | |||
| not capital | |||
}} | |||
}}<!--(end3)--> | |||
|<!--equals4:-->capital | |||
|<!---then4: | |||
-------------------------------------------------------- | |||
capital is largest_city or largest_settlement: | |||
-------------------------------------------------------- | |||
--><br/>] | |||
</td> | |||
<!--------Add capital:--------> | |||
<td>{{{capital}}}<!-- | |||
---------add capital's latitude and longitude (if provided):-------- | |||
-->{{#if:{{{latd|}}} |<!--then:--><br/><small><!-- | |||
--><span style="white-space:nowrap;">{{coor dm |{{{latd}}}|{{{latm}}}<!-- | |||
-->|{{{latNS}}}|{{{longd}}}|{{{longm}}}|{{{longEW}}}<!-- | |||
-->|type:country({{{area}}})<!--end_coor:-->}}</span></small><!-- | |||
-->}}<!-- | |||
--></td> | |||
i | |||
|<!---else4: | |||
-------------------------------------------------------- | |||
capital isn't largest_city or largest_settlement: | |||
-------------------------------------------------------- | |||
--></td> | |||
<!--------Add capital/admin center:--------> | |||
<td>{{{capital|}}}{{{admin_center|}}}<!-- | |||
-----add capital/admin center's latitude and longitude (if provided):---- | |||
-->{{#if:{{{latd|}}} |<!--then:--><br/><small><!-- | |||
--><span style="white-space:nowrap;">{{coor dm |{{{latd}}}|{{{latm}}}<!-- | |||
-->|{{{latNS}}}|{{{longd}}}|{{{longm}}}|{{{longEW}}}<!-- | |||
-->|type:country({{{area}}})<!--end_coor:-->}}</span></small><!-- | |||
-->}}<!-- | |||
--></td> | |||
</tr> | |||
j | |||
<!--------Add largest_city or largest_settlement (if provided):--------> | |||
{{#if:{{{largest_city|}}}{{{largest_settlement|}}} |<!--then5:--> | |||
<tr class="mergedbottomrow"> | |||
<th colspan="2"><!-- | |||
-->{{#if:{{{common_name|}}} | |||
|<!--then:-->]<!-- | |||
-->|<!--else:-->Largest {{{largest_settlement_type|city}}}<!-- | |||
-->}}<!-- | |||
--></th> | |||
<td>{{{largest_city|}}}{{{largest_settlement|}}}</td> | |||
</tr> | |||
}}<!--(end5)--> | |||
}}<!--(end4) | |||
k | |||
---------------------------------------------------------------------------- | |||
Capital not provided, so add largest_city or | |||
largest_settlement (if provided): | |||
---------------------------------------------------------------------------- | |||
-->|<!--else2: | |||
-->{{#if:{{{largest_city|}}}{{{largest_settlement|}}} |<!--then6:--> | |||
<th colspan="2"><!-- | |||
-->{{#if:{{{common_name|}}} | |||
|<!--then:-->]<!-- | |||
-->|<!--else:-->Largest {{{largest_settlement_type|city}}}<!-- | |||
-->}}<!-- | |||
--></th> | |||
<td>{{{largest_city|}}}{{{largest_settlement|}}}</td> | |||
}}<!--(end6) | |||
-->}}<!--(end2)--> | |||
</tr> | |||
}}<!--(end1)--><!--------------------------------------------------------------------------- | |||
Official languages; Recognised regional languages; Ethnic groups | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{official_languages|}}}{{{languages|}}} |<!--then:--> | |||
<tr> <th colspan="2" style="vertical-align:middle; white-space:nowrap;">{{{languages_type|]s}}}</th> | |||
<td>{{{official_languages|}}}{{{languages|}}}</td> | |||
</tr> | |||
{{#if:{{{regional_languages|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td colspan="2">]s</td> | |||
<td style="vertical-align:middle;">{{{regional_languages|}}}</td> | |||
</tr> | |||
}} | |||
}} | |||
{{#if:{{{ethnic_groups|}}} |<!--then:--> | |||
<tr> <td colspan="2">''']s''' <!-- | |||
-->{{#if:{{{ethnic_groups_year|}}} |<!--then:-->({{{ethnic_groups_year}}}) }}</td> | |||
<td>{{{ethnic_groups}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Demonym | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{demonym|}}} |<!--then:--> | |||
<tr> <th colspan="2">]</th> | |||
<td>{{{demonym}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Organization type, Membership (geopolitical organization) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{org_type|}}} |<!--then:--> | |||
<tr> | |||
<td colspan="2">'''Type'''</td><td>{{{org_type}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{membership|}}} |<!--then:--> | |||
<tr> | |||
<td colspan="2" style="vertical-align:middle;"> '''{{{membership_type|Membership}}}'''</td><td>{{{membership}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
"Government" (country/territory) or "Leaders" (geopolitical organization) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{government_type|}}} | |||
|<!--then:--> | |||
<tr> <th colspan="2">]</th><td>{{{government_type|}}}</td> </tr> | |||
|<!--else: No government_type provided, so if at least one leader provided, | |||
use "Leaders" (geopolitical org) or "Government" (country/territory) | |||
-->{{#if:{{{leader_title1|}}}{{{leader_name1|}}} | |||
|<!--then:-->{{#if:{{{name|}}}{{{membership|}}} | |||
|<!--then template being used for geopolitical organization: | |||
--><tr> <th colspan="3">Leaders</th> </tr><!-- | |||
-->|<!--else template being used for a country or territory: | |||
--><tr> <th colspan="3">]</th> </tr><!-- | |||
-->}} | |||
}} | |||
}}<!---------------------------------------------------------------------------------------- | |||
Leaders | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{leader_title1|}}} |<!--then:--> | |||
<tr class="{{#if:{{{leader_title2|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title1}}}</td> | |||
<td>{{{leader_name1}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{leader_title2|}}} |<!--then:--> | |||
<tr class="{{#if:{{{leader_title3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title2}}}</td> | |||
<td>{{{leader_name2}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{leader_title3|}}} |<!--then:--> | |||
<tr class="{{#if:{{{leader_title4|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title3}}}</td> | |||
<td>{{{leader_name3}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{leader_title4|}}} |<!--then:--> | |||
<tr class="{{#if:{{{leader_title5|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title4}}}</td> | |||
<td>{{{leader_name4}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{leader_title5|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{leader_title5}}}</td> | |||
<td>{{{leader_name5}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Sovereignty (country/territory) or Establishment (geopolitical organization) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{established_event1|}}}{{{sovereignty_type|}}}{{{established|}}} |<!--then:--> | |||
<tr {{#if:{{{established_event1|}}} |<!--then:-->class="mergedtoprow"}}> | |||
<!----------Sovereignty----------> | |||
{{#if:{{{sovereignty_type|}}} | |||
|<!--then:--> | |||
{{#if:{{{sovereignty_note|}}} | |||
|<!--then:--> | |||
<th colspan="2">{{{sovereignty_type}}}</th><td>{{{sovereignty_note}}} </td> | |||
|<!--else:--> | |||
<th colspan="3">{{{sovereignty_type}}}</th> | |||
}} | |||
<!---------Establishment----------> | |||
|<!--else:--> | |||
<th colspan="2">Establishment</th><td>{{{established|}}}</td> | |||
}} | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Significant events in country/territory or organization's establishment | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{established_event1|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event2|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event1}}}</td> | |||
<td>{{{established_date1|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event2|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event2}}}</td> | |||
<td>{{{established_date2|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event3|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event4|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event3}}}</td> | |||
<td>{{{established_date3|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event4|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event5|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event4}}}</td> | |||
<td>{{{established_date4|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event5|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event6|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event5}}}</td> | |||
<td>{{{established_date5|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event6|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event7|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event6}}}</td> | |||
<td>{{{established_date6|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event7|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event8|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event7}}}</td> | |||
<td>{{{established_date7|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event8|}}} |<!--then:--> | |||
<tr class="{{#if:{{{established_event9|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event8}}}</td> | |||
<td>{{{established_date8|}}} </td> | |||
</tr> | |||
}} | |||
{{#if:{{{established_event9|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{established_event9}}}</td> | |||
<td>{{{established_date9|}}} </td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Accession to the European Union (country/territory) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{accessionEUdate|}}} |<!--then:--> | |||
<tr> <th colspan="2">] {{nowrap|]}}</th> | |||
<td style="vertical-align:middle;">{{{accessionEUdate}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Area | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{area|}}} |<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<th colspan="3">]</th> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total<!-- | |||
--France-related footnote:-->{{#if:{{{FR_foot4|}}} |<!--then:-->{{{FR_foot4}}} }}</td> | |||
<td>] <!-- | |||
-->{{#if:{{{area_rank|}}} |<!--then:-->(]) }}<br/><!-- | |||
-->{{{areami²|}}} ] </td> | |||
</tr> | |||
}} | |||
<!-------------------Percentage water--------------------> | |||
{{#if:{{{percent_water|}}} |<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">] (])</td> | |||
<td>{{{percent_water|}}}</td> | |||
</tr> | |||
}} | |||
<!-----------Areas of France-----------> | |||
{{#if:{{{FR_metropole|}}} | |||
|<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td colspan="2" style="padding-left:0px;">{{{FR_metropole}}}</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> </td> | |||
<td style="padding-left:10px;">- ]{{{FR_foot2|}}}</td> | |||
<td>] (])<br/><!-- | |||
-->{{{FR_IGN_areami²|}}} sq mi</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> </td> | |||
<td style="padding-left:10px;">- ]{{{FR_foot3|}}}</td> | |||
<td>] (])<br/><!-- | |||
-->{{{FR_cadastre_areami²|}}} sq mi</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Population | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{population_estimate|}}}{{{population_census|}}}{{{FR_metropole_population|}}} |<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<th colspan="3">]</th> | |||
</tr> | |||
<!---------------Estimate---------------> | |||
{{#if:{{{population_estimate|}}} |<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; 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:-->(]) }}</td> | |||
</tr> | |||
}} | |||
<!----------------Census----------------> | |||
{{#if:{{{population_census|}}} |<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{population_census_year|}}} census</td> | |||
<td>{{{population_census|}}} <!-- | |||
-->{{#if:{{{population_census_rank|}}} |(]) }}</td> | |||
</tr> | |||
}} | |||
}} | |||
<!-----(France)-----> | |||
{{#if:{{{FR_metropole_population|}}} |<!--then:--> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; 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="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total{{{FR_foot}}}</td> | |||
<td>{{{FR_total_population_estimate}}} (])</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">{{{FR_metropole}}}</td> | |||
<td>{{{FR_metropole_population}}} (])</td> | |||
</tr> | |||
}} | |||
<!---------------Density----------------> | |||
{{#if:{{{population_density|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">]<!-- | |||
--France-related footnote:-->{{#if:{{{FR_foot5|}}} |<!--then:-->{{{FR_foot5}}} }}</td> | |||
<td>{{{population_density|}}} /km² <!-- | |||
-->{{#if:{{{population_density_rank|}}} |<!--then:-->(]) }}<br/><!-- | |||
-->{{{population_densitymi²|}}} /sq mi</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
GDP | |||
------------------------------------------------------------------------------------------> | |||
<!-----------------PPP-----------------> | |||
{{#if:{{{GDP_PPP|}}} |<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td colspan="2">''']''' (])</td> | |||
<td>{{{GDP_PPP_year|}}} estimate</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total</td> | |||
<td>{{{GDP_PPP}}} <!-- | |||
-->{{#if:{{{GDP_PPP_rank|}}} |<!--then:-->(]) }}</td> | |||
</tr> | |||
{{#if:{{{GDP_PPP_per_capita|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">]</td> | |||
<td>{{{GDP_PPP_per_capita}}} <!-- | |||
-->{{#if:{{{GDP_PPP_per_capita_rank|}}} |<!--then:-->(]) }}</td> | |||
</tr> | |||
}} | |||
}} | |||
<!---------------Nominal---------------> | |||
{{#if:{{{GDP_nominal|}}} |<!--then:--> | |||
<tr class="mergedtoprow"> | |||
<td colspan="2">''']''' (nominal)</td> | |||
<td>{{{GDP_nominal_year|}}} estimate</td> | |||
</tr> | |||
<tr class="mergedrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Total</td> | |||
<td>{{{GDP_nominal}}} <!-- | |||
-->{{#if:{{{GDP_nominal_rank|}}} |<!--then:-->(]) }}</td> | |||
</tr> | |||
{{#if:{{{GDP_nominal_per_capita|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">]</td> | |||
<td>{{{GDP_nominal_per_capita}}} <!-- | |||
-->{{#if:{{{GDP_nominal_per_capita_rank|}}} |<!--then:-->(]) }}</td> | |||
</tr> | |||
}} | |||
}}<!---------------------------------------------------------------------------------------- | |||
Gini | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{Gini|}}} |<!--then:--> | |||
<tr> <td colspan="2">''']'''<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:--><!-- | |||
-->(]) }}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
HDI | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{HDI|}}} |<!--then:--> | |||
<tr> <td colspan="2">''']''' <!-- | |||
-->{{#if:{{{HDI_year|}}} |<!--then:-->({{{HDI_year|}}}) }}</td> | |||
<td>{{{HDI}}} <!-- | |||
-->{{#if:{{{HDI_category|}}} |<!--then:-->({{{HDI_category|}}}) }}<!-- | |||
-->{{#if:{{{HDI_rank|}}} |<!--then:--><!-- | |||
-->(]) }}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Currency | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{currency|}}} |<!--then:--> | |||
<tr> | |||
<th colspan="2" style="vertical-align:middle;">]</th> | |||
<td>{{{currency}}} <!-- | |||
-->{{#if:{{{currency_code|}}} | |||
|<!--then:-->(<code>]</code>)}} </td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Time zone | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{time_zone|}}}{{{utc_offset|}}} |<!--then:--> | |||
<tr {{#if:{{{utc_offset_DST|}}}{{{DST_note|}}} |<!--then:-->class="mergedtoprow"}}> | |||
<th colspan="2">]</th> | |||
<td>{{{time_zone|}}} <!-- | |||
-->{{#if:{{{utc_offset|}}} |<!--then:-->{{nowrap|(]{{{utc_offset}}})<!--endnowrap:-->}}<!--endif:-->}}</td> | |||
</tr> | |||
{{#if:{{{utc_offset_DST|}}} |<!--then:--> | |||
<tr class="{{#if:{{{DST_note|}}} |<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}"> | |||
<td style="width:1em; padding:0 0 0 0.6em;"> - </td> | |||
<td style="padding-left:0px;">Summer (])</td> | |||
<td>{{{DST|{{{time_zone_DST}}}}}} (]{{{utc_offset_DST}}})</td> | |||
</tr> | |||
}} | |||
}} | |||
{{#if:{{{DST_note|}}} |<!--then:--> | |||
<tr class="mergedbottomrow"> | |||
<td colspan="2"></td><td>{{{DST_note}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Internet TLD | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{cctld|}}} |<!--then:--> | |||
<tr> <th colspan="2">]</th> | |||
<td>{{{cctld}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Official website (geopolitical organization) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{official_website|}}} |<!--then:--> | |||
<tr> | |||
<td colspan="3" style="line-height:11pt; text-align:center;"><!-- | |||
-->'''Website'''<br/>{{{official_website}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Calling code | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{calling_code|}}} |<!--then:--> | |||
<tr> <th colspan="2">]</th> | |||
<td>+{{{calling_code}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Patron saint (UK constituent countries) | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{patron_saint|}}} |<!--then:--> | |||
<tr> <th colspan="2" >]</th> | |||
<td>{{{patron_saint}}}</td> | |||
</tr> | |||
}}<!---------------------------------------------------------------------------------------- | |||
Footnotes | |||
------------------------------------------------------------------------------------------> | |||
{{#if:{{{footnotes|}}} |<!--then:--> | |||
<tr> <td colspan="3"><small>{{{footnotes}}}</small></td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote1|}}} |<!--then:--> | |||
<tr style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>1</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote1}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote2|}}} |<!--then:--> | |||
<tr class="{{#if:{{{footnote3|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>2</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote2}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote3|}}} |<!--then:--> | |||
<tr class="{{#if:{{{footnote4|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>3</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote3}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote4|}}} |<!--then:--> | |||
<tr class="{{#if:{{{footnote5|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>4</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote4}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote5|}}} |<!--then:--> | |||
<tr class="{{#if:{{{footnote6|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>5</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote5}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote6|}}} |<!--then:--> | |||
<tr class="{{#if:{{{footnote7|}}} | |||
|<!--then:-->mergedrow |<!--else:-->mergedbottomrow}}" style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>6</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote6}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{footnote7|}}} |<!--then:--> | |||
<tr class="mergedbottomrow" style="font-size:80%;"> | |||
<td align="right">{{lower|3px|<sup>7</sup>}}</td> | |||
<td colspan="2" style="padding-left:0px;">{{{footnote7}}}</td> | |||
</tr> | |||
}} | |||
</table></includeonly><!-- | |||
-------------------------------------End of template-------------------------------------- | |||
--><noinclude><!-- | |||
-->{{Template doc}} | |||
<!--Please add interwiki links etc to the /doc page, not here; thanks!--> | |||
</noinclude> |
Revision as of 20:58, 1 June 2007
test