Jump to content

Module:Episode/SGUSeason2

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

p.acronym = "SGU"

p.episodes = {

    {
        -- S02E01 - Intervention, Part 1
        id          = "SGU-S02E01",
        namespace   = "Episode",
        page_title  = "Intervention, Part 1",
        title_en    = "\"Intervention\", Part 1",
        property    = "Intervention, Part 1",
        season      = 2,
        episode     = 1,
        alias       = {
            "SGU-S02E01",
            "SGU-2x01",
            "SGU-2.01",
            "SGU-201",
            "Intervention",
            "Intervention, Part 1",
            "Intervention Part 1",
        }
    },

    {
        -- S02E02 - Intervention, Part 2
        id          = "SGU-S02E02",
        namespace   = "Episode",
        page_title  = "Intervention, Part 2",
        title_en    = "\"Intervention\", Part 2",
        property    = "Intervention, Part 2",
        season      = 2,
        episode     = 2,
        alias       = {
            "SGU-S02E02",
            "SGU-2x02",
            "SGU-2.02",
            "SGU-202",
            "Intervention, Part 2",
            "Intervention Part 2",
        }
    },

    {
        -- S02E03 - Aftermath
        id          = "SGU-S02E03",
        namespace   = "Episode",
        page_title  = "Aftermath",
        title_en    = "\"Aftermath\"",
        property    = "Aftermath",
        season      = 2,
        episode     = 3,
        alias       = {
            "SGU-S02E03",
            "SGU-2x03",
            "SGU-2.03",
            "SGU-203",
            "Aftermath",
        }
    },

    {
        -- S02E04 - Awakening
        id          = "SGU-S02E04",
        namespace   = "Episode",
        page_title  = "Awakening",
        title_en    = "\"Awakening\"",
        property    = "Awakening",
        season      = 2,
        episode     = 4,
        alias       = {
            "SGU-S02E04",
            "SGU-2x04",
            "SGU-2.04",
            "SGU-204",
            "Awakening",
        }
    },

    {
        -- S02E05 - Cloverdale
        id          = "SGU-S02E05",
        namespace   = "Episode",
        page_title  = "Cloverdale",
        title_en    = "\"Cloverdale\"",
        property    = "Cloverdale",
        season      = 2,
        episode     = 5,
        alias       = {
            "SGU-S02E05",
            "SGU-2x05",
            "SGU-2.05",
            "SGU-205",
            "Cloverdale",
        }
    },

    {
        -- S02E06 - Trial and Error
        id          = "SGU-S02E06",
        namespace   = "Episode",
        page_title  = "Trial and Error",
        title_en    = "\"Trial and Error\"",
        property    = "Trial and Error",
        season      = 2,
        episode     = 6,
        alias       = {
            "SGU-S02E06",
            "SGU-2x06",
            "SGU-2.06",
            "SGU-206",
            "Trial and Error",
        }
    },

    {
        -- S02E07 - The Greater Good
        id          = "SGU-S02E07",
        namespace   = "Episode",
        page_title  = "The Greater Good",
        title_en    = "\"The Greater Good\"",
        property    = "The Greater Good",
        season      = 2,
        episode     = 7,
        alias       = {
            "SGU-S02E07",
            "SGU-2x07",
            "SGU-2.07",
            "SGU-207",
            "The Greater Good",
        }
    },

    {
        -- S02E08 - Malice
        id          = "SGU-S02E08",
        namespace   = "Episode",
        page_title  = "Malice",
        title_en    = "\"Malice\"",
        property    = "Malice",
        season      = 2,
        episode     = 8,
        alias       = {
            "SGU-S02E08",
            "SGU-2x08",
            "SGU-2.08",
            "SGU-208",
            "Malice",
        }
    },

    {
        -- S02E09 - Visitation
        id          = "SGU-S02E09",
        namespace   = "Episode",
        page_title  = "Visitation",
        title_en    = "\"Visitation\"",
        property    = "Visitation",
        season      = 2,
        episode     = 9,
        alias       = {
            "SGU-S02E09",
            "SGU-2x09",
            "SGU-2.09",
            "SGU-209",
            "Visitation",
        }
    },

    {
        -- S02E10 - Resurgence
        id          = "SGU-S02E10",
        namespace   = "Episode",
        page_title  = "Resurgence",
        title_en    = "\"Resurgence\"",
        property    = "Resurgence",
        season      = 2,
        episode     = 10,
        alias       = {
            "SGU-S02E10",
            "SGU-2x10",
            "SGU-2.10",
            "SGU-210",
            "Resurgence",
        }
    },

    {
        -- S02E11 - Deliverance
        id          = "SGU-S02E11",
        namespace   = "Episode",
        page_title  = "Deliverance",
        title_en    = "\"Deliverance\"",
        property    = "Deliverance",
        season      = 2,
        episode     = 11,
        alias       = {
            "SGU-S02E11",
            "SGU-2x11",
            "SGU-2.11",
            "SGU-211",
            "Deliverance",
        }
    },

    {
        -- S02E12 - Twin Destinies
        id          = "SGU-S02E12",
        namespace   = "Episode",
        page_title  = "Twin Destinies",
        title_en    = "\"Twin Destinies\"",
        property    = "Twin Destinies",
        season      = 2,
        episode     = 12,
        alias       = {
            "SGU-S02E12",
            "SGU-2x12",
            "SGU-2.12",
            "SGU-212",
            "Twin Destinies",
        }
    },

    {
        -- S02E13 - Alliances
        id          = "SGU-S02E13",
        namespace   = "Episode",
        page_title  = "Alliances",
        title_en    = "\"Alliances\"",
        property    = "Alliances",
        season      = 2,
        episode     = 13,
        alias       = {
            "SGU-S02E13",
            "SGU-2x13",
            "SGU-2.13",
            "SGU-213",
            "Alliances",
        }
    },

    {
        -- S02E14 - Hope
        id          = "SGU-S02E14",
        namespace   = "Episode",
        page_title  = "Hope",
        title_en    = "\"Hope\"",
        property    = "Hope",
        season      = 2,
        episode     = 14,
        alias       = {
            "SGU-S02E14",
            "SGU-2x14",
            "SGU-2.14",
            "SGU-214",
            "Hope",
        }
    },

    {
        -- S02E15 - Seizure
        id          = "SGU-S02E15",
        namespace   = "Episode",
        page_title  = "Seizure",
        title_en    = "\"Seizure\"",
        property    = "Seizure",
        season      = 2,
        episode     = 15,
        alias       = {
            "SGU-S02E15",
            "SGU-2x15",
            "SGU-2.15",
            "SGU-215",
            "Seizure",
        }
    },

    {
        -- S02E16 - The Hunt
        id          = "SGU-S02E16",
        namespace   = "Episode",
        page_title  = "The Hunt",
        title_en    = "\"The Hunt\"",
        property    = "The Hunt",
        season      = 2,
        episode     = 16,
        alias       = {
            "SGU-S02E16",
            "SGU-2x16",
            "SGU-2.16",
            "SGU-216",
            "The Hunt",
        }
    },

    {
        -- S02E17 - Common Descent
        id          = "SGU-S02E17",
        namespace   = "Episode",
        page_title  = "Common Descent",
        title_en    = "\"Common Descent\"",
        property    = "Common Descent",
        season      = 2,
        episode     = 17,
        alias       = {
            "SGU-S02E17",
            "SGU-2x17",
            "SGU-2.17",
            "SGU-217",
            "Common Descent",
        }
    },

    {
        -- S02E18 - Epilogue
        id          = "SGU-S02E18",
        namespace   = "Episode",
        page_title  = "Epilogue",
        title_en    = "\"Epilogue\"",
        property    = "Epilogue",
        season      = 2,
        episode     = 18,
        alias       = {
            "SGU-S02E18",
            "SGU-2x18",
            "SGU-2.18",
            "SGU-218",
            "Epilogue",
        }
    },

    {
        -- S02E19 - Blockade
        id          = "SGU-S02E19",
        namespace   = "Episode",
        page_title  = "Blockade",
        title_en    = "\"Blockade\"",
        property    = "Blockade",
        season      = 2,
        episode     = 19,
        alias       = {
            "SGU-S02E19",
            "SGU-2x19",
            "SGU-2.19",
            "SGU-219",
            "Blockade",
        }
    },

    {
        -- S02E20 - Gauntlet
        id          = "SGU-S02E20",
        namespace   = "Episode",
        page_title  = "Gauntlet",
        title_en    = "\"Gauntlet\"",
        property    = "Gauntlet",
        season      = 2,
        episode     = 20,
        alias       = {
            "SGU-S02E20",
            "SGU-2x20",
            "SGU-2.20",
            "SGU-220",
            "Gauntlet",
        }
    },

}

return p