Cèṭa'an:Flag
Robâ
[[|]]
Kesalahan: {{Module rating}} kodhu èpalebbhu nâng ruang nyama Module.
TemplateStyles'src
attribute must not be empty.This template is used on many 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. |
src
attribute must not be empty.This template uses Lua: |
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.
Usage
[beccè' sombher]Generic flag templates
[beccè' sombher]- {{flag}} → {{#invoke:flag|}}
- {{flag country}} → {{#invoke:flag|country}}
- {{flag decoration}} (or {{flagdeco}}) → {{#invoke:flag|decoration}} (or {{#invoke:flag|deco}})
- {{flag icon}} → {{#invoke:flag|icon}}
- {{flag link}} → {{#invoke:flag|link}}
- {{flag+link}} → {{#invoke:flag|+link}}
Sports flag templates
[beccè' sombher]- {{flag athlete}} → {{#invoke:flag|athlete}}
- {{flag medalist}} → {{#invoke:flag|medalist}}
- {{flag team}} → {{#invoke:flag|team}}
- {{flag IOC}} → {{#invoke:flag|IOC}}
- {{flag IOC 2}} → {{#invoke:flag|IOC 2}}
- {{flag IOC athlete}} → {{#invoke:flag|IOC athlete}}
- {{fb}} → {{#invoke:flag|fb}}
- {{fb-rt}} → {{#invoke:flag|fb-rt}}
- {{fbicon}} → {{#invoke:flag|fbicon}}
- {{ru}} → {{#invoke:flag|ru}}
Examples
[beccè' sombher]Template | Module | ||||
---|---|---|---|---|---|
Code | Output | PEIS | Code | Output | PEIS |
{{flag|CHN}} |
CHN | 443b | {{#invoke:flag||CHN}} |
CHN | 128b |
{{flag country|CHN}} |
Tiongkok | 577b | {{#invoke:flag|country|CHN}} |
Tiongkok | 128b |
{{flag decoration|CHN}} /{{flag deco|CHN}} |
Cèṭa'an:Flag deco | 452b | {{#invoke:flag|decoration|CHN}} /{{#invoke:flag|deco|CHN}} |
107b | |
{{flag icon|CHN}} |
548b | {{#invoke:flag|icon|CHN}} |
117b | ||
{{flag link|CHN|at the 2004 Summer Olympics}} |
Tiongkok | 497b | {{#invoke:flag|link|CHN|at the 2004 Summer Olympics}} |
Tiongkok | 198b |
{{flag+link|History of|CHN}} |
Cèṭa'an:Flag+link | 663b | {{#invoke:flag|+link|History of|CHN}} |
Tiongkok | 139b |
{{flag team|GBR}} |
Cèṭa'an:Flag team | 804b | {{#invoke:flag|team|GBR}} |
United Kingdom (GBR) | 193b |
{{flag athlete|Andy Murray|GBR}} |
Cèṭa'an:Flag athlete | 617b | {{#invoke:flag|athlete|Andy Murray|GBR}} |
Andy Murray (GBR) | 210b |
{{flag medalist|Andy Murray|GBR}} |
Cèṭa'an:Flag medalist | 469b | {{#invoke:flag|medalist|Andy Murray|GBR}} |
Andy Murray United Kingdom |
129b |
{{flag IOC|CAN|1924 Winter|1}} |
Cèṭa'an:Flag IOC | 326b | {{#invoke:flag|IOC|CAN|1924 Winter|1}} |
Canada (1) | 163b |
{{flag IOC 2|HKG|1954 Asian Games|1}} |
Hong Kong (1) | 368b | {{#invoke:flag|IOC 2|HKG|1954 Asian Games|1}} |
Hong Kong (1) | 184b |
{{flag IOC athlete|Mark Spitz|USA|1972 Summer}} |
Cèṭa'an:Flag IOC athlete | 346b | {{#invoke:flag|IOC athlete|Mark Spitz|USA|1972 Summer}} |
Mark Spitz (USA) | 178b |
{{fb|CHN}} |
Tiongkok | 560b | {{#invoke:flag|fb|CHN}} |
Lua error in package.lua at line 80: module 'Module:Flagg/Altvar data' not found. | 151b |
{{fb-rt|CHN}} |
Cèṭa'an:Fb-rt | 482b | {{#invoke:flag|fb-rt|CHN}} |
Lua error in package.lua at line 80: module 'Module:Flagg/Altvar data' not found. | 151b |
{{fbicon|CHN}} |
Cèṭa'an:Fbicon | 444b | {{#invoke:flag|fbicon|CHN}} |
Lua error in package.lua at line 80: module 'Module:Flagg/Altvar data' not found. | 163b |
{{ru|CHN}} |
Cèṭa'an:Ru | 646b | {{#invoke:flag|ru|CHN}} |
Lua error in package.lua at line 80: module 'Module:Flagg/Altvar data' not found. | 210b |
Caveats
[beccè' sombher]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}}
.