Template talk:Suzumiya navigation box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
{{Suzumiya navigation box | {{Suzumiya navigation box | ||
|volumeNumber=1 | |volumeNumber=1 | ||
|noPreviousChapter= | |noPreviousChapter= (put NO value here) | ||
|nextChapter=Chapter2 | |nextChapter=Chapter2 | ||
}}</pre> | }}</pre> | ||
Line 31: | Line 31: | ||
{{Suzumiya navigation box | {{Suzumiya navigation box | ||
|volumeNumber=1 | |volumeNumber=1 | ||
|noPreviousChapter= | |noPreviousChapter= | ||
|nextChapter=Chapter2 | |nextChapter=Chapter2 | ||
}} | }} | ||
Line 40: | Line 40: | ||
|volumeNumber=1 | |volumeNumber=1 | ||
|previousChapter=Chapter6 | |previousChapter=Chapter6 | ||
|noNextChapter= | |noNextChapter= (put NO value here) | ||
}}</pre> | }}</pre> | ||
Line 48: | Line 48: | ||
|volumeNumber=1 | |volumeNumber=1 | ||
|previousChapter=Chapter6 | |previousChapter=Chapter6 | ||
|noNextChapter= | |noNextChapter= | ||
}} | }} | ||
this could be cleaner if "display:n<!-- -->one;" wouldn't catch the spamlist attention, or if the parserFunctions extensions was installed, but well :) I've done what I could. | this could be cleaner if "display:n<!-- -->one;" wouldn't catch the spamlist attention, or if the parserFunctions extensions was installed, or if I had access to [[mediawiki:monobook.css]], but well :) I've done what I could. | ||
[[User:Darkoneko|DarkoNeko]] <small>[[User_Talk:Darkoneko|talk]]</small> 13:22, 15 August 2006 (PDT) | [[User:Darkoneko|DarkoNeko]] <small>[[User_Talk:Darkoneko|talk]]</small> 13:22, 15 August 2006 (PDT) |
Latest revision as of 20:39, 15 August 2006
yo.
This is how the template works :
normal usage[edit]
{{Suzumiya navigation box |volumeNumber=1 |previousChapter=Chapter2 |nextChapter=Chapter4 }}
will show :
Return to Main Page | Back to Chapter2 | Forward to Chapter4 |
when there is no previous chapter[edit]
{{Suzumiya navigation box |volumeNumber=1 |noPreviousChapter= (put NO value here) |nextChapter=Chapter2 }}
will show
Return to Main Page | Forward to Chapter2 |
when there is no next chapter[edit]
{{Suzumiya navigation box |volumeNumber=1 |previousChapter=Chapter6 |noNextChapter= (put NO value here) }}
will show
Return to Main Page | Back to Chapter6 |