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

From ZNC
Revision as of 19:19, 17 December 2011 by DarthGandalf (talk | contribs)
Jump to navigation Jump to search

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.