Template:Chronology/doc
{{#invoke:Message box|mbox}}
Usage
Default:
{{Chronology|Series Name Abbreviation|Number of Episodes Total}}
With Tokusatsu Director Column:
{{Chronology|Series Name Abbreviation|Number of Episodes Total|td}}
Note: If you want to include Tokusatsu Director Column, then add "td" as the third parameter. Else do not enter anything for the third parameter. You must have the "td" data in your Titles page to use this.
Example
{{Chronology|Geki|49}} {{Chronology|Bouken|49}} {{Chronology|Magi|49}} {{Chronology|Mebius|50|td}} <-- Will display an additional Tokusatsu Director column.
Result
A chronology table will be automatically generated. Copy the whole thing and paste it.
Limitations
Rowspan is capped at 20. If the writer or director is the same for more than 20 episodes in a row, increase the rowspan amount manually to the desired amount.
Number of Episodes Total can support up to 110 episodes. Any episodes beyond that will not be generated.
Columns will not merge automatically (using colspan) if they're the same (eg. Director and Tokusatsu Director). You have to add the colspan yourself.
Requirements
The Titles page must be named Template:Abbreviation+Titles. For example, Template:GekiTitles, Template:BoukenTitles, Template:MagiTitles etc.
Its contents should look like this:
{{#switch: {{{1}}} |#default = <font color="red">...</font> |01 = ENGLISH TITLE |01a = {{Start date|2007|02|18}} <!--Date--> |01w = [[Writer's Name]] |01d = [[Director's Name]] |01td = [[Tokusatsu Director's Name]] <!--Optional Field--> |01j = JAPANESE TITLE |01v = 9.8% <!--Viewership Percentage--> <!--Add more entries for each episode. For example, 02, 02a, 02w, 02d, 02j, 02v, 03, 03a etc.--> }}