Difference between revisions of "Template:Chapter navigation"
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" style="margin-left:auto;margin-right:auto;width:50%;" ! Previous Chapter ! Next Chapter |- | {{{previous}}} | {{{next}}} |} <noinclude> <templatedata> {...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
! Next Chapter | ! Next Chapter | ||
|- | |- | ||
| − | | {{{previous}}} | + | | {{#if: {{{previous|}}} | {{{previous}}} | N/A }} |
| − | | {{{next}}} | + | | {{#if: {{{next|}}} | {{{next}}} | N/A }} |
|} | |} | ||
<noinclude> | <noinclude> | ||
| Line 14: | Line 14: | ||
"example": "[[Chapter:One - A Place for Demons (The Name of the Wind)]]", | "example": "[[Chapter:One - A Place for Demons (The Name of the Wind)]]", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
| − | "suggested": true | + | "suggested": true, |
| + | "default": "N/A" | ||
}, | }, | ||
"next": { | "next": { | ||
| Line 20: | Line 21: | ||
"example": "[[Chapter:Two - A Beautiful Day (The Name of the Wind)]]", | "example": "[[Chapter:Two - A Beautiful Day (The Name of the Wind)]]", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
| − | "suggested": true | + | "suggested": true, |
| + | "default": "N/A" | ||
} | } | ||
} | } | ||
Latest revision as of 20:38, 25 June 2021
| Previous Chapter | Next Chapter |
|---|---|
| N/A | N/A |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Previous Chapter | previous | no description
| Page | suggested |
| Next Chapter | next | no description
| Page | suggested |