Template:Chapter Navigation: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<templatedata> | <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 to read in normal order" | |||
}, | |||
"alternative": { | |||
"label": "Next Chapter in Alternative order", | |||
"type": "wiki-page-name", | |||
"description": "Input the title of the next chapter to read in alternative order" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
==Continue Reading== | ==Continue Reading== | ||
>>> [[{{{normal}}}]] | >>> [[{{{normal}}}]] {{#if:alternative |- Alternative Order: [[{{{alternative}}}]]|}} | ||
Revision as of 00:38, 17 July 2022
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 to read in normal order | Page name | required |
| Next Chapter in Alternative order | alternative | Input the title of the next chapter to read in alternative order | Page name | optional |
Continue Reading
>>> [[{{{normal}}}]] - Alternative Order: [[{{{alternative}}}]]