Select by category-related criteria (examples): Difference between revisions

Content deleted Content added
added examples
improved formatting of examples
Line 19:
To find all articles that feature two category names, an example would be:
 
<pre><nowiki>
<DPL>
category = Chair
category = Wood
</DPL>
</nowiki></pre>
 
Or to find all articles that contain one category name, and then another category name from two possible options, would be:
 
<pre><nowiki>
<DPL>
category = Chair
category = Wood | Metal
</DPL>
</nowiki></pre>