Difference between revisions of "Template talk:Suzumiya navigation box"

From Baka-Tsuki
Jump to navigation Jump to search
Line 52: Line 52:
   
   
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)

Revision as of 22:36, 15 August 2006

yo.

This is how the template works :

normal usage

{{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

{{Suzumiya navigation box
|volumeNumber=1
|noPreviousChapter= - 
|nextChapter=Chapter2
}}

will show

-
Return to Main Page Forward to Chapter2

when there is no next chapter

{{Suzumiya navigation box
|volumeNumber=1
|previousChapter=Chapter6
|noNextChapter= - 
}}

will show

-
Return to Main Page Back to Chapter6
this could be cleaner if "display:none;" 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. DarkoNekotalk 13:22, 15 August 2006 (PDT)