Template:Flaglink/doc
This is a documentation subpage for Template:Flaglink. It may contain usage information, categories and other content that is not part of the original template page. |
Description
{{flaglink|country|link|variant=optional|size=optional|name=optional}}
Produces a flag icon attached to a wikilinked article. The name of the country is the prefix of the wikilink, but the display text is just the name of the country by itself.
For example, {{flaglink|Brazil|at the 2007 Pan American Games}}
has the same effect as {{flagdeco|Brazil}} [[Brazil at the 2007 Pan American Games|Brazil]]
, both producing: Brazil.
For the first parameter, see Category:Country data templates and Category:Country data redirects for acceptable values.
TemplateData
<templatedata> { "params": { "1": { "label": "Nation", "description": "Use the name of the country/region as per the set of templates in Category:Country data templates or an \"alias\" (such as a three-letter country code) as per the set of templates in Category:Country data redirects", "type": "string", "required": true }, "2": { "label": "Link", "description": "Specifies the suffix to append to the country's name to form the wikilink", "type": "string", "suggested": true }, "3": { "aliases": [ "variant" ], "description": "Specifies an alternate (historical) flag to use. This parameter is documented by the appropriate country data template.", "type": "string", "label": "Variant" }, "size": { "description": "Changes the flag icon size (use sparingly!)", "label": "Size" }, "name": { "label": "Name", "description": "Changes the wikilink display text" } }, "description": "Produces a flag icon attached to a wikilinked article." } </templatedata>
Examples
{{flaglink|Netherlands|in the Eurovision Song Contest}}
→ Netherlands{{flaglink|ENG|at the 2006 Commonwealth Games}}
→ England{{flaglink|Canada|at the 1930 British Empire Games|1921}}
→ Canada{{flaglink|Canada|variant=1921|at the 1930 British Empire Games}}
→ Canada
See also