Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Params/doc/examples/check for unknown parameters/doc: Difference between revisions

From Kenshi Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 40: Line 40:
* {{ml|TemplatePar|valid}}
* {{ml|TemplatePar|valid}}


<includeonly>{{Sandbox other||
<noinclude>
<!-- Categories below this line; interwikis at Wikidata -->
[[Category:Module misc pages]]
[[Category:Module fourth misc]]
}}</includeonly><noinclude>
[[Category:Module documents]]
[[Category:Module documents]]
[[Category:Module misc documents]]
[[Category:Module data documents]]
</noinclude>
</noinclude>

Latest revision as of 23:52, 14 March 2025

This example template shows to use {{#invoke:params|discarding|...}} to check for unknown parameters.

Usage

For instance, writing

{{module:params/doc/examples/check for unknown parameters
	| hello = world
	| wind = surfing
}}

will generate

Everything is good: do something

while writing

{{module:params/doc/examples/check for unknown parameters
	| hello = world
	| wind = surfing
	| wrong = ups!
}}

will generate

Error: The only parameters accepted are |hello= and |wind=.

For simple cases like this specialized modules are available; you might want to have a look at:

Contents