More actions
m Fix typo. To let the ; tag work as intended it needs to be at first position of the line. |
m Fix typo. |
||
| Line 12: | Line 12: | ||
== General usage == | == General usage == | ||
=== On the Template page === | === On the Template page === | ||
You should attach <code><nowiki><noinclude>{{ | You should attach <code><nowiki><noinclude>{{Documentation}}</noinclude></nowiki></code> to the end of the template page, so it looks like the below: | ||
<pre> | <pre> | ||
TEMPLATE CODE HERE | TEMPLATE CODE HERE | ||
| Line 41: | Line 41: | ||
; Syntax | ; Syntax | ||
: {{T|Templatename|param|...}} | : {{T|Templatename|param|...}} | ||
:; Parameters | |||
; Parameters | ::; param | ||
:; param | ::: Param description | ||
::; param | |||
:; param | ::: Param description | ||
OR | OR | ||
:; param : Param description | ::; param : Param description | ||
:; param : Param description | ::; param : Param description | ||
Repeat as needed ... | Repeat as needed ... | ||