Module:Sandbox/BrandonXLF/1/doc

This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 21:22, 18 February 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 send 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}}}.