Template:T: Difference between revisions

From The Reed and Rite
mNo edit summary
mNo edit summary
Line 41: Line 41:
| style="background-color: white; text-align: center;" |{{t|Example|PARAMETER1|PARAMETER2|PARAMETER3}}
| style="background-color: white; text-align: center;" |{{t|Example|PARAMETER1|PARAMETER2|PARAMETER3}}
|-
|-
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Named Parameter</span><br><span style="font-weight: normal;">Named parameters will not appear in the output if passed using <code>=</code>.<br>You can pass named parameters in one of three ways:<br>1. Use unicode equals sign (<code>&#<span>61</span>;</code>) instead of <code>=</code>.<br>2. Surround the parameters in a <code>&lt;nowiki&gt;</code> tag.<br> 3. Use correctly numbered parameters.</span>
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Named Parameter</span><br>Named parameters will not appear in the output if passed using <code>=</code>.<br>You can pass named parameters in one of three ways:<br><br><span style="font-weight: normal;">1. Use a unicode equals sign (<code>&#<span>61</span>;</code>) instead of <code>=</code>.<br>2. Surround the parameters in a <code>&lt;nowiki&gt;</code> tag.<br> 3. Use correctly numbered parameters.</span>
|-
|-
! colspan="2" | You Type
! colspan="2" | You Type

Revision as of 01:56, 18 April 2025

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

Default Usage
To simply create a link to a template, pass the template 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 using =.
You can pass named parameters in one of three ways:

1. Use a unicode equals sign (&#61;) instead of =.
2. Surround the parameters in a <nowiki> tag.
3. Use correctly numbered parameters.
You Type

{{t
|Example
|name&#61;INPUT
|date&#61;INPUT
|location&#61;INPUT
}}

{{t
|Example
<nowiki>
|name=INPUT
|date=INPUT
|location=INPUT
</nowiki>
}}

{{t
|Example
|2=name=INPUT
|3=date=INPUT
|4=location=INPUT
}}

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

To pass named parameters, you can

  • use name &#61; value{{t|Rosharan numeric date|year &#61; 1172|month &#61; 5|week &#61; 10|day &#61; 6}};
  • surround it in <nowiki /> tags — {{t|Rosharan numeric date|<nowiki>year=1172|month=5|week=1|day=6</nowiki>}}; or
  • use correctly numbered parameters.

{{Character|name=INPUT}}

Pages using Template