Jump to content

Module:Episode/SGASeason1

From Semantic Stargate Wiki
Documentation icon Module documentation[create]
local p = {}

p.acronym = "SGA"

-- Episode list (English wiki version)

p.episodes = {
    {
        -- S01E01 - Rising, Part 1
        id          = "SGA-S01E01",
        namespace   = "Episode",
        page_title  = "Rising, Part 1",
        title_en    = "\"Rising\", Part 1",
        property    = "Rising, Part 1",
        season      = 1,
        episode     = 1,
        alias       = {
            "SGA-S01E01",
            "SGA-1x01",
            "SGA-1.01",
            "SGA-101",
            "Rising",
            "Rising, Part 1",
            "Rising Part 1",
        }
    },
    {
        -- S01E02 - Rising, Part 2
        id          = "SGA-S01E02",
        namespace   = "Episode",
        page_title  = "Rising, Part 2",
        title_en    = "\"Rising\", Part 2",
        property    = "Rising, Part 2",
        season      = 1,
        episode     = 2,
        alias       = {
            "SGA-S01E02",
            "SGA-1x02",
            "SGA-1.02",
            "SGA-102",
            "Rising, Part 2",
            "Rising Part 2",
        }
    },
    {
        -- S01E03 - Hide and Seek
        id          = "SGA-S01E03",
        namespace   = "Episode",
        page_title  = "Hide and Seek",
        title_en    = "\"Hide and Seek\"",
        property    = "Hide and Seek",
        season      = 1,
        episode     = 3,
        alias       = {
            "SGA-S01E03",
            "SGA-1x03",
            "SGA-1.03",
            "SGA-103",
            "Hide and Seek",
        }
    },
    {
        -- S01E04 - Thirty-Eight Minutes
        id          = "SGA-S01E04",
        namespace   = "Episode",
        page_title  = "Thirty-Eight Minutes",
        title_en    = "\"Thirty-Eight Minutes\"",
        property    = "Thirty-Eight Minutes",
        season      = 1,
        episode     = 4,
        alias       = {
            "SGA-S01E04",
            "SGA-1x04",
            "SGA-1.04",
            "SGA-104",
            "Thirty-Eight Minutes",
        }
    },
    {
        -- S01E05 - Suspicion
        id          = "SGA-S01E05",
        namespace   = "Episode",
        page_title  = "Suspicion",
        title_en    = "\"Suspicion\"",
        property    = "Suspicion",
        season      = 1,
        episode     = 5,
        alias       = {
            "SGA-S01E05",
            "SGA-1x05",
            "SGA-1.05",
            "SGA-105",
            "Suspicion",
        }
    },
    {
        -- S01E06 - Childhood's End
        id          = "SGA-S01E06",
        namespace   = "Episode",
        page_title  = "Childhood's End",
        title_en    = "\"Childhood's End\"",
        property    = "Childhood's End",
        season      = 1,
        episode     = 6,
        alias       = {
            "SGA-S01E06",
            "SGA-1x06",
            "SGA-1.06",
            "SGA-106",
            "Childhood's End",
        }
    },
    {
        -- S01E07 - Poisoning the Well
        id          = "SGA-S01E07",
        namespace   = "Episode",
        page_title  = "Poisoning the Well",
        title_en    = "\"Poisoning the Well\"",
        property    = "Poisoning the Well",
        season      = 1,
        episode     = 7,
        alias       = {
            "SGA-S01E07",
            "SGA-1x07",
            "SGA-1.07",
            "SGA-107",
            "Poisoning the Well",
        }
    },
    {
        -- S01E08 - Underground
        id          = "SGA-S01E08",
        namespace   = "Episode",
        page_title  = "Underground",
        title_en    = "\"Underground\"",
        property    = "Underground",
        season      = 1,
        episode     = 8,
        alias       = {
            "SGA-S01E08",
            "SGA-1x08",
            "SGA-1.08",
            "SGA-108",
            "Underground",
        }
    },
    {
        -- S01E09 - Home
        id          = "SGA-S01E09",
        namespace   = "Episode",
        page_title  = "Home",
        title_en    = "\"Home\"",
        property    = "Home",
        season      = 1,
        episode     = 9,
        alias       = {
            "SGA-S01E09",
            "SGA-1x09",
            "SGA-1.09",
            "SGA-109",
            "Home",
        }
    },
    {
        -- S01E10 - The Storm
        id          = "SGA-S01E10",
        namespace   = "Episode",
        page_title  = "The Storm",
        title_en    = "\"The Storm\"",
        property    = "The Storm",
        season      = 1,
        episode     = 10,
        alias       = {
            "SGA-S01E10",
            "SGA-1x10",
            "SGA-1.10",
            "SGA-110",
            "The Storm",
        }
    },
    {
        -- S01E11 - The Eye
        id          = "SGA-S01E11",
        namespace   = "Episode",
        page_title  = "The Eye",
        title_en    = "\"The Eye\"",
        property    = "The Eye",
        season      = 1,
        episode     = 11,
        alias       = {
            "SGA-S01E11",
            "SGA-1x11",
            "SGA-1.11",
            "SGA-111",
            "The Eye",
        }
    },
    {
        -- S01E12 - The Defiant One
        id          = "SGA-S01E12",
        namespace   = "Episode",
        page_title  = "The Defiant One",
        title_en    = "\"The Defiant One\"",
        property    = "The Defiant One",
        season      = 1,
        episode     = 12,
        alias       = {
            "SGA-S01E12",
            "SGA-1x12",
            "SGA-1.12",
            "SGA-112",
            "The Defiant One",
        }
    },
    {
        -- S01E13 - Hot Zone
        id          = "SGA-S01E13",
        namespace   = "Episode",
        page_title  = "Hot Zone",
        title_en    = "\"Hot Zone\"",
        property    = "Hot Zone",
        season      = 1,
        episode     = 13,
        alias       = {
            "SGA-S01E13",
            "SGA-1x13",
            "SGA-1.13",
            "SGA-113",
            "Hot Zone",
        }
    },
    {
        -- S01E14 - Sanctuary
        id          = "SGA-S01E14",
        namespace   = "Episode",
        page_title  = "Sanctuary",
        title_en    = "\"Sanctuary\"",
        property    = "Sanctuary",
        season      = 1,
        episode     = 14,
        alias       = {
            "SGA-S01E14",
            "SGA-1x14",
            "SGA-1.14",
            "SGA-114",
            "Sanctuary",
        }
    },
    {
        -- S01E15 - Before I Sleep
        id          = "SGA-S01E15",
        namespace   = "Episode",
        page_title  = "Before I Sleep",
        title_en    = "\"Before I Sleep\"",
        property    = "Before I Sleep",
        season      = 1,
        episode     = 15,
        alias       = {
            "SGA-S01E15",
            "SGA-1x15",
            "SGA-1.15",
            "SGA-115",
            "Before I Sleep",
        }
    },
    {
        -- S01E16 - The Brotherhood
        id          = "SGA-S01E16",
        namespace   = "Episode",
        page_title  = "The Brotherhood",
        title_en    = "\"The Brotherhood\"",
        property    = "The Brotherhood",
        season      = 1,
        episode     = 16,
        alias       = {
            "SGA-S01E16",
            "SGA-1x16",
            "SGA-1.16",
            "SGA-116",
            "The Brotherhood",
        }
    },
    {
        -- S01E17 - Letters from Pegasus
        id          = "SGA-S01E17",
        namespace   = "Episode",
        page_title  = "Letters from Pegasus",
        title_en    = "\"Letters from Pegasus\"",
        property    = "Letters from Pegasus",
        season      = 1,
        episode     = 17,
        alias       = {
            "SGA-S01E17",
            "SGA-1x17",
            "SGA-1.17",
            "SGA-117",
            "Letters from Pegasus",
        }
    },
    {
        -- S01E18 - The Gift
        id          = "SGA-S01E18",
        namespace   = "Episode",
        page_title  = "The Gift",
        title_en    = "\"The Gift\"",
        property    = "The Gift",
        season      = 1,
        episode     = 18,
        alias       = {
            "SGA-S01E18",
            "SGA-1x18",
            "SGA-1.18",
            "SGA-118",
            "The Gift",
        }
    },
    {
        -- S01E19 - The Siege, Part 1
        id          = "SGA-S01E19",
        namespace   = "Episode",
        page_title  = "The Siege, Part 1",
        title_en    = "\"The Siege\", Part 1",
        property    = "The Siege, Part 1",
        season      = 1,
        episode     = 19,
        alias       = {
            "SGA-S01E19",
            "SGA-1x19",
            "SGA-1.19",
            "SGA-119",
            "The Siege",
            "The Siege, Part 1",
            "The Siege Part 1",
        }
    },
    {
        -- S01E20 - The Siege, Part 2
        id          = "SGA-S01E20",
        namespace   = "Episode",
        page_title  = "The Siege, Part 2",
        title_en    = "\"The Siege\", Part 2",
        property    = "The Siege, Part 2",
        season      = 1,
        episode     = 20,
        alias       = {
            "SGA-S01E20",
            "SGA-1x20",
            "SGA-1.20",
            "SGA-120",
            "The Siege, Part 2",
            "The Siege Part 2",
        }
    },
}

return p