Module:Params/doc/examples/check for unknown parameters
This example template shows to use {{#invoke:params|discarding|...}} to check for unknown parameters.
Usage
For instance, writing
<syntaxhighlight lang="wikitext">Everything is good: do something</syntaxhighlight>
will generate
- Everything is good: do something
while writing
<syntaxhighlight lang="wikitext">Error: The only parameters accepted are |hello=
and |wind=
.</syntaxhighlight>
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:
- {{#invoke:Check for unknown parameters|check}}
- {{#invoke:Check for deprecated parameters|check}}
- {{#invoke:Check for clobbered parameters|check}}
- {{#invoke:Parameter validation|validateparams}}
- {{#invoke:TemplatePar|valid}}