模版:DPL4翻页:修订间差异
来自失传媒体中文维基
更多语言
更多操作
| 第1行: | 第1行: | ||
<includeonly> | <includeonly> | ||
{{#ifexpr: {{{offset|0}}} > 0 | {{#ifexpr: {{{offset|0}}} > 0 | [{{fullurl:{{FULLPAGENAME}}|offset={{#expr: {{{offset}}} - {{{count}}} }}} 上一页] }} | ||
{{#ifexpr: {{{offset|0}}} + {{{count}}} < {{{total}}} | {{#ifexpr: {{{offset|0}}} + {{{count}}} < {{{total}}} | [{{fullurl:{{FULLPAGENAME}}|offset={{#expr: {{{offset}}} + {{{count}}} }}} 下一页] }} | ||
</includeonly> | </includeonly> | ||