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

From ZNC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
{{Module arguments|count=two|extra=The arguments are a foo and a bar.}}
{{Module arguments|count=two|extra=The arguments are a foo and a bar.}}


</noinclude><includeonly>
</noinclude><includeonly>{{#ifeq:{{{noheading|no}}}|yes||=== Arguments ===}}
{{#ifeq:{{{noheading|no}}}|yes||=== Arguments ===}}
This {{{type|user}}} module takes {{{count|no}}} arguments. {{{extra|}}}
This {{{type|user}}} module takes {{{count|no}}} arguments. {{{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>

Revision as of 19:20, 17 December 2011

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
| 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.