m (Attempt to fix float-ing span overflowing parent bbox) |
m (Add TemplateData) |
||
Line 2: | Line 2: | ||
|}}{{#if:{{{2}}}|{{float right|{{float right|next {{{3|}}} →}}<br/>[[{{{2}}}]]<br/>}}<br clear="all" /> | |}}{{#if:{{{2}}}|{{float right|{{float right|next {{{3|}}} →}}<br/>[[{{{2}}}]]<br/>}}<br clear="all" /> | ||
|}}</includeonly></onlyinclude> | |}}</includeonly></onlyinclude> | ||
Base for {{t|prevnext appearance}} and {{t|prevnext of type}}. | Base for {{t|prevnext appearance}} and {{t|prevnext of type}}. | ||
{{TemplateData preamble}}<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Previous Page", | |||
"description": "if empty, not shown", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Next Page", | |||
"description": "if empty, not shown", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"3": { | |||
"label": "Extra Label Text", | |||
"description": "appended to the \"prev\" and \"next\" labels", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> |
Revision as of 20:34, 30 October 2023
Base for {{prevnext appearance}} and {{prevnext of type}}.
The below documentation is automatically generated from JSON. It can be changed by editing this page, but note that it's only the documentation (for the visual editor)—the actual template part must also be edited, manually.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Previous Page | 1 | if empty, not shown | Page name | required |
Next Page | 2 | if empty, not shown | Page name | required |
Extra Label Text | 3 | appended to the "prev" and "next" labels | String | optional |