Template:Next
Appearance
Creates next navigation between items in a specified category. Is written to be embedded in another template to style as a navigation bar, and automatically generate next page links from whatever the current {{PAGENAME}} is.
Examples
[edit source]{{next|category=Fruit examples}}
Result:
Notes
[edit source]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.