Jump to content

Module:Params/doc/examples/check for unknown parameters/doc

From Wikipedia, the free encyclopedia

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

Usage[edit]

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: