DPL Extension Testing Ground: Difference between revisions
Jump to navigation
Jump to search
Gorgonzola (talk | contribs) mNo edit summary |
Gorgonzola (talk | contribs) m Testing titlematch option of DPL. |
||
| Line 1: | Line 1: | ||
This page is used for testing the DPL extension (it should be an orphan page). See [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual]. | This page is used for testing the DPL extension (it should be an orphan page). See [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual]. | ||
==Titlematch | ==Using Titlematch== | ||
Pulling all news article for 2014 only. | |||
{{ #dpl: | {{ #dpl: | ||
| titlematch = Game updates/% | | titlematch = Game updates/2014-% | ||
| ordermethod = title | | ordermethod = title | ||
| order = descending | | order = descending | ||
Revision as of 19:40, 24 October 2014
This page is used for testing the DPL extension (it should be an orphan page). See DPL Manual.
Using Titlematch
Pulling all news article for 2014 only.
{{ #dpl: | titlematch = Game updates/2014-% | ordermethod = title | order = descending }}
dplreplace
This could be useful... (manual)
{{#dplreplace:abrakadabra|ab|AB}}
{{#dplreplace:abrakadabra|ab|AB}}
uses (pulling pages using certain templates)
A list of all the map articles that use Template:MAP infobox. DOESNT WORK.
{{ #dpl: | uses = Template:MAP infobox }}