Module:Flag/doc
Appearance
![]() | This is a documentation subpage for Module:Flag. It may contain usage information, categories and other content that is not part of the original module page. |
![]() | 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
- {{flag}} → {{#invoke:flag||}}
- {{flagcountry}} → {{#invoke:flag|country}}
- {{flagdeco}} → {{#invoke:flag|deco}}
- {{flagicon}} → {{#invoke:flag|icon}}
- {{flag+link}} → {{#invoke:flag|+link}}
- {{flagathlete}} → {{#invoke:flag|athlete}}
- {{flagmedalist}} → {{#invoke:flag|medalist}}
Examples
Template | Module | ||||
---|---|---|---|---|---|
Code | Output | PEIS | Code | Output | PEIS |
{{flag|China}} |
![]() |
443b | {{#invoke:flag||China}} |
![]() |
128b |
{{flagcountry|China}} |
![]() |
577b | {{#invoke:flag|country|China}} |
![]() |
128b |
{{flagdeco|China}} |
![]() |
452b | {{#invoke:flag|deco|China}} |
![]() |
107b |
{{flagicon|China}} |
![]() |
548b | {{#invoke:flag|icon|China}} |
![]() |
117b |
{{flag+link|History of|China}} |
![]() |
663b | {{#invoke:flag|+link|History of|China}} |
![]() |
139b |
{{flagathlete|Andy Murray|GBR}} |
![]() |
617b | {{#invoke:flag|athlete|Andy Murray|GBR}} |
![]() |
210b |
{{flagmedalist|Andy Murray|GBR}} |
Andy Murray![]() |
469b | {{#invoke:flag|medalist|Andy Murray|GBR}} |
Andy Murray![]() |
129b |