Template:Pagination: Difference between revisions
DansFriend (talk | contribs) (Created page with "{| class="pagination noexcerpt" cellpadding="5" cellspacing="5" width="100%" |- {{#if: {{{page1|}}} | {{!}} <center>{{{page1|}}}</center> }} {{#if: {{{page2|}}} | {{!}} <center>{{{page2}}}</center> }} {{#if: {{{page3|}}} | {{!}}<center>{{{page3}}}</center> }} {{#if: {{{page4|}}} | {{!}}<center>{{{page4}}}</center> }} |- |}") |
DansFriend (talk | contribs) No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="pagination noexcerpt"> | |||
<div class="pages"> | |||
{| cellpadding="5" cellspacing="5" | |||
|- | |- | ||
{{ | {{PaginationPages|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}} | ||
{ | |||
{ | |||
}} | |||
|- | |- | ||
|} | |} | ||
</div> | |||
</div><noinclude>{{Documentation}}</noinclude> |