Changes

MyWikiBiz, Author Your Legacy — Thursday November 13, 2025
Jump to navigationJump to search
1,526 bytes added ,  21:39, 15 July 2021
Pywikibot 6.4.0
{{Module rating |beta }}
{{lua|Module:Flagg|Module:Check for unknown parameters}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
Lua-native alternative to popular flag templates. Can be used to reduce [[WP:PEIS|post-expand include size]] of pages with lots of templates, since it avoids calling multilevel templates.

== Usage ==
* {{tl|flag}} → {{ml|flag|main}}
* {{tl|flagcountry}} → {{ml|flag|country}}
* {{tl|flagdeco}} → {{ml|flag|deco}}
* {{tl|flagicon}} → {{ml|flag|icon}}
* {{tl|flag+link}} → {{ml|flag|+link}}

== Examples ==
{| {{table}}
! colspan=3| Template !! colspan=3| Module
|-
! Code !! Output !! [[WP:PEIS|PEIS]] !! Code !! Output !! [[WP:PEIS|PEIS]]
|-
| {{tlx|flag|China}} || {{flag|China}} || 443b || {{mlx|flag|main|China}} || {{#invoke:flag|main|China}} || 128b
|-
| {{tlx|flagcountry|China}} || {{flagcountry|China}} || 577b || {{mlx|flag|country|China}} || {{#invoke:flag|country|China}} || 128b
|-
| {{tlx|flagdeco|China}} || {{flagdeco|China}} || 452b || {{mlx|flag|deco|China}} || {{#invoke:flag|deco|China}} || 107b
|-
| {{tlx|flagicon|China}} || {{flagicon|China}} || 548b || {{mlx|flag|icon|China}} || {{#invoke:flag|icon|China}} || 117b
|-
| {{tlx|flag+link|History of|China}} || {{flag+link|History of|China}} || 663b || {{mlx|flag|+link|History of|China}} || {{#invoke:flag|+link|History of|China}} || 139b
|}

<includeonly>{{Sandbox other||
[[Category:Flag template system]]
}}</includeonly>

Navigation menu