Category:BT-17310

From Baka-Tsuki
Revision as of 18:45, 25 April 2014 by Cloudii (talk | contribs)
Jump to navigation Jump to search

Little proof of concept for what could be done to help API. In short, there'd be a category for each BT project which is essentially the PageID of the main overview page. Then, we'd place a manual sort key to maintain order regardless of how weird the chapter names are.

I'm imagining a future where all we'd need to do is put this on the bottom of every page (hopefully combine this with AAkira's Template:SimpleNav):

Vol1 Prologue:

{{SimpleNav
next=Chapter 1 
sort=01-00
}}

Vol1 Chapter 1:

{{SimpleNav
prev=Prologue
next=Chapter 2 
sort=01-01
}}

Vol1 Interlude 1:

{{SimpleNav
prev=Chapter 1
next=Chapter 3 
sort=01-02
}}

Vol1 Chapter 2:

{{SimpleNav
prev=Interlude 1
next=Epilogue 
sort=01-03
}}

Vol1 Epilogue:

{{SimpleNav
prev=Chapter 2 
sort=01-04
}}

As for the current pages that don't do this, it's easy enough to just cycle through the pages and add the forced sort-key to the bottom of each page with a bot (within noincludes). It might work?