Template:ExpandTemplates/doc
Appearance
This is a documentation subpage for Template:ExpandTemplates. It may contain usage information, categories and other content that is not part of the original template page. |
Recursively substitutes templates, and wraps the output in <nowiki>...</nowiki>
, like Special:ExpandTemplates. If it is substituted, it will return the original input, without substitution.
Usage
[edit]{{ExpandTemplates|{{cat|Fish}}}}
→ [[:Category:Fish|Category:Fish]]{{ExpandTemplates|{{cat|Fish}}|nowiki=no}}
→ Category:Fish
If {{{nowiki}}}
is set to anything, the text will not be wrapped in <nowiki>...</nowiki>
.