Module: TV episode/GOT

From A Wiki of Ice and Fire
Jump to: navigation, search

Documentation for this module may be created at Module:TV episode/GOT/doc

local data = {
    { -- Season 1
        {
            title = "Winter Is Coming",
        },
        {
            title = "The Kingsroad",
            link  = "The Kingsroad (TV)",
        },
        {
            title = "Lord Snow",
        },
        {
            title = "Cripples, Bastards, and Broken Things",
        },
        {
            title = "The Wolf and the Lion",
        },
        {
            title = "A Golden Crown",
        },
        {
            title = "You Win or You Die",
        },
        {
            title = "The Pointy End",
        },
        {
            title = "Baelor",
            link  = "Baelor (TV)",
        },
        {
            title = "Fire and Blood",
            link  = "Fire and Blood (TV)",
        },
    },
    { -- Season 2
        {
            title = "The North Remembers",
            link  = "The North Remembers (TV)",
        },
        {
            title = "The Night Lands",
            link  = "The Night Lands (TV)",
        },
        {
            title = "What Is Dead May Never Die",
            link  = "What Is Dead May Never Die (TV)",
        },
        {
            title = "Garden of Bones",
            link  = "Garden of Bones (TV)",
        },
        {
            title = "The Ghost of Harrenhal",
            link  = "The Ghost of Harrenhal (TV)",
        },
        {
            title = "The Old Gods and the New",
            link  = "The Old Gods and the New (TV)",
        },
        {
            title = "A Man Without Honor",
            link  = "A Man Without Honor (TV)",
        },
        {
            title = "The Prince of Winterfell",
            link  = "The Prince of Winterfell (TV)",
        },
        {
            title = "Blackwater",
            link  = "Blackwater (TV)",
        },
        {
            title = "Valar Morghulis",
            link  = "Valar Morghulis (TV)",
        },
    },
    { -- Season 3
        {
            title = "Valar Dohaeris",
            link  = "Valar Dohaeris (TV)",
        },
        {
            title = "Dark Wings, Dark Words",
        },
        {
            title = "Walk of Punishment",
        },
        {
            title = "And Now His Watch Is Ended",
        },
        {
            title = "Kissed by Fire",
        },
        {
            title = "The Climb",
        },
        {
            title = "The Bear and the Maiden Fair",
            link  = "The Bear and the Maiden Fair (TV)",
        },
        {
            title = "Second Sons",
            link  = "Second Sons (TV)",
        },
        {
            title = "The Rains of Castamere",
            link  = "The Rains of Castamere (TV)",
        },
        {
            title = "Mhysa",
            link  = "Mhysa (TV)",
        },
    },
    { -- Season 4
        {
            title = "Two Swords",
        },
        {
            title = "The Lion and the Rose",
        },
        {
            title = "Breaker of Chains",
        },
        {
            title = "Oathkeeper",
            link  = "Oathkeeper (TV)",
        },
        {
            title = "First of His Name",
        },
        {
            title = "The Laws of Gods and Men",
        },
        {
            title = "Mockingbird",
            link  = "Mockingbird (TV)",
        },
        {
            title = "The Mountain and the Viper",
        },
        {
            title = "The Watchers on the Wall",
        },
        {
            title = "The Children",
        },
    },
    { -- Season 5
        {
            title = "The Wars to Come",
        },
        {
            title = "The House of Black and White",
        },
        {
            title = "High Sparrow",
            link  = "High Sparrow (TV)",
        },
        {
            title = "Sons of the Harpy",
            link  = "Sons of the Harpy (TV)",
        },
        {
            title = "Kill the Boy",
        },
        {
            title = "Unbowed, Unbent, Unbroken",
        },
        {
            title = "The Gift",
        },
        {
            title = "Hardhome",
            link  = "Hardhome (TV)",
        },
        {
            title = "The Dance of Dragons",
        },
        {
            title = "Mother's Mercy",
        },
    },
    { -- Season 6
        {
            title = "The Red Woman",
        },
        {
            title = "Home",
        },
        {
            title = "Oathbreaker",
        },
        {
            title = "Book of the Stranger",
            link  = "Book of the Stranger (TV)",
        },
        {
            title = "The Door",
        },
        {
            title = "Blood of My Blood",
            link  = "Blood of My Blood (TV)",
        },
        {
            title = "The Broken Man",
        },
        {
            title = "No One",
        },
        {
            title = "Battle of the Bastards",
        },
        {
            title = "The Winds of Winter",
            link  = "The Winds of Winter (TV)",
        },
    },
    { -- Season 7
        {
            title = "Dragonstone",
            link  = "Dragonstone (TV)",
        },
        {
            title = "Stormborn",
            link  = "Stormborn (TV)",
        },
        {
            title = "The Queen's Justice",
        },
        {
            title = "The Spoils of War",
        },
        {
            title = "Eastwatch",
            link  = "Eastwatch (TV)",
        },
        {
            title = "Beyond the Wall",
            link  = "Beyond the Wall (TV)",
        },
        {
            title = "The Dragon and the Wolf",
        },
    },
    { -- Season 8
        {
            title = "Winterfell",
            link  = "Winterfell (TV)",
        },
        {
            title = "A Knight of the Seven Kingdoms",
            link  = "A Knight of the Seven Kingdoms (TV)",
        },
        {
            title = "The Long Night",
            link  = "The Long Night (TV)",
        },
        {
            title = "The Last of the Starks"
        },
        {
            title = "The Bells"
        },
        {
            title = "The Iron Throne",
            link  = "The Iron Throne (TV)",
        },
    },
}

return data