Template:Ti/doc

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:51, 17 October 2024 (Created page with "{{documentation}} A template link with a variable number of parameters (0-20). ===Use=== :{{ti|ti|<nowiki>parameter1=x|parameter2=y|parameter3=z|parameter4=etc.|...|parameter20=a</nowiki>}} ===Example=== <code><nowiki>{{t|stub}}</nowiki></code> :{{ti|stub}} <code><nowiki>{{t|stub|Item1|Item2|Item3|Item4|Item5|...}}</nowiki></code> :{{ti|stub|Item1|Item2|Item3|Item4|Item5|...}} <includeonly>{{PAGENAME}}</includeonly> This template w..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a documentation subpage for Template:Ti.
It contains usage information, categories, and other content that is not part of the original template page.

A template link with a variable number of parameters (0-20).

Use

{{ti|parameter1=x|parameter2=y|parameter3=z|parameter4=etc.|...|parameter20=a}}

Example

{{t|stub}}

{{stub}}

{{t|stub|Item1|Item2|Item3|Item4|Item5|...}}

{{stub|Item1|Item2|Item3|Item4|Item5|...}}


This template works the same as {{t}} but {{t}} uses an expensive parser function to check the existence of the goal page, which is disabled in this template.