Select by category-related criteria (examples)

Revision as of 11:53, 17 September 2016 by 79.73.242.156 (talk) (added examples)

Template:DPL Manual

Basic example

The following example:

{{#dpl:
category=DPL
}}

Would produce all the articles in the DPL category.

{{#dpl: category=DPL }}

Further examples of syntax

To find all articles that feature two category names, an example would be:

<DPL> category = Chair category = Wood </DPL>

Or to find all articles that contain one category name, and then another category name from two possible options, would be:

<DPL> category = Chair category = Wood | Metal </DPL>