Template:Prev-dpl: Difference between revisions

From Equinox Wiki
Created page with "<noinclude>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 <code><nowiki>{{PAGENAME}}</nowiki></code> is.</noinclude><includeonly>{{#dpl: |debug={{{debug|0}}} |category={{{category|}}} |notcategory={{{notcategory|}}} |namespace={{{namespace|Main}}} |titlelt={{#titleparts:{{PAGENAME}}}} |mode=inline |orderm..."
 
No edit summary
Line 1: Line 1:
<noinclude>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 <code><nowiki>{{PAGENAME}}</nowiki></code> is.</noinclude><includeonly>{{#dpl:
<noinclude>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 <code><nowiki>{{SUBPAGENAME}}</nowiki></code> is.</noinclude><includeonly>{{#dpl:
|debug={{{debug|0}}}
|debug={{{debug|0}}}
|category={{{category|}}}
|category={{{category|}}}
|notcategory={{{notcategory|}}}
|notcategory={{{notcategory|}}}
|namespace={{{namespace|Main}}}
|namespace={{{namespace|Main}}}
|titlelt={{#titleparts:{{PAGENAME}}}}
|titlelt={{#titleparts:{{SUBPAGENAME}}}}
|mode=inline
|mode=inline
|ordermethod=title
|ordermethod=title

Revision as of 12:45, 27 December 2024

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 {{SUBPAGENAME}} is.