Difference between revisions of "Template:Extension DPL continue"
From Project: Gorgon Wiki
(copy-over from latest version on http://semeb.com/dpldemo/index.php?title=Template:Extension_DPL_continue) |
m (changed urlencode) |
||
Line 3: | Line 3: | ||
-->{{#ifeq:dn{{{pages|0}}}|{{{dir|?}}}{{{total|0}}}||{{#if:{{{dir|}}}| | -->{{#ifeq:dn{{{pages|0}}}|{{{dir|?}}}{{{total|0}}}||{{#if:{{{dir|}}}| | ||
− | <span class="plainlinks" style="padding-right: 24px;">[{{fullurl:{{{page}}}}} start]</span><span class="plainlinks" style="padding-right: 24px; font-weight: bold">[{{fullurl:{{{page}}}|DPL_scrollDir=dn&DPL_count={{{count|}}}&DPL_toTitle={{ | + | <span class="plainlinks" style="padding-right: 24px;">[{{fullurl:{{{page}}}}} start]</span><span class="plainlinks" style="padding-right: 24px; font-weight: bold">[{{fullurl:{{{page}}}|DPL_scrollDir=dn&DPL_count={{{count|}}}&DPL_toTitle={{urlencode:{{{firsttitle|~}}}}} back]</span>|}}|<span style="padding-right: 24px;">start</span><span style="padding-right: 24px;">back</span>}}}}<!-- |
-->{{#ifeq:up{{{pages|0}}}|{{{dir|?}}}{{{total|0}}}|<span style="padding-right: 24px;">next</span>| | -->{{#ifeq:up{{{pages|0}}}|{{{dir|?}}}{{{total|0}}}|<span style="padding-right: 24px;">next</span>| | ||
− | <span class="plainlinks" style="padding-right: 24px; font-weight: bold">[{{fullurl:{{{page}}}|DPL_scrollDir=up&DPL_count={{{count|}}}&DPL_fromTitle={{ | + | <span class="plainlinks" style="padding-right: 24px; font-weight: bold">[{{fullurl:{{{page}}}|DPL_scrollDir=up&DPL_count={{{count|}}}&DPL_fromTitle={{urlencode:{{{lasttitle|~}}}}}}} next]</span>}}<!-- |
-->({{{pages|0}}} listed{{#ifexpr:{{{total|0}}} > {{{pages|0}}} | / {{#expr:{{{total|0}}}-{{{pages|0}}}}} left}}) | -->({{{pages|0}}} listed{{#ifexpr:{{{total|0}}} > {{{pages|0}}} | / {{#expr:{{{total|0}}}-{{{pages|0}}}}} left}}) | ||
</td></tr></table></includeonly> | </td></tr></table></includeonly> |
Revision as of 10:01, 12 April 2016
Template to continue a query at a certain title; expects scroll direction and first / last page of previous query.
Note: MW 1.14+ uses {{urlencode:}}
instead of {{#urlencode:}}
.