DPL Extension Testing Ground: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Gorgonzola (talk | contribs)
An orphan page for my own testing of the DPL extension (Dynamic Page List).
 
Gorgonzola (talk | contribs)
m Testing out DPL calls
Line 2: Line 2:
This should b an orphan page, used for testing the DPL extension. 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==
==titlematch 1==
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
</dpl>
 
==titlematch 2==
Hmmm.. seems DPL installed doesn't support '''titlematch''':
Hmmm.. seems DPL installed doesn't support '''titlematch''':


{{ #dpl:
{{ #dpl:
| titlematch = Game updates/{{ #var: year }}%
| titlematch = Game updates/%
| ordermethod = title
| ordermethod = title
| order = descending
| order = descending
}}
}}
==dplreplace==
This could be useful... ([http://semeb.com/dpldemo/index.php?title=Dplreplace manual])
<pre>
{{#dplreplace:abrakadabra|ab|AB}}
</pre>
{{#dplreplace:abrakadabra|ab|AB}}

Revision as of 23:22, 6 October 2014

What

This should b an orphan page, used for testing the DPL extension. See DPL Manual.

titlematch 1

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

</dpl>

titlematch 2

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