Examples/Parameter: offset (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 lists articles from Category:Fruit examples, offset by three (starting at the fourth in the list) and limited to a count of three. This means this displays articles #4, #5, and #6 from Category:Fruit examples. Next, ordermethod is used to order by title, ascending/alphabetically.

{{#dpl:
|category=Fruit examples
|offset = 3
|count  = 3
|ordermethod = title
|order = ascending
}}

Result[edit]

{{#dpl: |category=Fruit examples |offset = 3 |count = 3 |ordermethod = title |order = ascending }}