Examples/Parameter: categoriesminmax (example 1)

From DynamicPageList3 Manual
Revision as of 00:40, 22 April 2022 by imported>FrozenPlum (Add a reminder to users, that there's a built-in way to remember how to use this param (just param name) without necessarily having to re-read the manual section.)
Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

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], when desired.

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

Result

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