DPL Extension Testing Ground: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Gorgonzola (talk | contribs)
mNo edit summary
Gorgonzola (talk | contribs)
mNo edit summary
Line 1: Line 1:
==What==
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 should b an orphan page, used for testing the DPL extension. See [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual].


==titlematch 1==
==Titlematch (not enough privileges?)==
Maybe this method would allow us to pull the last game update on the home page... ("Game Updates/20141004")
 
<dpl>
category  = Serbule NPCs
  count    = 1
  replaceintitle = /Az/,lulz
</dpl>
 
==titlematch 2==
Hmmm.. seems DPL installed doesn't support '''titlematch''':
Hmmm.. seems DPL installed doesn't support '''titlematch''':


Line 27: Line 17:


{{#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
}}

Revision as of 13:51, 16 October 2014

This page is used for testing the DPL extension (it should be an orphan page). See DPL Manual.

Titlematch (not enough privileges?)

Hmmm.. seems DPL installed doesn't support titlematch:

{{ #dpl: | titlematch = Game updates/% | 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 }}