Template:Pager
| 
 | 
The {{pager}} creates a page header to select the previous and next page.
Usage
{{Pager
 |color=    <blue|green|grey|purple|red|yellow>
 |width=
 |align=    <center|left|right>
 |prev=
 |next=
}}
Parameters
- color
- The color of the header. Default: yellow. Options:blue,green,grey,purple,red,yellow
- width
- If specified, the width of the box. It must be specified in pixels (px) or percentage (%).
- align
- If specified, the alignment of the box. Default: center. Options:center,left,right. (Only useful, if width less than 100%.)
- prev
- If specified, the name of the previous page.
- next
- If specified, the name of the next page.
Examples
{{pager|prev=prev|next=next}}
| 
 |