Template:Issubst/doc

From blackwiki
< Template:Issubst
Revision as of 12:45, 10 March 2016 by imported>PanchoS (refine categorization; rm redundant interwikilinks)
Jump to navigation Jump to search

Usage

Meta template that returns "yes" if evaluated during substitution, and the empty string if evaluated during transclusion.
Note that this template must be used in safesubst mode to work properly:

{{ {{{|safesubst:}}}issubst}}

Examples

  • "{{issubst}}" → ""
  • "{{subst:issubst}}" → "yes"

See also