Examples/Parameter: categoriesminmax (example 1)

From DynamicPageList3 Manual
Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example[edit]

The list will only contain articles which belong to Category:Countries in Europe and at least three other categories, for a total of four minimum as set in the min position of categoriesminmax argument syntax. Note the parameter name's ending, "minmax", provides a reminder of the order in which its arguments must be specified [min],[max]. Either parameter is optional, but their position must be held appropriately using a , comma.

{{#dpl:
|category=Countries in Europe
|categoriesminmax=4
}}

Result[edit]

{{#dpl: |category=Countries in Europe |categoriesminmax=4 }}