Template:Template-help: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
add parameter where and help to this template |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
=== Usage === | === Usage === | ||
Include this template inside a <nowiki> | Include this template inside a <code><nowiki><noinclude> </noinclude></nowiki></code> section of | ||
any template that is used for categorizing pages like so: | any template that is used for categorizing pages like so: | ||
Line 35: | Line 35: | ||
|} | |} | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> |
Latest revision as of 15:22, 22 November 2022
This template generates a help message for other templates.
Usage
Include this template inside a <noinclude> </noinclude>
section of
any template that is used for categorizing pages like so:
{{{template-help|name=Foo|sort=foo|where=bottom}}}
Parameters
- The name parameter is the name of the template that includes the help.
- The sort parameter for this template influences the place where the template will be sorted in the Template category.
- the where parameter should be either top or bottom.
Example | Description |
---|---|
{{{template-help|name=foo}}} | default sorting order based on template name |
{{{template-help|name=foo|sort=Foo}}} | an template foo goes under "F" (specifically "Foo") |
{{{template-help|name=foo|sort=Foo|where=top}}} | The template help instructs the user to include the template at the top (default is bottom) |