Template:Next-dpl: Difference between revisions

From Gulf States Flood Help
Created page with "<noinclude>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 <code><nowiki>{{PAGENAME}}</nowiki></code> is.</noinclude><includeonly>{{#dpl: |debug={{{debug|0}}} |category={{{category|}}} |notcategory={{{notcategory|}}} |namespace={{{namespace|Main}}} |titlegt={{#titleparts:{{PAGENAME}}}} |mode=inline |ordermethod=ti..."
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>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 <code><nowiki>{{PAGENAME}}</nowiki></code> is.</noinclude><includeonly>{{#dpl:
<noinclude>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 <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}}}
|titlegt={{#titleparts:{{PAGENAME}}}}
|titlegt     = {{#titleparts:{{PAGENAME}}}}
|mode=inline
|replaceintitle = {{{replace|}}}
|ordermethod=title
|mode       = inline
|order=ascending
|ordermethod = title
|count=1
|order       = ascending
|format=,<div style="text-align:right;">[[%PAGE%|%TITLE%]] [[File:Double arrow.png|25px|link=%PAGE%|alt=>]]</div>,
|count       = 1
|format     = ,<div style="text-align:right;">[[%PAGE%|%TITLE%]] [[File:Double arrow.png|25px|link=%PAGE%|alt=>]]</div>,
}}</includeonly>
}}</includeonly>

Latest revision as of 14:23, 27 December 2024

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