Template:Issubst/doc: Difference between revisions
Jump to navigation
Jump to search
Malcolmmcc (talk | contribs) m 1 revision imported |
|
(No difference)
|
Latest revision as of 09:55, 23 November 2015
File:Edit-copy green.svg | This is a documentation subpage for Template:Issubst. It contains usage information, categories and other content that is not part of the original template page. |
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