Lifestyle
 
[Phlox]

Phlox 22,992 edits since September 6, 2007

22,992

User:Phlox/dpl queries

From Familypedia

The following displays all Templates that use WP template with "Category" in it's operand.

<DPL>
  includepage  = {wp}.dpl
  namespace=Template
  includematch=/\|\s*Category/s
</DPL>

Can overwhelm output- Limit to Templates only beginning with a certain letter:

<DPL>
  titleregexp=^[C].*
  includepage  = {wp}.dpl
  namespace=Template
  includematch=/\|\s*Category/s
</DPL>