Template:Hoofdstuk Navigatie: Difference between revisions
Appearance
NL versie navigatie template |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<h2>Navigeer</h2> | |||
'''[[{{{back}}}]]''' ᐊ vorig/volgend ᐅ '''[[{{{normal}}}]]''' | |||
{{#if:{{{alternative|}}}| Aangepaste volgorde: | |||
{{ | '''[[{{{altback}}}]]''' ᐊ vorig/volgend ᐅ '''[[{{{alternative}}}]]''' | }} | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 15: | Line 16: | ||
"description": "Input the title of the next chapter to read in normal order" | "description": "Input the title of the next chapter to read in normal order" | ||
}, | }, | ||
"alternative": { | "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", | "label": "Next Chapter in alternative order", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"description": "Input the title of the next chapter to read in alternative order" | "description": "Input the title of the next chapter to read 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" | |||
} | } | ||
} | } | ||
Latest revision as of 18:25, 2 September 2024
[[{{{back}}}]] ᐊ vorig/volgend ᐅ [[{{{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 to read 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 to read 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 |