Module:Params/testcases/tdummy echo sb
< Module:Params | testcases
This subtemplate simply echoes all the parameters it was called with, surrounding these within square brackets. The template itself is not a test of Module:Params, but it is designed to be used as a callback by other test templates. As such, it should be kept immutable.
Usage
- <syntaxhighlight lang="wikitext" inline>[1=foo][2=bar][3=Jupiter][hello=world]</syntaxhighlight>
- ↳ [1=foo][2=bar][3=Jupiter][hello=world]