Template:DPL: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Needs to have both name variations for now (later without %))
imported>FrozenPlum
No edit summary
Line 240: Line 240:


<!-- variables, link to #variables -->
<!-- variables, link to #variables -->
| variable
| variables
| CATBULLETS
| %CATBULLETS%
| %CATBULLETS%
| CATLIST
| %CATLIST%
| %CATLIST%
| CATNAMES
| %CATNAMES%
| %CATNAMES%
| CONTRIB
| %CONTRIB%
| %CONTRIB%
| CONTRIBUTION
| %CONTRIBUTION%
| %CONTRIBUTION%
| CONTRIBUTOR
| %CONTRIBUTOR%
| %CONTRIBUTOR%
| COUNT
| %COUNT%
| %COUNT%
| COUNTFS
| %COUNTFS%
| %COUNTFS%
| COUNTFS2
| %COUNTFS2%
| %COUNTFS2%
| DATE
| %DATE%
| %DATE%
| DPLTIME
| %DPLTIME%
| %DPLTIME%
| EXTERNALLINK
| %EXTERNALLINK%
| %EXTERNALLINK%
| FIRSTNAMESPACE
| %FIRSTNAMESPACE%
| %FIRSTNAMESPACE%
| FIRSTTITLE
| %FIRSTTITLE%
| %FIRSTTITLE%
| IMAGE
| %IMAGE%
| %IMAGE%
| IMAGESEL
| %IMAGESEL%
| %IMAGESEL%
| LASTNAMESPACE
| %LASTNAMESPACE%
| %LASTNAMESPACE%
| LASTTITLE
| %LASTTITLE%
| %LASTTITLE%
| NAMESPACE
| %NAMESPACE%
| %NAMESPACE%
| NR
| %NR%
| %NR%
| PAGE
| %PAGE%
| %PAGE%
| PAGEID
| %PAGEID%
| %PAGEID%
| PAGES
| %PAGES%
| %PAGES%
| PAGESEL
| %PAGESEL%
| %PAGESEL%
| PFUNC
| %PFUNC%
| %PFUNC%
| &#37;REVISION&#37;
| REVISION
| %REVISION%
| SCROLLDIR
| %SCROLLDIR%
| %SCROLLDIR%
| SECTION
| %SECTION%
| %SECTION%
| SIZE
| %SIZE%
| %SIZE%
| SIZEFS
| %SIZEFS%
| %SIZEFS%
| TAG
| %TAG%
| %TAG%
| TAGBODY
| %TAGBODY%
| %TAGBODY%
| TITLE
| %TITLE%
| %TITLE%
| TOTALPAGES
| %TOTALPAGES%
| %TOTALPAGES%
| USER
| %USER%
| %USER%
| VERSION
| %VERSION% = &#35;variables
| %VERSION% = &#35;variables



Revision as of 09:17, 1 April 2023

[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:

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.