{{tpl:PaginationURL}}

Inserts a link to a a pagination URL, current, next or previous depending in the current context.

Attributes

offset

This facultative attribute defines the direction and the value of the desired offset. If not defined, then the URL is that of the current page.

  • offset="1" → URL to next page
  • offset="-1" → URL to previous page

Example

<a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; {{tpl:lang previous entries}}</a>

Wiki powered by Dokuwiki.