Template:Ifsubst
Usage
editMeta 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.
TemplateData
editThis is the TemplateData documentation for this template used by VisualEditor and other tools.
Ifsubst
Meta-template that shows different results when substituted or transcluded.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Substituted | 1 | The result when this template is substituted. | Content | suggested |
Transcluded | 2 | The result when this template is not substituted.
| Content | suggested |
Demo? | demo | Whether to show the substituted result regardless of whether the template was actually substituted. Set to “no” to always show the transcluded result.
| String | optional |