Difference between revisions of "Template:PageFlipper"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 1: | Line 1: | ||
− | <includeonly><div class="pageflipper"><div class="prev">{{#if:{{{prev|}}} | '''[[{{{prev}}}|←]]'''<br />[[{{{prev}}}]] | '''←'''<br />- }}</div><div class="next">{{#if:{{{next|}}} | '''[[{{{next}}}|→]]'''<br />[[{{{next}}}]] | '''→'''<br />- }}</div></div></includeonly><noinclude> | + | <includeonly><div class="pageflipper"><div class="prev">{{#if:{{{prev|{{#expr:{{SUBPAGENAME}}-1}}}}} | '''[[{{{prev}}}|←]]'''<br />[[{{{prev}}}]] | '''←'''<br />- }}</div><div class="next">{{#if:{{{next|{{#expr:{{SUBPAGENAME}}+1}}}}} | '''[[{{{next}}}|→]]'''<br />[[{{{next}}}]] | '''→'''<br />- }}</div></div></includeonly><noinclude> |
Use this template to place next and previous links on a page. | Use this template to place next and previous links on a page. | ||
Line 5: | Line 5: | ||
<pre> | <pre> | ||
− | {{ | + | {{PageFlipper |
− | | | + | | prev = |
− | | | + | | next = |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}}</pre> | }}</pre> | ||
[[Category:Templates]] | [[Category:Templates]] |
Revision as of 11:32, 22 April 2010
Use this template to place next and previous links on a page.
Usage
{{PageFlipper | prev = | next = }}