The wiki is lacking in content. You can help by creating a new article. See the to do list for more ways you can help.
New user registration has been restored. Thank you for your patience.
Template:Docparam
Template:Docparam is used to document parameters in template documentation pages. It provides all the necessary information about a parameter and should be used on all template documentations with parameters.
Usage[edit]
{{docparam |name= |req= |default= |default2= |desc= }}
Parameters[edit]
Name of the parameter. Certain strings are automatically translated to allow for specification of alternative choices or parameter ranges.
Translated strings (all of these need to be enclosed by spaces):
>>
is converted "up to", to indicate a range of possible parameters.//
is converted to "or", for alternative choices.++
is converted to a comma with a trailing space (", "), for listing parameters which are separate but work the same (e.g. "contentA1, contentB1").
Indicates whether the parameter is required by policy or for the template to function properly, as follows:
no
— Optional parameter, indicated with Optional.semi
— Semi-required parameter; optional in some situations but required in others, or highly recommended. Indicated with Semi-required.yes
— Required parameter, indicated with Required.
Indicates whether there is a default value for a parameter if it is left empty.
The description of the parameter (as in this line of text). This section should include all necessary details pertaining to the use, guidelines, and policies of a certain parameter.