Module:Flag/doc: Difference between revisions
Appearance
Content deleted Content added
→Examples: update byte sizes |
→Examples: add flag team |
||
Line 43: | Line 43: | ||
| {{tlx|flag+link|History of|CHN}} || {{flag+link|History of|CHN}} || 663b || {{mlx|flag|+link|History of|CHN}} || {{#invoke:flag|+link|History of|CHN}} || 139b |
| {{tlx|flag+link|History of|CHN}} || {{flag+link|History of|CHN}} || 663b || {{mlx|flag|+link|History of|CHN}} || {{#invoke:flag|+link|History of|CHN}} || 139b |
||
|- |
|- |
||
| {{tlx|flag |
| {{tlx|flag team|GBR}} || {{flag team|GBR}} || 804b || {{mlx|flag|team|GBR}} || {{#invoke:flag|team|GBR}} || 193b |
||
|- |
|- |
||
| {{tlx|flag |
| {{tlx|flag athlete|[[Andy Murray]]|GBR}} || {{flag athlete|[[Andy Murray]]|GBR}} || 617b || {{mlx|flag|athlete|[[Andy Murray]]|GBR}} || {{#invoke:flag|athlete|[[Andy Murray]]|GBR}} || 210b |
||
|- |
|||
| {{tlx|flag medalist|[[Andy Murray]]|GBR}} || {{flag medalist|[[Andy Murray]]|GBR}} || 469b || {{mlx|flag|medalist|[[Andy Murray]]|GBR}} || {{#invoke:flag|medalist|[[Andy Murray]]|GBR}} || 129b |
|||
|- |
|- |
||
| {{tlx|flag IOC|CAN|1924 Winter|1}} || {{flag IOC|CAN|1924 Winter|1}} || 326b || {{mlx|flag|IOC|CAN|1924 Winter|1}} || {{#invoke:flag|IOC|CAN|1924 Winter|1}} || 163b |
| {{tlx|flag IOC|CAN|1924 Winter|1}} || {{flag IOC|CAN|1924 Winter|1}} || 326b || {{mlx|flag|IOC|CAN|1924 Winter|1}} || {{#invoke:flag|IOC|CAN|1924 Winter|1}} || 163b |
Revision as of 02:28, 19 August 2024
![]() | This Lua module is used on approximately 324,000 pages, or roughly 1% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
![]() | This module depends on the following other modules: |
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
Generic flag templates
- {{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
- {{flag athlete}} → {{#invoke:flag|athlete}}
- {{flag medalist}} → {{#invoke:flag|medalist}}
- {{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
Template | Module | ||||
---|---|---|---|---|---|
Code | Output | PEIS | Code | Output | PEIS |
{{flag|CHN}} |
![]() |
443b | {{#invoke:flag||CHN}} |
![]() |
128b |
{{flag country|CHN}} |
![]() |
577b | {{#invoke:flag|country|CHN}} |
![]() |
128b |
{{flag decoration|CHN}} /{{flag deco|CHN}} |
![]() |
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}} |
![]() |
497b | {{#invoke:flag|link|CHN|at the 2004 Summer Olympics}} |
![]() |
198b |
{{flag+link|History of|CHN}} |
![]() |
663b | {{#invoke:flag|+link|History of|CHN}} |
![]() |
139b |
{{flag team|GBR}} |
![]() |
804b | {{#invoke:flag|team|GBR}} |
![]() |
193b |
{{flag athlete|Andy Murray|GBR}} |
![]() |
617b | {{#invoke:flag|athlete|Andy Murray|GBR}} |
![]() |
210b |
{{flag medalist|Andy Murray|GBR}} |
Andy Murray![]() |
469b | {{#invoke:flag|medalist|Andy Murray|GBR}} |
Andy Murray![]() |
129b |
{{flag IOC|CAN|1924 Winter|1}} |
![]() |
326b | {{#invoke:flag|IOC|CAN|1924 Winter|1}} |
![]() |
163b |
{{flag IOC 2|HKG|1954 Asian Games|1}} |
![]() |
368b | {{#invoke:flag|IOC 2|HKG|1954 Asian Games|1}} |
![]() |
184b |
{{flag IOC athlete|Mark Spitz|USA|1972 Summer}} |
![]() |
346b | {{#invoke:flag|IOC athlete|Mark Spitz|USA|1972 Summer}} |
![]() |
178b |
{{fb|CHN}} |
![]() |
560b | {{#invoke:flag|fb|CHN}} |
![]() |
151b |
{{fb-rt|CHN}} |
China ![]() |
482b | {{#invoke:flag|fb-rt|CHN}} |
China ![]() |
151b |
{{fbicon|CHN}} |
![]() |
444b | {{#invoke:flag|fbicon|CHN}} |
![]() |
163b |
{{ru|CHN}} |
![]() |
646b | {{#invoke:flag|ru|CHN}} |
![]() |
210b |
Caveats
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}}
.