Examples/Parameter: notuses (example 1): Difference between revisions

From DynamicPageList3 Manual
imported>FrozenPlum
m (Refine the wording for consistency to the others, and count limit)
imported>FrozenPlum
m (FrozenPlum moved page Criteria for page selection/Parameter: notuses (example 1) to Examples/Parameter: notuses (example 1): Simplifying how things are structured)
 
(No difference)

Latest revision as of 22:41, 31 March 2023

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

Example

This will list articles in Category:Fruit examples which do not use Template:Color, limiting the results to a count of three.

{{#dpl:
|category        = Fruit examples
|notuses         = Template:Color
|noresultsheader = \n ''No pages found''
|count           = 3
}}

Result

{{#dpl: |category = Fruit examples |notuses = Template:Color |noresultsheader = \n No pages found |count = 3 }}