Jump to content

Module:Episode/SG1Season6

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

p.acronym = "SG1"

-- Episode list (English wiki version)

p.episodes = {
    {
        -- S06E01 - Redemption, Part 1
        id          = "SG1-S06E01",
        namespace   = "Episode",
        page_title  = "Redemption, Part 1",
        title_en    = "\"Redemption, Part 1\"",
        property    = "Redemption, Part 1",
        season      = 6,
        episode     = 1,
        alias       = {
            "SG1-S06E01",
            "SG1-6x01",
            "SG1-6.01",
            "SG1-601",
            "Redemption Part 1",
            "Redemption, Part 1",
        }
    },
    {
        -- S06E02 - Redemption, Part 2
        id          = "SG1-S06E02",
        namespace   = "Episode",
        page_title  = "Redemption, Part 2",
        title_en    = "\"Redemption, Part 2\"",
        property    = "Redemption, Part 2",
        season      = 6,
        episode     = 2,
        alias       = {
            "SG1-S06E02",
            "SG1-6x02",
            "SG1-6.02",
            "SG1-602",
            "Redemption Part 2",
            "Redemption, Part 2",
        }
    },
    {
        -- S06E03 - Descent
        id          = "SG1-S06E03",
        namespace   = "Episode",
        page_title  = "Descent",
        title_en    = "\"Descent\"",
        property    = "Descent",
        season      = 6,
        episode     = 3,
        alias       = {
            "SG1-S06E03",
            "SG1-6x03",
            "SG1-6.03",
            "SG1-603",
            "Descent",
        }
    },
    {
        -- S06E04 - Frozen
        id          = "SG1-S06E04",
        namespace   = "Episode",
        page_title  = "Frozen",
        title_en    = "\"Frozen\"",
        property    = "Frozen",
        season      = 6,
        episode     = 4,
        alias       = {
            "SG1-S06E04",
            "SG1-6x04",
            "SG1-6.04",
            "SG1-604",
            "Frozen",
        }
    },
    {
        -- S06E05 - Nightwalkers
        id          = "SG1-S06E05",
        namespace   = "Episode",
        page_title  = "Nightwalkers",
        title_en    = "\"Nightwalkers\"",
        property    = "Nightwalkers",
        season      = 6,
        episode     = 5,
        alias       = {
            "SG1-S06E05",
            "SG1-6x05",
            "SG1-6.05",
            "SG1-605",
            "Nightwalkers",
        }
    },
    {
        -- S06E06 - Abyss
        id          = "SG1-S06E06",
        namespace   = "Episode",
        page_title  = "Abyss",
        title_en    = "\"Abyss\"",
        property    = "Abyss",
        season      = 6,
        episode     = 6,
        alias       = {
            "SG1-S06E06",
            "SG1-6x06",
            "SG1-6.06",
            "SG1-606",
            "Abyss",
        }
    },
    {
        -- S06E07 - Shadow Play
        id          = "SG1-S06E07",
        namespace   = "Episode",
        page_title  = "Shadow Play",
        title_en    = "\"Shadow Play\"",
        property    = "Shadow Play",
        season      = 6,
        episode     = 7,
        alias       = {
            "SG1-S06E07",
            "SG1-6x07",
            "SG1-6.07",
            "SG1-607",
            "Shadow Play",
        }
    },
    {
        -- S06E08 - The Other Guys
        id          = "SG1-S06E08",
        namespace   = "Episode",
        page_title  = "The Other Guys",
        title_en    = "\"The Other Guys\"",
        property    = "The Other Guys",
        season      = 6,
        episode     = 8,
        alias       = {
            "SG1-S06E08",
            "SG1-6x08",
            "SG1-6.08",
            "SG1-608",
            "The Other Guys",
        }
    },
    {
        -- S06E09 - Allegiance
        id          = "SG1-S06E09",
        namespace   = "Episode",
        page_title  = "Allegiance",
        title_en    = "\"Allegiance\"",
        property    = "Allegiance",
        season      = 6,
        episode     = 9,
        alias       = {
            "SG1-S06E09",
            "SG1-6x09",
            "SG1-6.09",
            "SG1-609",
            "Allegiance",
        }
    },
    {
        -- S06E10 - Cure
        id          = "SG1-S06E10",
        namespace   = "Episode",
        page_title  = "Cure",
        title_en    = "\"Cure\"",
        property    = "Cure",
        season      = 6,
        episode     = 10,
        alias       = {
            "SG1-S06E10",
            "SG1-6x10",
            "SG1-6.10",
            "SG1-610",
            "Cure",
        }
    },
    {
        -- S06E11 - Prometheus
        id          = "SG1-S06E11",
        namespace   = "Episode",
        page_title  = "Prometheus",
        title_en    = "\"Prometheus\"",
        property    = "Prometheus",
        season      = 6,
        episode     = 11,
        alias       = {
            "SG1-S06E11",
            "SG1-6x11",
            "SG1-6.11",
            "SG1-611",
            "Prometheus",
        }
    },
    {
        -- S06E12 - Unnatural Selection
        id          = "SG1-S06E12",
        namespace   = "Episode",
        page_title  = "Unnatural Selection",
        title_en    = "\"Unnatural Selection\"",
        property    = "Unnatural Selection",
        season      = 6,
        episode     = 12,
        alias       = {
            "SG1-S06E12",
            "SG1-6x12",
            "SG1-6.12",
            "SG1-612",
            "Unnatural Selection",
        }
    },
    {
        -- S06E13 - Sight Unseen
        id          = "SG1-S06E13",
        namespace   = "Episode",
        page_title  = "Sight Unseen",
        title_en    = "\"Sight Unseen\"",
        property    = "Sight Unseen",
        season      = 6,
        episode     = 13,
        alias       = {
            "SG1-S06E13",
            "SG1-6x13",
            "SG1-6.13",
            "SG1-613",
            "Sight Unseen",
        }
    },
    {
        -- S06E14 - Smoke and Mirrors
        id          = "SG1-S06E14",
        namespace   = "Episode",
        page_title  = "Smoke and Mirrors",
        title_en    = "\"Smoke and Mirrors\"",
        property    = "Smoke and Mirrors",
        season      = 6,
        episode     = 14,
        alias       = {
            "SG1-S06E14",
            "SG1-6x14",
            "SG1-6.14",
            "SG1-614",
            "Smoke and Mirrors",
        }
    },
    {
        -- S06E15 - Paradise Lost
        id          = "SG1-S06E15",
        namespace   = "Episode",
        page_title  = "Paradise Lost",
        title_en    = "\"Paradise Lost\"",
        property    = "Paradise Lost",
        season      = 6,
        episode     = 15,
        alias       = {
            "SG1-S06E15",
            "SG1-6x15",
            "SG1-6.15",
            "SG1-615",
            "Paradise Lost",
        }
    },
    {
        -- S06E16 - Metamorphosis
        id          = "SG1-S06E16",
        namespace   = "Episode",
        page_title  = "Metamorphosis",
        title_en    = "\"Metamorphosis\"",
        property    = "Metamorphosis",
        season      = 6,
        episode     = 16,
        alias       = {
            "SG1-S06E16",
            "SG1-6x16",
            "SG1-6.16",
            "SG1-616",
            "Metamorphosis",
        }
    },
    {
        -- S06E17 - Disclosure
        id          = "SG1-S06E17",
        namespace   = "Episode",
        page_title  = "Disclosure",
        title_en    = "\"Disclosure\"",
        property    = "Disclosure",
        season      = 6,
        episode     = 17,
        alias       = {
            "SG1-S06E17",
            "SG1-6x17",
            "SG1-6.17",
            "SG1-617",
            "Disclosure",
        }
    },
    {
        -- S06E18 - Forsaken
        id          = "SG1-S06E18",
        namespace   = "Episode",
        page_title  = "Forsaken",
        title_en    = "\"Forsaken\"",
        property    = "Forsaken",
        season      = 6,
        episode     = 18,
        alias       = {
            "SG1-S06E18",
            "SG1-6x18",
            "SG1-6.18",
            "SG1-618",
            "Forsaken",
        }
    },
    {
        -- S06E19 - The Changeling
        id          = "SG1-S06E19",
        namespace   = "Episode",
        page_title  = "The Changeling",
        title_en    = "\"The Changeling\"",
        property    = "The Changeling",
        season      = 6,
        episode     = 19,
        alias       = {
            "SG1-S06E19",
            "SG1-6x19",
            "SG1-6.19",
            "SG1-619",
            "The Changeling",
        }
    },
    {
        -- S06E20 - Memento
        id          = "SG1-S06E20",
        namespace   = "Episode",
        page_title  = "Memento",
        title_en    = "\"Memento\"",
        property    = "Memento",
        season      = 6,
        episode     = 20,
        alias       = {
            "SG1-S06E20",
            "SG1-6x20",
            "SG1-6.20",
            "SG1-620",
            "Memento",
        }
    },
    {
        -- S06E21 - Prophecy
        id          = "SG1-S06E21",
        namespace   = "Episode",
        page_title  = "Prophecy",
        title_en    = "\"Prophecy\"",
        property    = "Prophecy",
        season      = 6,
        episode     = 21,
        alias       = {
            "SG1-S06E21",
            "SG1-6x21",
            "SG1-6.21",
            "SG1-621",
            "Prophecy",
        }
    },
    {
        -- S06E22 - Full Circle
        id          = "SG1-S06E22",
        namespace   = "Episode",
        page_title  = "Full Circle",
        title_en    = "\"Full Circle\"",
        property    = "Full Circle",
        season      = 6,
        episode     = 22,
        alias       = {
            "SG1-S06E22",
            "SG1-6x22",
            "SG1-6.22",
            "SG1-622",
            "Full Circle",
        }
    },
}

return p