Template:Flaglink: Difference between revisions

From Hattrick
Jump to navigationJump to search
Fopper (talk | contribs)
No edit summary
Fopper (talk | contribs)
No edit summary
Line 1: Line 1:
<noinclude>{| class="wikitable"
</noinclude>
{{country data {{{1|}}}  
{{country data {{{1|}}}  
| Country flaglink2
| Country flaglink2
Line 6: Line 4:
| size = {{{size|}}}
| size = {{{size|}}}
}}
}}
<noinclude>|}
<noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>

Revision as of 14:46, 23 December 2021


[edit] Template documentation

This template displays the flag, linked to the main article of that country.

Usage

Country (mandatory)
Parameter 1 identifies the country by name or three-letter code
Name example: {{flaglink|France}} → France
Country code example: {{flaglink|FRA}} → France


Size (optional)
Use the size= parameter to change the size from the default.
Example: {{flaglink|France|size=40px}} → France

.

Implementation

This template uses the data templates listed under category:country data templates, which contain the data what to display (Example: template:country data France) and the formatter template:country flaglink2, which contains the logic how to display the country data.

  • {{flaglink|France}} = France
— uses template:country data France
  • {{flaglink|FRA}} = France
— uses template:country data FRA, which is a redirect to template:country data France

Related templates