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"' },
["the fix"] = { 'Episode', "The Fix", 'Chapter Thirteen', '"The Fix"' },
-- S01E14 - Chapter Fourteen: Distractions
["1.14"] = { 'Episode', "Distractions", 'Chapter Fourteen', '"Distractions"' },
["114"] = { 'Episode', "Distractions", 'Chapter Fourteen', '"Distractions"' },
["1x14"] = { 'Episode', "Distractions", 'Chapter Fourteen', '"Distractions"' },
["s01e14"] = { 'Episode', "Distractions", 'Chapter Fourteen', '"Distractions"' },
["distractions"] = { 'Episode', "Distractions", 'Chapter Fourteen', '"Distractions"' },
-- S01E15 - Chapter Fifteen: Run!
["1.15"] = { 'Episode', "Run!", 'Chapter Fifteen', '"Run!"' },
["115"] = { 'Episode', "Run!", 'Chapter Fifteen', '"Run!"' },
["1x15"] = { 'Episode', "Run!", 'Chapter Fifteen', '"Run!"' },
["s01e15"] = { 'Episode', "Run!", 'Chapter Fifteen', '"Run!"' },
["run"] = { 'Episode', "Run!", 'Chapter Fifteen', '"Run!"' },
["run!"] = { 'Episode', "Run!", 'Chapter Fifteen', '"Run!"' },
-- S01E16 - Chapter Sixteen: Unexpected
["1.16"] = { 'Episode', "Unexpected", 'Chapter Sixteen', '"Unexpected"' },
["116"] = { 'Episode', "Unexpected", 'Chapter Sixteen', '"Unexpected"' },
["1x16"] = { 'Episode', "Unexpected", 'Chapter Sixteen', '"Unexpected"' },
["s01e16"] = { 'Episode', "Unexpected", 'Chapter Sixteen', '"Unexpected"' },
["unexpected"] = { 'Episode', "Unexpected", 'Chapter Sixteen', '"Unexpected"' },
-- S01E17 - Chapter Seventeen: Company Man
["1.17"] = { 'Episode', "Company Man", 'Chapter Seventeen', '"Company Man"' },
["117"] = { 'Episode', "Company Man", 'Chapter Seventeen', '"Company Man"' },
["1x17"] = { 'Episode', "Company Man", 'Chapter Seventeen', '"Company Man"' },
["s01e17"] = { 'Episode', "Company Man", 'Chapter Seventeen', '"Company Man"' },
["company man"] = { 'Episode', "Company Man", 'Chapter Seventeen', '"Company Man"' },
-- S01E18 - Chapteur Eighteen: Parasite
["1.18"] = { 'Episode', "Parasite", 'Chapter Eighteen', '"Parasite"' },
["118"] = { 'Episode', "Parasite", 'Chapter Eighteen', '"Parasite"' },
["1x18"] = { 'Episode', "Parasite", 'Chapter Eighteen', '"Parasite"' },
["s01e18"] = { 'Episode', "Parasite", 'Chapter Eighteen', '"Parasite"' },
["parasite"] = { 'Episode', "Parasite", 'Chapter Eighteen', '"Parasite"' },
-- S01E19 - Chapter Nineteen: .07%
["1.19"] = { 'Episode', ".07%", 'Chapter Nineteen', '".07%"' },
["119"] = { 'Episode', ".07%", 'Chapter Nineteen', '".07%"' },
["1x19"] = { 'Episode', ".07%", 'Chapter Nineteen', '".07%"' },
["s01e19"] = { 'Episode', ".07%", 'Chapter Nineteen', '".07%"' },
[".07%"] = { 'Episode', ".07%", 'Chapter Nineteen', '".07%"' },
-- S01E20 - Chapter Twenty: Five Years Gone
["1.20"] = { 'Episode', "Five Years Gone", 'Chapter Twenty', '"Five Years Gone"' },
["120"] = { 'Episode', "Five Years Gone", 'Chapter Twenty', '"Five Years Gone"' },
["1x20"] = { 'Episode', "Five Years Gone", 'Chapter Twenty', '"Five Years Gone"' },
["s01e20"] = { 'Episode', "Five Years Gone", 'Chapter Twenty', '"Five Years Gone"' },
["five years gone"] = { 'Episode', "Five Years Gone", 'Chapter Twenty', '"Five Years Gone"' },
-- S01E21 - Chapter Twenty-One: The Hard Part
["1.21"] = { 'Episode', "The Hard Part", 'Chapter Twenty-One', '"The Hard Part"' },
["121"] = { 'Episode', "The Hard Part", 'Chapter Twenty-One', '"The Hard Part"' },
["1x21"] = { 'Episode', "The Hard Part", 'Chapter Twenty-One', '"The Hard Part"' },
["s01e21"] = { 'Episode', "The Hard Part", 'Chapter Twenty-One', '"The Hard Part"' },
["the hard part"] = { 'Episode', "The Hard Part", 'Chapter Twenty-One', '"The Hard Part"' },
-- S01E22 - Chapter Twenty-Two: Landslide
["1.22"] = { 'Episode', "Landslide", 'Chapter Twenty-Two', '"Landslide"' },
["122"] = { 'Episode', "Landslide", 'Chapter Twenty-Two', '"Landslide"' },
["1x22"] = { 'Episode', "Landslide", 'Chapter Twenty-Two', '"Landslide"' },
["s01e22"] = { 'Episode', "Landslide", 'Chapter Twenty-Two', '"Landslide"' },
["landslide"] = { 'Episode', "Landslide", 'Chapter Twenty-Two', '"Landslide"' },
-- S01E23 - Chapter Twenty-Three: How to Stop an Exploding Man
["1.23"] = { 'Episode', "How to Stop an Exploding Man", 'Chapter Twenty-Three', '"How to Stop an Exploding Man"' },
["123"] = { 'Episode', "How to Stop an Exploding Man", 'Chapter Twenty-Three', '"How to Stop an Exploding Man"' },
["1x23"] = { 'Episode', "How to Stop an Exploding Man", 'Chapter Twenty-Three', '"How to Stop an Exploding Man"' },
["s01e23"] = { 'Episode', "How to Stop an Exploding Man", 'Chapter Twenty-Three', '"How to Stop an Exploding Man"' },
["how to stop an exploding man"] = { 'Episode', "How to Stop an Exploding Man", 'Chapter Twenty-Three', '"How to Stop an Exploding Man"' },
-- Heroes Season 2
--
-- Volume Two: Generations
--
-- S02E01 - Chapter One: Four Months Later
["2.01"] = { 'Episode', "Four Months Later", 'Chapter One', '"Four Months Later"' },
["201"] = { 'Episode', "Four Months Later", 'Chapter One', '"Four Months Later"' },
["2x01"] = { 'Episode', "Four Months Later", 'Chapter One', '"Four Months Later"' },
["s02e01"] = { 'Episode', "Four Months Later", 'Chapter One', '"Four Months Later"' },
["four months later"] = { 'Episode', "Four Months Later", 'Chapter One', '"Four Months Later"' },
-- S02E02 - Chapter Two: Lizards
["2.02"] = { 'Episode', "Lizards", 'Chapter Two', '"Lizards"' },
["202"] = { 'Episode', "Lizards", 'Chapter Two', '"Lizards"' },
["2x02"] = { 'Episode', "Lizards", 'Chapter Two', '"Lizards"' },
["s02e02"] = { 'Episode', "Lizards", 'Chapter Two', '"Lizards"' },
["lizards"] = { 'Episode', "Lizards", 'Chapter Two', '"Lizards"' },
-- S02E03 - Chapter Three: Kindred
["2.03"] = { 'Episode', "Kindred", 'Chapter Three', '"Kindred"' },
["203"] = { 'Episode', "Kindred", 'Chapter Three', '"Kindred"' },
["2x03"] = { 'Episode', "Kindred", 'Chapter Three', '"Kindred"' },
["s02e03"] = { 'Episode', "Kindred", 'Chapter Three', '"Kindred"' },
["kindred"] = { 'Episode', "Kindred", 'Chapter Three', '"Kindred"' },
-- S02E04 - Chapter Four: The Kindness of Strangers
["2.04"] = { 'Episode', "The Kindness of Strangers", 'Chapter Four', '"The Kindness of Strangers"' },
["204"] = { 'Episode', "The Kindness of Strangers", 'Chapter Four', '"The Kindness of Strangers"' },
["2x04"] = { 'Episode', "The Kindness of Strangers", 'Chapter Four', '"The Kindness of Strangers"' },
["s02e04"] = { 'Episode', "The Kindness of Strangers", 'Chapter Four', '"The Kindness of Strangers"' },
["the kindness of strangers"] = { 'Episode', "The Kindness of Strangers", 'Chapter Four', '"The Kindness of Strangers"' },
-- S02E05 - Chapter Five: Fight or Flight
["2.05"] = { 'Episode', "Fight or Flight", 'Chapter Five', '"Fight or Flight"' },
["205"] = { 'Episode', "Fight or Flight", 'Chapter Five', '"Fight or Flight"' },
["2x05"] = { 'Episode', "Fight or Flight", 'Chapter Five', '"Fight or Flight"' },
["s02e05"] = { 'Episode', "Fight or Flight", 'Chapter Five', '"Fight or Flight"' },
["fight or flight"] = { 'Episode', "Fight or Flight", 'Chapter Five', '"Fight or Flight"' },
-- S02E06 - Chapter Six: The Line
["2.06"] = { 'Episode', "The Line", 'Chapter Six', '"The Line"' },
["206"] = { 'Episode', "The Line", 'Chapter Six', '"The Line"' },
["2x06"] = { 'Episode', "The Line", 'Chapter Six', '"The Line"' },
["s02e06"] = { 'Episode', "The Line", 'Chapter Six', '"The Line"' },
["the line"] = { 'Episode', "The Line", 'Chapter Six', '"The Line"' },
-- S02E07 - Chapter Seven: Out of Time
["2.07"] = { 'Episode', "Out of Time", 'Chapter Seven', '"Out of Time"' },
["207"] = { 'Episode', "Out of Time", 'Chapter Seven', '"Out of Time"' },
["2x07"] = { 'Episode', "Out of Time", 'Chapter Seven', '"Out of Time"' },
["s02e07"] = { 'Episode', "Out of Time", 'Chapter Seven', '"Out of Time"' },
["out of time"] = { 'Episode', "Out of Time", 'Chapter Seven', '"Out of Time"' },
-- S02E08 - Chapter Eight: Four Months Ago
["2.08"] = { 'Episode', "Four Months Ago", 'Chapter Eight', '"Four Months Ago"' },
["208"] = { 'Episode', "Four Months Ago", 'Chapter Eight', '"Four Months Ago"' },
["2x08"] = { 'Episode', "Four Months Ago", 'Chapter Eight', '"Four Months Ago"' },
["s02e08"] = { 'Episode', "Four Months Ago", 'Chapter Eight', '"Four Months Ago"' },
["four months ago"] = { 'Episode', "Four Months Ago", 'Chapter Eight', '"Four Months Ago"' },
-- S02E09 - Chapter Nine: Cautionary Tales
["2.09"] = { 'Episode', "Cautionary Tales", 'Chapter Nine', '"Cautionary Tales"' },
["209"] = { 'Episode', "Cautionary Tales", 'Chapter Nine', '"Cautionary Tales"' },
["2x09"] = { 'Episode', "Cautionary Tales", 'Chapter Nine', '"Cautionary Tales"' },
["s02e09"] = { 'Episode', "Cautionary Tales", 'Chapter Nine', '"Cautionary Tales"' },
["cautionary tales"] = { 'Episode', "Cautionary Tales", 'Chapter Nine', '"Cautionary Tales"' },
-- S02E10 - Chapter Ten: Truth & Consequences
["2.10"] = { 'Episode', "Truth & Consequences", 'Chapter Ten', '"Truth & Consequences"' },
["210"] = { 'Episode', "Truth & Consequences", 'Chapter Ten', '"Truth & Consequences"' },
["2x10"] = { 'Episode', "Truth & Consequences", 'Chapter Ten', '"Truth & Consequences"' },
["s02e10"] = { 'Episode', "Truth & Consequences", 'Chapter Ten', '"Truth & Consequences"' },
["truth & consequences"] = { 'Episode', "Truth & Consequences", 'Chapter Ten', '"Truth & Consequences"' },
-- S02E11 - Chapter Eleven: Powerless
["2.11"] = { 'Episode', "Powerless", 'Chapter Eleven', '"Powerless"' },
["211"] = { 'Episode', "Powerless", 'Chapter Eleven', '"Powerless"' },
["2x11"] = { 'Episode', "Powerless", 'Chapter Eleven', '"Powerless"' },
["s02e11"] = { 'Episode', "Powerless", 'Chapter Eleven', '"Powerless"' },
["powerless"] = { 'Episode', "Powerless", 'Chapter Eleven', '"Powerless"' },
}