Template:USEFlag

From Alon Bar-Lev's Site
Jump to navigation Jump to search

{{{1}}}

[edit]

50px Template Documentation

Simple

{{USEFlag|
{{EnableFlag|test}} 
{{DisableFlag|blah}}
}}

Will produce: test -blah


{{USEFlag|X -kde}}

Will produce: X -kde

Extended

{{USEFlag|extended=yes|
{{EnableFlag|test}} 
{{DisableFlag|blah}}
}}

Will produce:

Use Flags: test -blah (?)


Note: Flags should all be specified on a single line, as USEFlag preserves line-breaks.