Template:T: Difference between revisions

From The Reed and Rite
mNo edit summary
Line 22: Line 22:
|-
|-
| style="text-align: left; background-color: white;" |<pre>
| style="text-align: left; background-color: white;" |<pre>
{{columns|
{{t|TEMPLATENAME}}
* Item 1
* Item 2
* Item 3
* Item 4
* Item 5
* Item 6
}}
</pre>
</pre>
| style="background-color: white;" |{{columns|
| style="background-color: white;" |{{t|TEMPLATENAME}}
* Item 1
* Item 2
* Item 3
* Item 4
* Item 5
* Item 6
}}
|-
|-
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Count Parameter</span><br><span style="font-weight: normal;">You can specify the number of columns in the output through use of the <code>count=</code> parameter.</span>
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Count Parameter</span><br><span style="font-weight: normal;">You can specify the number of columns in the output through use of the <code>count=</code> parameter.</span>

Revision as of 00:53, 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
When used with no additional parameters, the template will return a list split in 3 columns.
You Type You Get
{{t|TEMPLATENAME}}
{{TEMPLATENAME}}
Count Parameter
You can specify the number of columns in the output through use of the count= parameter.
You Type You Get
{{columns|count=2|
* Item 1
* Item 2
* Item 3
* Item 4
* Item 5
* Item 6
}}
  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5
  • Item 6

{{t|template name|first parameter|second parameter}}.

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.

{{Columns|count=3|* Item 1* Item 2}}

Pages using Template