Template:Flagcountry

From WikiAlpha
Jump to: navigation, search
The below content is licensed according to Creative Commons Attribution-ShareAlike License contrary to the public domain logo at the foot of the page. It originally appeared on http://en.wikipedia.org. The original article might still be accessible here. You may be able to find a list of the article's previous contributors on the talk page.
{{country data {{{1}}}|flagcountry/core|variant=|size=|name=}}
[edit] [purge] Template documentation

Description

{{flagcountry|nation|variant|size=}}

Produces a flag icon attached to a wikilinked article. This template is similar to the more widely used {{flag}} template, but is more useful for two situations described below.

Parameters
  • nation: Use either the name of the nation or in some cases, a three-letter country code (e.g. ISO 3166-1 alpha-3)
  • variant (optional): Specifies an alternative (historical) flag to use. This parameter is documented by the appropriate template in Category:Country data templates.
  • size (optional): Can be used to change the flag icon size.

Usage examples

  1. {{flagcountry|ITA}}Template:Country data ITA
    In this case, the country code for Italy (ITA) is used to produce the correct flag and wikilink. In many cases, it would probably be preferable to use {{flag}} to produce the same result, such as {{flag|Italy}} for this example. However, {{flagcountry}} could be used within other templates (such as infoboxes) so that country codes can be used for those template parameters.
  2. {{flagcountry|ITA|1861}}Template:Country data ITA
    Similar to the first example, but with a flag variant parameter to select a historical flag image. Note that the wikilinked article is [[Italy]].
  3. {{flagcountry|Kingdom of Italy}}Template:Country data Kingdom of Italy
    In this example, a different country data template is used, to select an alternative article for the wikilink (in this case, [[Kingdom of Italy|Italy]]). Compare with {{flag|Kingdom of Italy}}Template:Country data Kingdom of Italy, in which "Kingdom of Italy" is the display text for the wikilink. Therefore, the choice of flagcountry or flag depends on the desired display text; in all other respects, the templates are identical.

TemplateData

<templatedata> { "description": "Produces a flag icon next to a wikilinked country name.", "params": { "nation": { "label": "Nation", "description": "The name or code of the country.", "required": true, "type": "string", "aliases": ["1"] }, "variant": { "label": "Variant", "description": "The flag variant to be displayed.", "aliases": ["2"], "type": "string" }, "size": { "label": "Size", "description": "The size of the flag icon.", "type": "number" } } } </templatedata>

See also