Template:Chapter Navigation: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Manual revert |
||
| (31 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<h2>Continue Reading</h2> | |||
'''[[{{{back}}}]]''' ᐊ previous/next ᐅ '''[[{{{normal}}}]]''' | |||
{{#if:{{{alternative|}}}| In alternative order: | |||
'''[[{{{altback}}}]]''' ᐊ previous/next ᐅ '''[[{{{alternative}}}]]''' | }} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 9: | Line 11: | ||
"params": { | "params": { | ||
"normal": { | "normal": { | ||
"label": "Next | "label": "Next chapter in normal order", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true, | "required": true, | ||
"description": "Input the title of the next chapter | "description": "Input the title of the next chapter in normal order" | ||
}, | |||
"back": { | |||
"label": "Previous chapter in normal order", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"description": "Input the title of the previous chapter in normal order" | |||
}, | }, | ||
"alternative": { | "alternative": { | ||
"label": "Next | "label": "Next chapter in alternative order", | ||
"type": "wiki-page-name", | |||
"description": "Input the title of the next chapter in alternative order" | |||
}, | |||
"altback": { | |||
"label": "Previous chapter in alternative order", | |||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"description": "Input the title of the | "description": "Input the title of the previous chapter in alternative order" | ||
} | } | ||
} | } | ||
Latest revision as of 07:42, 2 June 2024
Continue Reading
[[{{{back}}}]] ᐊ previous/next ᐅ [[{{{normal}}}]]
This template is used to Insert chapter navigation for normal and alternative reading order.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Next chapter in normal order | normal | Input the title of the next chapter in normal order | Page name | required |
| Previous chapter in normal order | back | Input the title of the previous chapter in normal order | Page name | required |
| Next chapter in alternative order | alternative | Input the title of the next chapter in alternative order | Page name | optional |
| Previous chapter in alternative order | altback | Input the title of the previous chapter in alternative order | Page name | optional |