Examples/Parameter: addpagesize (example 1)

From DynamicPageList3 Manual
Revision as of 01:15, 1 April 2023 by imported>FrozenPlum (FrozenPlum moved page Controlling output volume/Parameter: addpagesize (example 1) to Examples/Parameter: addpagesize (example 1): Simplifying how things are structured)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 selects pages from Category:Dessert examples and adds the page size after the page name, using addpagesize. ordermethod=size sets the order to be sorted by page size, and the order parameter set to descending reverses the usual order. count limits the results to 1, so this statement will show only the largest article in the category.

{{#dpl:
|category    = Dessert examples
|addpagesize = true
|ordermethod = size
|order       = descending
|count       = 1
}}

Result

{{#dpl: |category = Dessert examples |addpagesize = true |ordermethod = size |order = descending |count = 1 }}