Examples/Parameter: notuses (example 1)

Revision as of 22:27, 22 April 2022 by imported>FrozenPlum (Refine the wording for consistency to the others, and count limit)
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 }}