Content deleted Content added
|
|
|
*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&#61;us}}</nowiki> creates {{temt|convert|4401.2|m|ft|0|sp=us}}
===See also===
|