Hi,
is there a way how to pass ALL template parameters to parser function at the same time?
E.g. I would like to have template with a lot of optional named parameters, called in page:
{{tplname|arg1=…|arg2=…|arg3=…}}
And I want to pass all parameters - as an array or object - ONE verification parser function
Call in this template should look like as:
{{#verifyArgs: $allargs }}
Can someone help me with this?
Thanks.