Template:DPL: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (test alternative change)
imported>FrozenPlum
mNo edit summary
Line 139: Line 139:


| #default = {{{1}}}
| #default = {{{1}}}
}}{{#switch: {{{1|test}}}
}}#{{#switch: {{{1|test}}}
| #dplvar = Dplvar
| #dplvar
| #dplnum = Dplnum
| #dplnum
| #dplreplace = Dplreplace
| #dplreplace
| #dplmatrix = Dplmatrix
| #dplmatrix
| #dplchapter = Dplchapter
| #dplchapter =
|#default = #
| #default =
}}|{{{1}}}]]</includeonly></onlyinclude>
}}|{{{1}}}]]</includeonly></onlyinclude>
{{Documentation}}
{{Documentation}}

Revision as of 03:33, 31 March 2022

[view | edit | purge]Template Documentation
Formats, and where appropriate, creates a link to the proper dpl parameter, help page, or dpl parser function in the DPL Manual.

Example:

  • {{DPL|mode}} gives mode
  • {{DPL|mode|alternate label}} gives mode
  • {{DPL|mode|DPL format statement}} gives format
  • {{DPL|#dplnum}} gives #dplnum
  • {{DPL|non-existing page}} gives non-existing page

To include parameter values:

  • {{DPL|mode}} followed by [[=userformat]] gives mode=userformat (with redirect created from =userformat to mode)
  • Just doing {{DPL|mode}}=userformat is also fine, resulting in mode=userformat
[view | edit | purge]The above documentation is transcluded from Template:DPL/doc.