Template:T

From The Reed and Rite
Revision as of 02:15, 23 April 2025 by TheRoman (talk | contribs)

Description

This template is used to provide stylized formatting to template displays without actually using the template itself. It will provide a link to that template's page in the Template namespace. Most commonly, this template is used for demonstrative or linking purposes in the Help Guide or on a Template's Description page.

Usage

Template Link
To simply create a link to a template, pass the template's name.
You Type You Get
{{t|Example}}
{{Example}}
Unnamed Parameter
To demonstrate unnamed parameters, simply pass the input.
You Type You Get
{{t
|Example
|PARAMETER1
|PARAMETER2
|PARAMETER3
}}
{{Example|PARAMETER1|PARAMETER2|PARAMETER3}}
Named Parameter
Named parameters will not appear in the output if passed only using =.
You can pass named parameters in one of three ways:
You Type
1. Use a unicode equals sign (=) instead of =:
{{t|Example|name=INPUT|date=INPUT|location=INPUT}}
2. Surround the parameters in a <nowiki> tag:
{{t|Example<nowiki>|name=INPUT|date=INPUT|location=INPUT</nowiki>}}
3. Use correctly numbered parameters:
{{t|Example|2=name=INPUT|3=date=INPUT|4=location=INPUT}}
You Get

{{Example|name=INPUT|date=INPUT|location=INPUT}}

Pages using Template