Template:Chapter Navigation: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Manual revert |
||
| (69 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> | |||
<templatedata> | |||
{ | |||
"description": "This template is used to Insert chapter navigation for normal and alternative reading order.", | |||
"params": { | |||
"normal": { | |||
"label": "Next chapter in normal order", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"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": { | |||
"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", | |||
"description": "Input the title of the previous chapter in alternative order" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
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 |