Examples/Parameter: offset (example 1)

From DynamicPageList3 Manual
Revision as of 22:38, 31 March 2023 by imported>FrozenPlum (FrozenPlum moved page Criteria for page selection/Parameter: offset (example 1) to Examples/Parameter: offset (example 1): Simplifying how things are structured)
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 from Category:Fruit examples, offset by three (starting at the third in the list, which is determined alphabetically) and limited to a count of three. This means this will display articles #3 to #6. ordermethod can be set to change offset/display order.

{{#dpl:
|category=Fruit examples
|offset = 3
|count  = 3
}}

Result

{{#dpl: |category=Fruit examples |offset = 3 |count = 3 }}