Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:TemplateCode/doc

Template page
Revision as of 19:39, 16 June 2025 by Mnooseman (talk | contribs) (Created page with "{{Documentation header}} {{shortcut|tcode}} == Usage == {{tcode|tcode|''template name''}} Parameters can also be added, to a maximum of 8. Note that <code>=</code>'s must be escaped using <code><nowiki>{{=}}</nowiki></code> == Examples == {{tcode|tcode|subst:autoUnsigned}} gives:<br> {{tcode|subst:autoUnsigned}} {{tcode|tcode|Block|3=2=type=wood}} gives:<br> {{tcode|Block|2=type=wood}} {{tcode|tcode|:Commands/infobox}} gives:<br> {{tcode|:Commands/infobox}} {{tcode...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is the documentation page. It should be transcluded into Template:TemplateCode. See Template:Documentation for more information.
Shortcut

Usage

{{tcode|template name}}

Parameters can also be added, to a maximum of 8. Note that ='s must be escaped using {{=}}

Examples

{{tcode|subst:autoUnsigned}} gives:
{{subst:autoUnsigned}}

{{tcode|Block|2=type=wood}} gives:
{{Block|type=wood}}

{{tcode|:Commands/infobox}} gives:
{{:Commands/infobox}}

{{tcode|move|Page to move to|Optional reason}} gives:
{{move|Page to move to|Optional reason}}

See also