Difference between revisions of "DPL Example 006"

From FollowTheScore
Jump to: navigation, search
(New page: {{Example|Create a list of articles belonging (or not belonging) to certain categories}} You can specify AND, OR and NOT conditions for categories: multiple specifications are treated as ...)
 
Line 10: Line 10:
 
  |addcategories=yes
 
  |addcategories=yes
 
}}
 
}}
 +
----
 
{{#dpl:
 
{{#dpl:
 
  |category=African Union member states
 
  |category=African Union member states
  |notcategory=Engish-speaking countries
+
  |notcategory=English-speaking countries
 
  |addcategories=yes
 
  |addcategories=yes
 
}}
 
}}
Line 25: Line 26:
 
  |addcategories=yes
 
  |addcategories=yes
 
}}
 
}}
 +
----
 
{{#dpl:
 
{{#dpl:
 
  |category=African Union member states
 
  |category=African Union member states
  |notcategory=Engish-speaking countries
+
  |notcategory=English-speaking countries
 
  |addcategories=yes
 
  |addcategories=yes
 
}}
 
}}

Revision as of 08:10, 11 March 2009

back to list of examples

Create a list of articles belonging (or not belonging) to certain categories

You can specify AND, OR and NOT conditions for categories: multiple specifications are treated as AND, within one specification you can use the pipe symbol for OR.

Note that you must escape the pipe character when using DPL as a parser function. You can use ¦ insetad of | or you can define a template which produces a pipe character.

{{#dpl:
 |category=African Union member states
 |addcategories=yes
}}
---- 
{{#dpl:
 |category=African Union member states
 |notcategory=English-speaking countries
 |addcategories=yes
}}

The above DPL command produces the following output: