Examples/Parameter: titlegt (example 1)

From DynamicPageList3 Manual
Revision as of 22:41, 31 March 2023 by imported>FrozenPlum (FrozenPlum moved page Criteria for page selection/Parameter: titlegt (example 1) to Examples/Parameter: titlegt (example 1): Simplifying how things are structured)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 the article after the Chocolate Cake article, as they appear in Category:Dessert examples.

The format statement formats the output into a plain page title, the count is set to 1 to ensure only one next page is returned.

{{#dpl:
|titlegt = Chocolate Cake
|category   = Dessert examples
|format = ,[[%PAGE%|%TITLE%]]
|count   = 1
}}

Result

{{#dpl: |titlegt = Chocolate Cake |category = Dessert examples |format = ,%TITLE% |count = 1 }}