Template:ChapterNavigation: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
{{#if:{{{prevurl|}}}| | {{#if:{{{prevurl|}}}| | ||
<td class="cn-prev"> | <td class="cn-prev"> | ||
<span class="cn-arrow cn-arrow-prev">[[{{{prevurl}}}|←]]</span> | |||
</td> | </td> | ||
| | | | ||
| Line 16: | Line 16: | ||
{{#if:{{{nexturl|}}}| | {{#if:{{{nexturl|}}}| | ||
<td class="cn-next"> | <td class="cn-next"> | ||
<span class="cn-arrow cn-arrow-next">[[{{{nexturl}}}|→]]</span> | |||
</td> | </td> | ||
| | | | ||
Revision as of 07:58, 22 May 2026
|
[[File:{{{cover}}}|48px|link={{{reporturl}}}]]
Report
[[{{{reporturl}}}|{{{reporttitle}}}]]
|
Usage
Standard chapter (both prev and next):
{{ChapterNav
| cover = Test-wgI.jpg
| reporturl = IPCC:AR6/WGI
| reporttitle = Annual Climate Assessment 2023
| prevurl = IPCC:AR6/WGI/Chapter2
| nexturl = IPCC:AR6/WGI/Chapter4
}}
First chapter (omit prevurl):
{{ChapterNav
| cover = Test-wgI.jpg
| reporturl = IPCC:AR6/WGI
| reporttitle = Annual Climate Assessment 2023
| nexturl = IPCC:AR6/WGI/Chapter2
}}
Last chapter (omit nexturl):
{{ChapterNav
| cover = Test-wgI.jpg
| reporturl = IPCC:AR6/WGI
| reporttitle = Annual Climate Assessment 2023
| prevurl = IPCC:AR6/WGI/Chapter3
}}