انتقل إلى المحتوى

وحدة:Flag/شرح

من ويكيبيديا، الموسوعة الحرة

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.

الاستعمال

[عدل]

Examples

[عدل]
Template Module
Code Output PEIS Code Output PEIS
{{flag|CHN}}  CHN 443b {{#استدعاء:flag||CHN}}  الصين 128b
{{flagcountry|CHN}}  الصين 577b {{#استدعاء:flag|country}}  الصين 128b
{{flagdeco|CHN}} 452b {{#استدعاء:flag|deco}} 107b
{{flagicon|CHN}} الصين 548b {{#استدعاء:flag|icon}} الصين 117b
{{flag+link|History of|CHN}}  الصين 663b {{#استدعاء:flag|+link}}  الصين 139b
{{flag athlete|أندي موراي|GBR}}  أندي موراي (GBR) 617b {{#استدعاء:flag|athlete}}  أندي موراي (بريطانيا العظمى) 210b
{{flag medalist|أندي موراي|GBR}} أندي موراي
 بريطانيا العظمى
469b {{#استدعاء:flag|medalist}} أندي موراي
 بريطانيا العظمى
129b

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. {{#استدعاء:flag|deco}}.