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

From DynamicPageList3 Manual
imported>FrozenPlum
(fix my wrong category)
imported>FrozenPlum
m (FrozenPlum moved page Controlling output volume/Parameter: addpagesize (example 1) to Examples/Parameter: addpagesize (example 1): Simplifying how things are structured)
 
(No difference)

Latest revision as of 01:15, 1 April 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 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 }}