Module:Flag/doc

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Lua-native alternative to popular flag templates. Can be used to reduce post-expand include size of pages with lots of templates, since it avoids calling multilevel templates.

Generic flag templates

[edit source]

Sports flag templates

[edit source]

Examples

[edit source]
Template Module
Code Output PEIS Code Output PEIS
{{flag|CHN}} File:Flag of the People's Republic of China.svg CHN 443b {{#invoke:flag||CHN}} File:Flag of the People's Republic of China.svg CHN 128b
{{flag country|CHN}} File:Flag of the People's Republic of China.svg China 577b {{#invoke:flag|country|CHN}} File:Flag of the People's Republic of China.svg China 128b
{{flag decoration|CHN}}/{{flag deco|CHN}} File:Flag of the People's Republic of China.svg 452b {{#invoke:flag|decoration|CHN}}/{{#invoke:flag|deco|CHN}} File:Flag of the People's Republic of China.svg 107b
{{flag icon|CHN}} China 548b {{#invoke:flag|icon|CHN}} China 117b
{{flag link|CHN|at the 2004 Summer Olympics}} File:Flag of the People's Republic of China.svg China 497b {{#invoke:flag|link|CHN|at the 2004 Summer Olympics}} File:Flag of the People's Republic of China.svg China 198b
{{flag+link|History of|CHN}} File:Flag of the People's Republic of China.svg China 663b {{#invoke:flag|+link|History of|CHN}} File:Flag of the People's Republic of China.svg China 139b
{{flag list|SWI}} File:Flag of Switzerland (Pantone).svg SWI 685b {{#invoke:flag|list|SWI}} File:Flag of Switzerland (Pantone).svg SWI 254b
{{flag team|GBR}} File:Flag of the United Kingdom.svg Great Britain (GBR) 804b {{#invoke:flag|team|GBR}} File:Flag of the United Kingdom.svg Great Britain (GBR) 193b
{{flag athlete|Andy Murray|GBR}} File:Flag of the United Kingdom.svg Andy Murray (GBR) 617b {{#invoke:flag|athlete|Andy Murray|GBR}} File:Flag of the United Kingdom.svg Andy Murray (GBR) 210b
{{flag medalist|Andy Murray|GBR}} Andy Murray
File:Flag of the United Kingdom.svg Great Britain
469b {{#invoke:flag|medalist|Andy Murray|GBR}} Andy Murray
File:Flag of the United Kingdom.svg Great Britain
129b
{{flag IOC|CAN|1924 Winter|1}} File:Flag of Canada (1921–1957).svg Canada (1) 326b {{#invoke:flag|IOC|CAN|1924 Winter|1}} File:Flag of Canada (1921–1957).svg Canada (1) 163b
{{flag IOC 2|HKG|1954 Asian Games|1}} File:Flag of Hong Kong (1876–1941 and 1945–1955).svg Hong Kong (1) 368b {{#invoke:flag|IOC 2|HKG|1954 Asian Games|1}} File:Flag of Hong Kong (1876–1941 and 1945–1955).svg Hong Kong (1) 184b
{{flag IOC athlete|Mark Spitz|USA|1972 Summer}} File:Flag of the United States.svg Mark Spitz (USA) 346b {{#invoke:flag|IOC athlete|Mark Spitz|USA|1972 Summer}} File:Flag of the United States.svg Mark Spitz (USA) 178b
{{fb|CHN}} File:Flag of the People's Republic of China.svg China 560b {{#invoke:flag|fb|CHN}} File:Flag of the People's Republic of China.svg China 151b
{{fb-rt|CHN}} China File:Flag of the People's Republic of China.svg 482b {{#invoke:flag|fb-rt|CHN}} China File:Flag of the People's Republic of China.svg 151b
{{fbicon|CHN}} China 444b {{#invoke:flag|fbicon|CHN}} China national football team 163b
{{fba|CHN}} File:Flag of the People's Republic of China.svg China 625b {{#invoke:flag|fba|CHN}} File:Flag of the People's Republic of China.svg China 149b
{{fbaicon|CHN}} China 500b {{#invoke:flag|fbaicon|CHN}} Chinese Football Association 159b
{{ru|CHN}} File:Flag of the People's Republic of China.svg China 646b {{#invoke:flag|ru|CHN}} File:Flag of the People's Republic of China.svg China 210b

Caveats

[edit source]

When used inside a template, parameters from that template are passed to the module. This can be useful in some situations, but can lead to conflicts (for example, if the parent template has a parameter |country= that is unrelated to the flag it is supposed to display). To prevent this behavior, add the |frameonly= parameter to the module call, e.g. {{#invoke:flag|deco|CHN|frameonly=true}}.