Test the current state of pagination and only reads the underlying code if the condition defined by the attributes is verified.
This attribute tests if the current page is or isn't the first page.
This attribute tests of the current page is the last page. Cet attribut teste si la page courante est la dernière page.
<tpl:Pagination> <tpl:PaginationIf end="0"> <link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> </tpl:PaginationIf> <tpl:PaginationIf start="0"> <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> </tpl:PaginationIf> </tpl:Pagination>
Wiki powered by Dokuwiki.