View source for Module:Symphogear

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.

local 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 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 = 4
symphogear.episodeCounts = {13, 13, 13, 13}
-- episode titles, lists are per season, episodes are in order
symphogear.episodesJP = {
{"", "", "", "", "", "", "", "", "", "", "穿", "", "――"},
{"", "", "", "", "", "――", "", "…", "", "", "", "", ""},
{"", "Edge Works", "", "", "", "", "", "", "", ""},
{"", "", "", "", "", "", "ARCANA No.00", "", "", "", "", "", ""}
}
symphogear.episodesLocal = {
{"Beat of Awakening", "Noise and Disharmony", "Passing in the Night", "Shedding Tears", "From the Bottom of a Dark Abyss", "Where Omens Lead", "Toward the Fate that Never Stops Assailing Us", "The Sunshine Leaves no Shadows", "The Song of a Sentinel", "That Which Our Clasped Hands Bind", "Pierce the Moon", "Symphogear", "Meteoroid— Falling, Burning, and Disappear, Then..."},
{"The Gungnir Girl", "A Fierce, False Heart", "Those Who Crave the End, Those Who Brave the End", "The Place I Call Home", "Bloodstained Serenade", "Miracles are a Cruel Legacy", "To You, Soon Unable To Be Yourself", "Hold my Hand... Lest I Hesitate.", "Hero Story", "Countdown to the Fall", "Destiny Ark", "Piercing Spear", "In the distance, that day, when the star became music..."},
הההההההההההההההההההההההההההההההההההההההההההההההההה
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.