Module:Check for unknown parameters/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
Line 71: Line 71:
* {{clc|Unknown parameters}} (category page can have header {{tl|Unknown parameters category}})
* {{clc|Unknown parameters}} (category page can have header {{tl|Unknown parameters category}})
* [[Module:Check for deprecated parameters]] – similar module that checks for deprecated parameters
* [[Module:Check for deprecated parameters]] – similar module that checks for deprecated parameters
* [[:module:TemplatePar]] – similar function (originally from dewiki)
* [[Module:TemplatePar]] – similar function (originally from dewiki)
* [[Template:Parameters]] and [[Module:Parameters]] – generates a list of parameter names for a given template
* [[Template:Parameters]] and [[Module:Parameters]] – generates a list of parameter names for a given template
* [[Project:TemplateData]] based template parameter validation
* [[:he:Module:ParamValidator]] – parameter validation system on hewiki, relies on TemplateData. module doc in English. checks the following:
** [[:he:Module:ParamValidator]] – parameter validation system on hewiki, relies on TemplateData. module doc in English. checks the following:
**use of undeclared parameters
** use of parameters marked in templatedata "deprecated"
***use of undeclared parameters
** mistyped (mainly, parameters declared in templatedata as "number" receiving non-numerical value)
*** use of parameters marked in templatedata "deprecated"
**missing parameters marked in TemplateData as "required"
*** mistyped (mainly, parameters declared in templatedata as "number" receiving non-numerical value)
***missing parameters marked in TemplateData as "required"
**understands aliases, and warns when more than one alias of a parameter is used
***understands aliases, and warns when more than one alias of a parameter is used
** [[:cs:Module:CheckParameters]] – another parameter check system on cswiki that relies on TemplateData
* [[s:cs:Module:MonitorTemplateArguments]] – a template parameter monitoring system based on tracking categories


<includeonly>{{sandbox other||
<includeonly>{{sandbox other||