Teste l'état actuel de la pagination et ne traite le code sous-jacent que si la condition définie par les attributs est vérifiée.
Cet attribut teste si la page courante est ou n'est pas la première 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.