3,860
edits
(Corr.) |
(Corr.) |
||
Line 28: | Line 28: | ||
;Notes | ;Notes | ||
* The specified parameters cannot include any equals signs ({{=}}). That will break the template. If you need to do that, use the template {{ | * The specified parameters cannot include any equals signs ({{=}}). That will break the template. If you need to do that, use the template <nowiki>{{=}}</nowiki>. | ||
* If the maximum of 11 included parameters is exceeded, the template will only show the 11 first parameters, and exclude the surplus ones. | * If the maximum of 11 included parameters is exceeded, the template will only show the 11 first parameters, and exclude the surplus ones. | ||
Line 48: | Line 48: | ||
| Wiki-formatting || {{tlc|tlf|<nowiki>'''templatename'''|''par1''|'''''par2'''''|[[par3]]</nowiki>}} || {{tlf|'''templatename'''|''par1''|'''''par2'''''|[[par3]]}} || | | Wiki-formatting || {{tlc|tlf|<nowiki>'''templatename'''|''par1''|'''''par2'''''|[[par3]]</nowiki>}} || {{tlf|'''templatename'''|''par1''|'''''par2'''''|[[par3]]}} || | ||
|- | |- | ||
| Parameters with {{ | | Parameters with <nowiki>{{=}}</nowiki> || {{tlc|tlp|templatename|<nowiki>par1{{=}}</nowiki>|par2|<nowiki>par3{{=}}</nowiki>}} || {{tlp|templatename|par1{{=}}|par2|par3{{=}}}} || | ||
|} | |} | ||
edits