Template:Infobox:Country: Difference between revisions
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 54: | Line 54: | ||
<data source="HeadOfGov"> | <data source="HeadOfGov"> | ||
<label>Head of Government</label> | <label>Head of Government</label> | ||
</data> | |||
<data source="Legislature"> | |||
<label>Legislature</label> | |||
</data> | |||
<data source="UpperHouse"> | |||
<label>Upper house</label> | |||
</data> | |||
<data source="MiddleHouse"> | |||
<label>Middle house</label> | |||
</data> | |||
<data source="LowerHouse"> | |||
<label>Lower house</label> | |||
</data> | </data> | ||
<data source="Currency"> | <data source="Currency"> | ||
| Line 78: | Line 90: | ||
<data source="3LetterCode"> | <data source="3LetterCode"> | ||
<label>3-Letter Code</label> | <label>3-Letter Code</label> | ||
</data> | |||
<data source="MainsVoltage"> | |||
<label>Mains voltage</label> | |||
</data> | |||
<data source="MainsFreq"> | |||
<label>Mains frequency</label> | |||
</data> | |||
<data source="CallSignPrefxs"> | |||
<label>Call sign prefixes</label> | |||
</data> | |||
<data source="FirstOrderSubdivs"> | |||
<label>First-order subdivisions</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 181: | Line 205: | ||
"label": "Head of government", | "label": "Head of government", | ||
"description": "The title and name of the current head of government, e.g. 'Chancellor Olaf Scholz'. Leave blank if it's the same as the Head of State.", | "description": "The title and name of the current head of government, e.g. 'Chancellor Olaf Scholz'. Leave blank if it's the same as the Head of State.", | ||
"type": "string" | |||
}, | |||
"Legislature": { | |||
"label": "Legislature", | |||
"description": "The name of the legislature.", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 219: | Line 248: | ||
"label": "3-letter code", | "label": "3-letter code", | ||
"description": "The country's three-letter code, e.g. 'LRM' for Loremesia.", | "description": "The country's three-letter code, e.g. 'LRM' for Loremesia.", | ||
"type": "string" | |||
}, | |||
"UpperHouse": { | |||
"label": "Upper house", | |||
"description": "The name of the upper house. Leave blank if the legislature is unicameral.", | |||
"type": "string" | |||
}, | |||
"MiddleHouse": { | |||
"label": "Middle house", | |||
"description": "The name of the middle house. Leave blank if the legislature is unicameral or bicameral.", | |||
"type": "string" | |||
}, | |||
"LowerHouse": { | |||
"label": "Lower house", | |||
"description": "The name of the lower house. Leave blank if the legislature is unicameral.", | |||
"type": "string" | |||
}, | |||
"MainsVoltage": { | |||
"label": "Mains voltage", | |||
"description": "The mains voltage in use for standard household power", | |||
"type": "string" | |||
}, | |||
"MainsFreq": { | |||
"label": "Mains frequency", | |||
"description": "The mains frequency in use for standard household power", | |||
"type": "string" | |||
}, | |||
"CallSignPrefxs": { | |||
"label": "Call sign prefixes", | |||
"description": "Prefixes used for broadcasting call signs e.g. K and W in the U.S.", | |||
"type": "string" | |||
}, | |||
"FirstOrderSubdivs": { | |||
"label": "First-order subdivisions", | |||
"description": "Terms used for first-order subdivisions e.g. states, territories, and federal districts in the U.S.", | |||
"type": "string" | "type": "string" | ||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"EnglishName", | |||
"LocalName", | |||
"DependencyType", | |||
"Flag", | |||
"Coat of Arms/Emblem", | |||
"Borders", | |||
"PartOf", | |||
"Capital", | |||
"BiggestCity", | |||
"Population", | |||
"Area", | |||
"Demonym", | |||
"Language", | |||
"UnrecLanguage", | |||
"Species", | |||
"Ethnicities", | |||
"Religion", | |||
"GovernmentType", | |||
"HeadOfState", | |||
"HeadOfGov", | |||
"Legislature", | |||
"UpperHouse", | |||
"MiddleHouse", | |||
"LowerHouse", | |||
"Currency", | |||
"GDP", | |||
"DMV", | |||
"TrafficDirection", | |||
"TimeZone", | |||
"CallingCode", | |||
"InternetCode", | |||
"3LetterCode", | |||
"MainsVoltage", | |||
"MainsFreq", | |||
"CallSignPrefxs", | |||
"FirstOrderSubdivs" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||