Template:Next-dpl: Difference between revisions
No edit summary |
No edit summary |
||
| (12 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>{{ | <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:{{ | |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.