Template:T: Difference between revisions

From The Reed and Rite
m Protected "Template:T" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Line 10: Line 10:
-->}}</code></includeonly><noinclude>
-->}}</code></includeonly><noinclude>
== Description ==
== Description ==
This template allows you to include a template tag on a page without [https://www.mediawiki.org/wiki/Transclusion transcluding] (embedded) it inside other pages. It will provide a link to that templates page in the [[:Category:Templates|Templates namespace]].
== Usage ==
== Usage ==



Revision as of 23:06, 17 April 2025

Description

This template allows you to include a template tag on a page without transcluding (embedded) it inside other pages. It will provide a link to that templates page in the Templates namespace.

Usage

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

More information

For additional details and information, please refer to the wikipedia's doc page: Wikipedia: Template: Tlx

Pages using Template