Module:Episode/data
Appearance
--[[
This module will use its input to have the full link for an episode or a film:
- 1 = Namespace (Main for the films, Episode, Graphic Novel, or Webisode)
- 2 = Link inside the wiki (episode, webisode, graphic novel or film name)
- 3 = Title as it appears on the screen with the quotes (American English standard)
]]--
return {
-- Heroes Season 1
--
-- Volume One: Genesis
--
-- S01E01 - Chapter One: Genesis
["1.01"] = { 'Episode', "Genesis", 'Chapter One', '"Genesis"' },
["101"] = { 'Episode', "Genesis", 'Chapter One', '"Genesis"' },
["1x01"] = { 'Episode', "Genesis", 'Chapter One', '"Genesis"' },
["s01e01"] = { 'Episode', "Genesis", 'Chapter One', '"Genesis"' },
["genesis"] = { 'Episode', "Genesis", 'Chapter One', '"Genesis"' },
-- S01E02 - Chapter Two: Don't Look Back
["1.02"] = { 'Episode', "Don't Look Back", 'Chapter Two', '"Don\'t Look Back"' },
["102"] = { 'Episode', "Don't Look Back", 'Chapter Two', '"Don\'t Look Back"' },
["1x02"] = { 'Episode', "Don't Look Back", 'Chapter Two', '"Don\'t Look Back"' },
["s01e02"] = { 'Episode', "Don't Look Back", 'Chapter Two', '"Don\'t Look Back"' },
["don't look back"] = { 'Episode', "Don't Look Back", 'Chapter Two', '"Don\'t Look Back"' },
-- S01E03 - Chapter Three: One Giant Leap
["1.03"] = { 'Episode', "One Giant Leap", 'Chapter Three', '"One Giant Leap"' },
["103"] = { 'Episode', "One Giant Leap", 'Chapter Three', '"One Giant Leap"' },
["1x03"] = { 'Episode', "One Giant Leap", 'Chapter Three', '"One Giant Leap"' },
["s01e03"] = { 'Episode', "One Giant Leap", 'Chapter Three', '"One Giant Leap"' },
["one giant leap"] = { 'Episode', "One Giant Leap", 'Chapter Three', '"One Giant Leap"' },
-- S01E04 - Chapter Four: Collision
["1.04"] = { 'Episode', "Collision", 'Chapter Four', '"Collision"' },
["104"] = { 'Episode', "Collision", 'Chapter Four', '"Collision"' },
["1x04"] = { 'Episode', "Collision", 'Chapter Four', '"Collision"' },
["s01e04"] = { 'Episode', "Collision", 'Chapter Four', '"Collision"' },
["collision"] = { 'Episode', "Collision", 'Chapter Four', '"Collision"' },
-- S01E05 - Chapter Five: Hiros
["1.05"] = { 'Episode', "Hiros", 'Chapter Five', '"Hiros"' },
["105"] = { 'Episode', "Hiros", 'Chapter Five', '"Hiros"' },
["1x05"] = { 'Episode', "Hiros", 'Chapter Five', '"Hiros"' },
["s01e05"] = { 'Episode', "Hiros", 'Chapter Five', '"Hiros"' },
["hiros"] = { 'Episode', "Hiros", 'Chapter Five', '"Hiros"' },
-- S01E06 - Chapteur Six: Better Halves
["1.06"] = { 'Episode', "Better Halves", 'Chapter Six', '"Better Halves"' },
["106"] = { 'Episode', "Better Halves", 'Chapter Six', '"Better Halves"' },
["1x06"] = { 'Episode', "Better Halves", 'Chapter Six', '"Better Halves"' },
["s01e06"] = { 'Episode', "Better Halves", 'Chapter Six', '"Better Halves"' },
["better halves"] = { 'Episode', "Better Halves", 'Chapter Six', '"Better Halves"' },
-- S01E07 - Chapter Seven: Nothing to Hide
["1.07"] = { 'Episode', "Nothing to Hide", 'Chapter Seven', '"Nothing to Hide"' },
["107"] = { 'Episode', "Nothing to Hide", 'Chapter Seven', '"Nothing to Hide"' },
["1x07"] = { 'Episode', "Nothing to Hide", 'Chapter Seven', '"Nothing to Hide"' },
["s01e07"] = { 'Episode', "Nothing to Hide", 'Chapter Seven', '"Nothing to Hide"' },
["nothing to hide"] = { 'Episode', "Nothing to Hide", 'Chapter Seven', '"Nothing to Hide"' },
-- S01E08 - Chapter Eight: Seven Minutes to Midnight
["1.08"] = { 'Episode', "Seven Minutes to Midnight", 'Chapter Eight', '"Seven Minutes to Midnight"' },
["108"] = { 'Episode', "Seven Minutes to Midnight", 'Chapter Eight', '"Seven Minutes to Midnight"' },
["1x08"] = { 'Episode', "Seven Minutes to Midnight", 'Chapter Eight', '"Seven Minutes to Midnight"' },
["s01e08"] = { 'Episode', "Seven Minutes to Midnight", 'Chapter Eight', '"Seven Minutes to Midnight"' },
["seven minutes to midnight"] = { 'Episode', "Seven Minutes to Midnight", 'Chapter Eight', '"Seven Minutes to Midnight"' },
-- S01E09 - Chapter Nine: Homecoming
["1.09"] = { 'Episode', "Homecoming", 'Chapter Nine', '"Homecoming"' },
["109"] = { 'Episode', "Homecoming", 'Chapter Nine', '"Homecoming"' },
["1x09"] = { 'Episode', "Homecoming", 'Chapter Nine', '"Homecoming"' },
["s01e09"] = { 'Episode', "Homecoming", 'Chapter Nine', '"Homecoming"' },
["homecoming"] = { 'Episode', "Homecoming", 'Chapter Nine', '"Homecoming"' },
-- S01E10 - Chapter Ten: Six Months Ago
["1.10"] = { 'Episode', "Six Months Ago", 'Chapter Ten', '"Six Months Ago"' },
["110"] = { 'Episode', "Six Months Ago", 'Chapter Ten', '"Six Months Ago"' },
["1x10"] = { 'Episode', "Six Months Ago", 'Chapter Ten', '"Six Months Ago"' },
["s01e10"] = { 'Episode', "Six Months Ago", 'Chapter Ten', '"Six Months Ago"' },
["six months ago"] = { 'Episode', "Six Months Ago", 'Chapter Ten', '"Six Months Ago"' },
-- S01E11 - Chapter Eleven: Fallout
["1.11"] = { 'Episode', "Fallout", 'Chapter Eleven', '"Fallout"' },
["111"] = { 'Episode', "Fallout", 'Chapter Eleven', '"Fallout"' },
["1x11"] = { 'Episode', "Fallout", 'Chapter Eleven', '"Fallout"' },
["s01e11"] = { 'Episode', "Fallout", 'Chapter Eleven', '"Fallout"' },
["fallout"] = { 'Episode', "Fallout", 'Chapter Eleven', '"Fallout"' },
-- S01E12 - Chapter Twelve: Godsend
["1.12"] = { 'Episode', "Godsend", 'Chapter Twelve', '"Godsend"' },
["112"] = { 'Episode', "Godsend", 'Chapter Twelve', '"Godsend"' },
["1x12"] = { 'Episode', "Godsend", 'Chapter Twelve', '"Godsend"' },
["s01e12"] = { 'Episode', "Godsend", 'Chapter Twelve', '"Godsend"' },
["godsend"] = { 'Episode', "Godsend", 'Chapter Twelve', '"Godsend"' },
-- S01E13 - Chapter Thirteen: The Fix
["1.13"] = { 'Episode', "The Fix", 'Chapter Thirteen', '"The Fix"' },
["113"] = { 'Episode', "The Fix", 'Chapter Thirteen', '"The Fix"' },
["1x13"] = { 'Episode', "The Fix", 'Chapter Thirteen', '"The Fix"' },
["s01e13"] = { 'Episode', "The Fix", 'Chapter Thirteen', '"The Fix"' },
["godsend"] = { 'Episode', "The Fix", 'Chapter Thirteen', '"The Fix"' },
}