Examples/Parameter: addpagesize (example 1)

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

Example[edit]

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[edit]

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