Jump to content

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 source]

This lists pages from category Fruit examples, in the category Main, and offset by a count of 3 (starting at the fourth in the list). Results are limited to a count of 3 also. This means this displays articles #4, #5, and #6 from Category:Fruit examples. Next, ordermethod is set title, and the order set to ascending (alphabetically by title).

Code
{{#dpl:
|category    = Fruit examples
|namespace   = Main
|offset      = 3
|count       = 3
|ordermethod = title
|order       = ascending
}}
Result
Cookies help us deliver our services. By using our services, you agree to our use of cookies.