Template:Ifsubst

From Ava Zinn Wiki
Revision as of 18:52, 24 September 2017 by Aeverinezinn (talk | contribs) (Created page with "{{ {{{|safesubst:}}}#if:{{{demo|}}} |{{ {{{|safesubst:}}}#ifeq:{{{demo}}} |no |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }} |{{ {{{|safesubst:}}}#ifeq:{{ {{{|safesubst:}}}NAMESP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Documentation icon Template documentation[view] [edit] [history] [purge]

Usage[edit]

Meta template that returns the first parameter if evaluated during substitution, and the second parameter if evaluated during transclusion.
Note that this template must be used in safesubst mode to work properly:

{{ {{{|safesubst:}}}ifsubst| yes | no }}

The |demo= parameter can be used for testing the template. Set |demo=yes to always display the yes text, |demo=no to always display the no text, or |demo={{{demo|}}} to pass through the value from the parent template.

Template:List of subst helper templates