View source for Module:Symphogear/data

Jump to: navigation, search

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: editor.


You can view and copy the source of this page.

symphogear = {}
-- used as the base name for all Symphogear seasons
symphogear.baseNameJP = ""
symphogear.baseNameLocal = "Senki Zesshou Symphogear"
-- important to keep track of number of seasons for more informative errors
symphogear.seasonCount = 5
symphogear.seasonsJP = {symphogear.baseNameJP, symphogear.baseNameJP.."G", symphogear.baseNameJP.."GX", symphogear.baseNameJP.."AXZ", symphogear.baseNameJP.."XV"}
symphogear.seasonsLocal = {symphogear.baseNameLocal, symphogear.baseNameLocal.." G", symphogear.baseNameLocal.." GX", symphogear.baseNameLocal.." AXZ", symphogear.baseNameLocal.." XV"}
-- likewise keep counts updated as updating shit
symphogear.seasonsWithEpisodes = 5
symphogear.episodeCounts = {13, 13, 13, 13, 13}
-- episode titles, lists are per season, episodes are in order
symphogear.episodesJP = {
{"", "", "", "", "", "", "", "", "", "", "穿", "", "――"},
{"", "", "", "", "", "――", "", "…", "", "", "", "", ""},
{"", "――", "", "", "Edge Works", "", "", "", "", "", "", "", ""},
{"", "", "", "", "", "", "ARCANA No.00", "", "", "", "", "", ""},
הההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Template used on this page:

Return to Module:Symphogear/data.