Examples/Parameter: titlegt (example 1): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (fix categorization)
imported>FrozenPlum
m (I should have supplied the best-practice link type for example (that would work for templates, categories, and other namespaces))
Line 14: Line 14:
|titlegt = Chocolate Cake
|titlegt = Chocolate Cake
|category = Dessert examples
|category = Dessert examples
|format = ,[[%TITLE%]]
|format = ,[[%PAGE%|%TITLE%]]
|count = 1
|count = 1
}}
}}
Line 24: Line 24:
|titlegt = Chocolate Cake
|titlegt = Chocolate Cake
|category = Dessert examples
|category = Dessert examples
|format = ,[[%TITLE%]]
|format = ,[[%PAGE%|%TITLE%]]
|count = 1
|count = 1
}}
}}

Revision as of 01:49, 23 April 2022

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 }}