|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| Hmm, not much to say about myself right now.
| |
|
| |
|
| ----
| |
|
| |
| Navigation demo:
| |
|
| |
| Use this kind of code at the start of a volume:
| |
|
| |
| <nowiki>{{NavigationForwardBack|volume=Volume1|next=Chapter1}}</nowiki>
| |
|
| |
| Which yields:
| |
| {{NavigationForwardBack|volume=Volume1|next=Chapter1}}
| |
|
| |
|
| |
| Use this in the middle of a volume:
| |
|
| |
| <nowiki>{{NavigationForwardBack|volume=Volume1|previous=Chapter2|next=Chapter4}}</nowiki>
| |
|
| |
| Which yields:
| |
| {{NavigationForwardBack|volume=Volume1|previous=Chapter2|next=Chapter4}}
| |
|
| |
|
| |
| And finally, use this code at the end of a volume:
| |
|
| |
| <nowiki>{{NavigationForwardBack|volume=Volume1|previous=Author's Notes}}</nowiki>
| |
|
| |
| It yields:
| |
| {{NavigationForwardBack|volume=Volume1|previous=Author's Notes|}}
| |
|
| |
|
| |
| I'm not especially attached to the styling of the links, but I hope people like the template magic. I may try later working on a version that will automatically discover the previous and next page based on just a single argument.
| |