Template:Chapter Navigation: Difference between revisions
Appearance
No edit summary |
add option to continue with previous chapter |
||
| Line 1: | Line 1: | ||
<h2>Continue Reading</h2> | <h2>Continue Reading</h2> | ||
Next | Next chapter: '''[[{{{normal}}}]]''' | ||
{{#if:{{{alternative|}}}| | {{#if:{{{back|}}}| Previous chapter: '''[[{{{back}}}]]''' | }} | ||
{{#if:{{{alternative|}}}| Next chapter in alternative order: '''[[{{{alternative}}}]]''' | }} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 13: | Line 15: | ||
"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", | |||
"description": "Input the title of the previous chapter in normal order" | |||
}, | }, | ||
"alternative": { | "alternative": { | ||
"label": "Next Chapter in alternative order", | "label": "Next Chapter in alternative order", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"description": "Input the title of the next chapter | "description": "Input the title of the next chapter in alternative order" | ||
} | } | ||
} | } | ||
Revision as of 08:39, 22 July 2023
Continue Reading
Next chapter: [[{{{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 | optional |
| Next Chapter in alternative order | alternative | Input the title of the next chapter in alternative order | Page name | optional |