To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Template:Module arguments: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) No edit summary |
>5moufl No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
{<nowiki>{</nowiki>Module arguments | {<nowiki>{</nowiki>Module arguments | ||
| count = How many arguments does the module accept (e.g. ''no'' or ''one'' or ''two to five'' | | count = How many arguments does the module accept (e.g. ''no'' or ''one'' or ''two to five'' | ||
| one = true if there's a maximum of one argument (cosmetic) | |||
| extra = Some description for the arguments, if any | | extra = Some description for the arguments, if any | ||
| type = global or user, user is the default | | type = global or user, user is the default | ||
Line 17: | Line 18: | ||
</noinclude><includeonly>{{#ifeq:{{{noheading|no}}}|yes||=== Arguments ===}} | </noinclude><includeonly>{{#ifeq:{{{noheading|no}}}|yes||=== Arguments ===}} | ||
This {{{type|user}}} module takes {{{count|no}}} | This {{{type|user}}} module takes {{{count|no}}} argument{{#ifeq:{{{one|false}}}|true||s}}. {{{extra|}}} | ||
Read [[Modules#.28Un.29Loading_Modules|loading modules]] to learn more about loading modules.</includeonly> | Read [[Modules#.28Un.29Loading_Modules|loading modules]] to learn more about loading modules.</includeonly> |
Latest revision as of 13:59, 20 October 2012
Purpose
Every module page links to the explanation how to load modules. This template is supposed to unify all those texts.
How to use
{{Module arguments | count = How many arguments does the module accept (e.g. no or one or two to five | one = true if there's a maximum of one argument (cosmetic) | extra = Some description for the arguments, if any | type = global or user, user is the default | noheading = yes means this template doesn't generate the Arguments section }}
Example
{{Module arguments|count=two|extra=The arguments are a foo and a bar.}}
resuts in:
Arguments
This user module takes two arguments. The arguments are a foo and a bar.
Read loading modules to learn more about loading modules.