Template:Previous: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
(Forgot alt text in case commons image is renamed/moved)
Line 8: Line 8:
|order=descending
|order=descending
|count=1
|count=1
|format=,<div style="text-align:left;">[[File:Double arrow left.png|25px|link=%PAGE%]] [[%PAGE%|%TITLE%]]</div>,
|format=,<div style="text-align:left;">[[File:Double arrow left.png|25px|link=%PAGE%|alt=<]] [[%PAGE%|%TITLE%]]</div>,
|debug={{{debug|0}}}
|debug={{{debug|0}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>

Revision as of 22:34, 1 October 2022

Creates previous navigation between items in a specified category. Is written to be embedded in another template to style as a navigation bar, and automatically generate previous page links from whatever the current {{PAGENAME}} is.

Examples

{{previous|category=Fruit examples}}

Result: {{#dpl: |category=Fruit examples |notcategory= |namespace=Main |titlelt=Previous |mode=inline |ordermethod=sortkey |order=descending |count=1

|format=,

,

|debug=0 }}

Notes

The #titleparts section of the ParserFunctions page explains that Magic Words like {{PAGENAME}} occasionally return strings as needlessly HTML-encoded, this formerly caused DPL3 to not return results when page names contain ' and other special characters. Use of {{#titleparts:{{PAGENAME}}}} HTML-decodes, converting it to plain text.

See also