![]() | This is a documentation subpage for Module:Sandbox/BrandonXLF/1. It may contain usage information, categories and other content that is not part of the original module page. |
Module:All parameters (edit | talk | history | links | watch | logs) Calls a template while giving it all the arguments the current page receives.
Arguments directly given to the module are prioritized over ones given to the current page unless |_pf=yes
.
Usage
Syntax
{{#invoke:All parameters|main|_t=|_pt=|x}}
Parameters
|_t=
The template to call.
|_pf=yes
Forces parent arguments to override the arguments given to the module.
|x=
x represents any parameter, parameter x will be sent to the template that is called.
Default
To set all parameters as defaults set |_pf=yes
.
To set individual parameters as default use |x={{{x|default}}}
.