Difference between revisions of "User:BlckKnght"
Jump to navigation
Jump to search
m (typofix) |
m (Blanked the page) |
||
(One intermediate revision 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. |
||
− | |||
− | ---- |
||
− | |||
− | Update: I've created a new fully automatic navigation box, [[Template:AutoNavBox]]. Currently it should work from each chapter of volume 1, and I set it to treat this page as if it was chapter 5. Here's a demo: |
||
− | |||
− | The code: <nowiki>{{AutoNavBox}}</nowiki> |
||
− | |||
− | The result: |
||
− | {{AutoNavBox}} |
||
− | |||
− | The current version of this may be rather hard on the server, so I'm not going to start putting it into the real pages yet. I have an idea that should improve things a lot that I'll get to work on in an hour or two. |
||
− | |||
− | --20:56, 18 May 2006 (PDT) |
||
− | |||
− | Ok, the further improved version is done. It should work for all pages in Volume 1. To add additional pages, edit [[Template:Volume]] to specify what volume the page is in, [[Template:Next Page]] to say what comes next and [[Template:Previous Page]] to specify what comes before. Leave out of the previous or next templates pages that do not have anything before or after them, respectively (such as the first and last chapters of a volume). |
||
− | |||
− | --21:35, 18 May 2006 (PDT) |