मॉड्यूल:Check for unknown parameters/doc
यह मॉड्यूल:Check for unknown parameters हेतु प्रलेख पृष्ठ है
<templatestyles src="Module:Message box/ombox.css"></templatestyles>
Warning | This Lua module is used {{#if:|{{{1}}}|in system messages}}. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
{{#if:{{#ifeq:doc|sandbox|1}}{{#ifeq:doc|doc|1}}||{{#switch:लुआ त्रुटि: First parameter must be one of edit, move, create, upload, undelete, autoreview।|sysop|templateeditor|interfaceadmin=|#default=}}}} {{#ifeq:|yes|<templatestyles src="Module:Message box/ombox.css"></templatestyles>
This {{#ifeq:{{{type}}}|module|module|template}} is being considered for merging with [[{{#ifeq:{{{type}}}|module|Module|Template}}:Template rating]]. Please discuss this matter at this {{#ifeq:{{{type}}}|module|module|template}}'s entry at templates for discussion to help reach a consensus.
{{#ifeq:off|off||----
Maintenance use only: |
|{{#switch:{{{type}}}
|tiny = <templatestyles src="Template:Template for discussion/styles.css" />|inline = <templatestyles src="Template:Template for discussion/styles.css" />
|infobox|box|sidebar = <templatestyles src="Template:Template for discussion/styles.css" />
|disabled =
|#default = <templatestyles src="Template:Template for discussion/styles.css" />
}}}} {{#ifeq:doc|doc|{{#if:|लुआ त्रुटि मॉड्यूल:Effective_protection_level में पंक्ति 63 पर: attempt to index field 'ext' (a nil value)।}}|{{#switch:
{{#if: | | {{#ifeq:मॉड्यूल|मॉड्यूल | module | other }} }}
| module = <templatestyles src="Module:Message box/ombox.css"></templatestyles>
{{#switch: p
| pre-alpha | prealpha | pa | experimental = Pre-alpha | alpha | a = Alpha | beta | b = Beta | release | r | general | g | stable = Ready for use | broken | br | unstable = Unstable | protected | protect | p = [[File:{{#switch:लुआ त्रुटि मॉड्यूल:Effective_protection_level में पंक्ति 14 पर: attempt to index local 'title' (a nil value)।|autoconfirmed=Semi|extendedconfirmed=Extended|accountcreator|templateeditor=Template|#default=Full}}-protection-shackle.svg|40x40px|link=|alt=Protected]] | semiprotected | semiprotect | semi =Semi-protected}} | {{#switch: p
| pre-alpha | prealpha | pa | experimental = This module is rated as pre-alpha. It is unfinished, and may or may not be in active development. It should not be used from article namespace pages. Modules remain pre-alpha until the original editor (or someone who takes one over if it is abandoned for some time) is satisfied with the basic structure. | alpha | a = This module is rated as alpha. It is ready for third-party input, and may be used on a few pages to see if problems arise, but should be watched. Suggestions for new features or changes in their input and output mechanisms are welcome. | beta | b = This module is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. | release | r | general | g | stable = This module is rated as ready for general use. It has reached a mature form and is thought to be relatively bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. | broken | br | unstable = This module is rated as unstable. It contains either missing dependencies, compatibility errors, or output errors that make it unusable. Please help improve compatibility of this module, or nominate this module for deletion if it is unfixable. | protected | protect | p = This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. | semiprotected | semiprotect | semi = This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is semi-protected from editing. | #default = साँचा:Error}} |
{{#ifeq: Check for unknown parameters | Sandbox
| | {{#switch: doc | doc | sandbox = | {{#ifeq: | true | | {{#switch: p | pre-alpha | prealpha | pa | experimental = | alpha | a = | beta | b = | release | r | general | g | stable = | broken | br | unstable = | protected | protect | p = | semiprotected | semiprotect | semi = }} }} }} }}
| other | #default = साँचा:Error }}}}
<templatestyles src="Module:Message box/ombox.css"></templatestyles>
चित्र:Cascade-protection-shackle.svg | This module can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
<templatestyles src="Module:Message box/ombox.css"></templatestyles>
चित्र:Lua-Logo.svg | This module depends on the following other modules: |
Module:Check for unknown parameters is used to check for uses of unknown parameters in a template or module. It may be appended to a template at the end or called directly from a module.
Usage[सम्पादन]
From a template[सम्पादन]
To sort entries into a tracking category by parameter, use:
{{#invoke:Check for unknown parameters|check|unknown=[[Category:Some tracking category|_VALUE_]]|arg1|arg2|arg3|argN}}
To sort the entries into a tracking category by parameter with a preview error message, use:
{{#invoke:Check for unknown parameters|check|unknown=[[Category:Some tracking category|_VALUE_]]|preview=unknown parameter "_VALUE_"|arg1|arg2|...|argN}}
For an explicit red error message, use:
{{#invoke:Check for unknown parameters|check|unknown=<span class="error">Sorry, I don't recognize _VALUE_</span>|arg1|arg2|...|argN}}
To use Lua patterns, use:
{{#invoke:Check for unknown parameters|check|unknown=[[Category:Some tracking category|_VALUE_]]|preview=unknown parameter "_VALUE_"|arg1|arg2|...|argN|regexp1=header[%d]+|regexp2=date[1-9]}}
From a module[सम्पादन]
To call from a module, use: <syntaxhighlight lang="lua"> local checkForUnknownParameters = require("Module:Check for unknown parameters") local result = checkForUnknownParameters._check(validArgs, args) </syntaxhighlight>
Where the first set of args are the module args below and the second set of args are the parameters that are checked.
Parameters[सम्पादन]
arg1
,arg2
, ...,argN
, are the known parameters.- Unnamed (positional) parameters can be added too:
|1|2|arg1|arg2|...
. - Lua patterns (similar to regular expressions) usage with parameters is also supported (such as:
|{{SAFESUBST:#if:regexp1|regexp1=}}header[%d]+
,|{{SAFESUBST:#if:regexp2|regexp2=}}date[1-9]
,|{{SAFESUBST:#if:regexp3|regexp3=}}data[%d]+[abc]?
). This is useful when there are many known parameters which use a systematic pattern. |{{SAFESUBST:#if:unknown|unknown=}}
– what happens when an unknown parameter is used. Typically use either a tracking category to place pages that use unknown parameters, or an error.|{{SAFESUBST:#if:preview|preview=}}
– the text to be displayed when in preview mode and an unknown parameter is used.- The
_VALUE_
keyword, if used, will be changed to the name of the parameter. This is useful for either sorting the entries in a tracking category, or for provide more explicit information. |{{SAFESUBST:#if:ignoreblank|ignoreblank=}}1
– by default, the module makes no distinction between a defined-but-blank parameter and a non-blank parameter. That is, both unlisted|{{SAFESUBST:#if:foo|foo=}}x
and|{{SAFESUBST:#if:foo|foo=}}
are reported. To only track non-blank parameters use|{{SAFESUBST:#if:ignoreblank|ignoreblank=}}1
.|{{SAFESUBST:#if:showblankpositional|showblankpositional=}}1
– by default, the module ignores blank positional parameters. That is, an unlisted|{{SAFESUBST:#if:2|2=}}
is ignored. To include blank positional parameters in the tracking use|{{SAFESUBST:#if:showblankpositional|showblankpositional=}}1
.
Example[सम्पादन]
<syntaxhighlight lang="wikitext"> <templatestyles src="Module:Infobox/styles.css"></templatestyles>{{#switch:
{{#if: | {{{demospace}}} | {{#ifeq:मॉड्यूल|साँचा | template | other }} }}
| template = {{#ifeq:Check for unknown parameters/doc|Infobox||{{#ifeq:साँचा:Str left|Infobox|[[Category:Infobox templates|साँचा:Remove first word]]}}}} | other | #default = }} </syntaxhighlight>
Call from within Lua code[सम्पादन]
See the end of Module:Rugby box for a simple example or Module:Infobox3cols or Module:Flag for more complicated examples.
See also[सम्पादन]
- {{#if:|{{{name}}}|Category:Unknown parameters}} (०) (category page can have header {{Unknown parameters category}})
- Module:Params – for complex operations involving parameters
- Template:Checks for unknown parameters – adds documentation to templates using this module
- Module:Check for deprecated parameters – similar module that checks for deprecated parameters
- Module:Check for clobbered parameters – module that checks for conflicting parameters
- Module:TemplatePar – similar function (originally from dewiki)
- Template:Parameters and Module:Parameters – generates a list of parameter names for a given template
- Project:TemplateData based template parameter validation
- Module:Parameter validation checks a lot more
- User:Bamyers99/TemplateParametersTool - A tool for checking usage of template parameters
- स्क्रिप्ट त्रुटियों वाले पृष्ठ
- टूटी हुई चित्र कड़ियों वाले पृष्ठ
- Pages used in system messages needing protection
- Templates for merging
- Modules in pre-alpha development
- Modules in alpha
- Modules in beta
- Modules for general use
- Unstable modules
- Modules subject to page protection
- Pages with templates in the wrong namespace
- Module documentation pages