Template:Pager: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Box |color={{#if: {{{color|}}} | {{{color}}} | yellow }} |width=100% |text= <table style="width:100%;"> <tr style="width:33%; vertical-align:middle;"> <td style="width:33%;..." |
No edit summary |
||
Line 25: | Line 25: | ||
=== Parameters === | === Parameters === | ||
; color : The color of the header. Default: <code> | ; color : The color of the header. Default: <code>blue</code>, <code>green</code>, <code>grey</code>, <code>purple</code>, <code>red</code>, <code>yellow</code> | ||
; prev : If specified, the name of the previous page. | ; prev : If specified, the name of the previous page. | ||
; next : If specified, the name of the next page. | ; next : If specified, the name of the next page. |
Revision as of 01:01, 6 November 2017
|
The {{pager}}
creates a page header to select the previous and next page.
Usage
{{Pager |color= <blue|green|grey|purple|red|yellow> |prev= |next= }}
Parameters
- color
- The color of the header. Default:
blue
,green
,grey
,purple
,red
,yellow
- prev
- If specified, the name of the previous page.
- next
- If specified, the name of the next page.
Examples
{{pager|prev=prev|next=next}}
|