|
Manual | Examples | Select by category |
Basic example
The following example:
{{#dpl: category=DPL3 }}
Would produce all the articles in the DPL3 category.
- Extension:DPL3/Compatibility
- Extension:DPL3/Dplchapter
- Extension:DPL3/Dplmatrix
- Extension:DPL3/Dplnum
- Extension:DPL3/Dplreplace
- Extension:DPL3/Dplvar
- Extension:DPL3/Manual
- Extension:DPL3/Example: Display images used
- Extension:DPL3/Example: Related to article
- Extension:DPL3/Example: Select by recently changed
- Extension:DPL3/Example: Show sections from an article
- Extension:DPL3/Example: Show templates parameters from an article
- Extension:DPL3/General usage and invocation syntax
- Extension:DPL3/Parameters: Controlling output format
- Extension:DPL3/Parameters: Controlling output order
- Extension:DPL3/Parameters: Controlling output volume
- Extension:DPL3/Parameters: Criteria for page selection
- Extension:DPL3/Parameters: Other parameters
- User:RheingoldRiver/old dpl manual
- Extension:DPL3/Hit counters removed
Further examples of syntax
To find all articles that feature two category names, such as all wooden chairs, 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, such as listing all the chairs that are made of wood as well as all the chairs that are made of metal, would be:
<DPL> category = Chair category = Wood | Metal </DPL>
To sort results alphabetically:
<DPL> category = Chair ordermethod = titlewithoutnamespace order = ascending </DPL>