Template:Army
{{country data {{{1}}} | army/core | variant = | size = | name =
}}
Warning | This template is used on approximately 17,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Usage[change]
{{army|nation|variant|size=optional|name=optional}}
Produces a flag icon attached to a wikilinked national army article.
- Parameters
- nation — Use either the name of the nation or the three-letter ISO 3166-1 alpha-3 country code
- variant (optional) — Specifies an alternate (historical) army flag to use. This parameter is documented by the appropriate template in Category:Country data templates. Note that the standard behaviour of this template is to use the
army
variant if present, so there is no need to specify this variant in the template call. - size (optional) — Can be used to change the flag icon size
- name (optional) — Can be used to change the wikilink display text
Examples[change]
- {{army|United Kingdom}} → File:Flag of the British Army.svg British Army
- {{army|US}} → File:Flag of the United States Army.svg United States Army
- {{army|CHN}} → File:Ground Force Flag of the People's Republic of China.svg People's Liberation Army Ground Force
- {{army|Republic of China (1912–1949)}} → File:Flag of the Republic of China Army.svg National Revolutionary Army
- {{army|Empire of Japan}} → File:War flag of the Imperial Japanese Army (1868-1945).svg Imperial Japanese Army
- {{army|Empire of Japan|name=Japan}} → File:War flag of the Imperial Japanese Army (1868-1945).svg Japan
- {{army|India}} → File:Flag of Indian Army.svg Indian Army
- {{army|Pakistan}} → File:Flag of the Pakistani Army.svg Pakistan Army
- {{army|Bangladesh}} → File:Flag of the Bangladesh Army.svg Bangladesh Army
- {{army|Canada}} → File:Flag of the Canadian Army.svg Canadian Army
- {{army|Spain}} → File:Flag of Spain.svg Spanish Army
- {{army|France}} → File:Flag of France.svg French Army
- {{army|Switzerland}} → File:Flag of Switzerland (Pantone).svg Swiss Army
[change]
The {{flagicon}} template can be used to display the flag by itself, using the army variant as a template parameter:
- {{flagicon|United Kingdom|army}} → United Kingdom
- {{flagicon|United States|army}} → United States
- {{flagicon|Empire of Japan|army}} → Empire of Japan
- {{flagicon|Taiwan|army}} → Taiwan
Implementation notes[change]
By default, this template shows the standard national flag for the selected country, following by a wikilink to "Country Army". Either or both of these items can be changed by adding specific parameters to the appropriate country_data template (complete set found in Category:Country data templates).
To use a different flag, such as an army-specific flag for the nation, use:
- flag alias-army = image name
To use a different name for the wikilinked army article, use:
- link alias-army = article name
Template Data[change]
TemplateData for Army
<templatedata>
{
"params": {
"1": {
"label": "nation",
"description": "Use either the name of the nation or the three-letter ISO 3166-1 alpha-3 country code",
"required": true,
"example": "\"Taiwan\", \"USA\", \"CHN\", \"French Republic\", \"MEX\"",
"type": "line"
},
"2": {
"aliases": [
"variant"
],
"label": "variant",
"description": "Specifies an alternate (historical) army flag to use. This parameter is documented by the appropriate template in . Note that the standard behaviour of this template is to use the army
variant if present, so there is no need to specify this variant in the template call.",
"type": "line"
},
"size": {
"description": "(optional) Can be used to change the flag icon size",
"type": "string"
},
"name": {
"description": "(optional) Can be used to change the wikilink display text",
"type": "line"
}
},
"description": "Produces a flag icon attached to a wikilinked national army article.",
"format": "inline"
}
</templatedata>