{{{1}}}

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
{{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>
.