Template:Ifsubst/doc

From RosieSoCrossing
Revision as of 17:57, 13 January 2026 by Rosie (talk | contribs) (Created page with "This template and its documentation were taken from Wikipedia's {{Wp|Template:Ifsubst}}. == Usage == Meta template that returns the first parameter if evaluated during substitution, and the second parameter if evaluated during transclusion.<br />Note that this template must be used in safesubst mode to work properly: : <code><nowiki>{{ safesubst:<noinclude/>ifsubst| yes | no }}</nowiki></code> The <code>|demo=</code>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template and its documentation were taken from Wikipedia's Template:Ifsubst.

Usage

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:<noinclude/>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.