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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
No edit summary
imported>FrozenPlum
m (FrozenPlum moved page Criteria for page selection/Parameter: titlelt (example 1) to Examples/Parameter: titlelt (example 1): Simplifying how things are structured)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
==Example==
==Example==


This will select the article '''before''' the [[Chocolate Cake]] article from [[:Category:Dessert examples]]. The <code>{{DPL|format}}</code> statement formats the output into a plain page title link (with no list style), the count is set to 1 to ensure only the one (the previous) page from the category is returned.
This will select the article '''before''' the [[Chocolate Cake]] article in [[:Category:Dessert examples]]. The <code>{{DPL|format}}</code> statement formats the output into a plain page title link (with no list style), the count is set to 1 to ensure only the one (the previous) page from the category is returned.


<pre>
<pre>

Latest revision as of 22:41, 31 March 2023

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 select the article before the Chocolate Cake article in Category:Dessert examples. The format statement formats the output into a plain page title link (with no list style), the count is set to 1 to ensure only the one (the previous) page from the category is returned.

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

Result

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