Template:Template link 2/doc: Difference between revisions

[checked revision][checked revision]
Content deleted Content added
Line 12:
*var2 through var8 are the optional parameters of template var1.
You must replace any equal signs (=) with their [[Unicode]] reference (=).
 
===Examples===
*Without a template name:
::<nowiki>{{temt}}</nowiki> creates {{temt}}
*With a template name implicitly in the [[Wikipedia:Template namespace|Template namespace]]:
::<nowiki>{{temt|User WP Wales}}</nowiki> creates {{temt|User WP Wales}}
*With a template name explicitly in the [[Wikipedia:Template namespace|Template namespace]]:
::<nowiki>{{temt|Template:Example}}</nowiki> creates {{temt|Template:Example}}
*With a template name explicitly not in the [[Wikipedia:Template namespace|Template namespace]]:
::<nowiki>{{temt|Wikipedia:WikiProject Puerto Rico/Userbox}}</nowiki> creates {{temt|Wikipedia:WikiProject Puerto Rico/Userbox}}
*With a template name and ordinal and named parameters:
::<nowiki>{{temt|convert|4401.2|m|ft|0|sp&amp;#61;us}}</nowiki> creates {{temt|convert|4401.2|m|ft|0|sp&#61;us}}
 
===See also===