Module:TV episode/HOTD

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

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

local data = {
    { -- Season 1
        {
            title = "The Heirs of the Dragon"
        },
        {
            title = "The Rogue Prince",
            link = "The Rogue Prince (TV)"
        },
        {
            title = "Second of His Name"
        },
        {
            title = "King of the Narrow Sea",
            link = "King of the Narrow Sea (TV)"
        },
        {
            title = "We Light the Way"
        },
        {
            title = "The Princess and the Queen",
            link = "The Princess and the Queen (TV)"
        },
        {
            title = "Driftmark",
            link = "Driftmark (TV)"
        },
        {
            title = "The Lord of the Tides"
        },
        {
            title = "The Green Council"
        },
        {
            title = "The Black Queen"
        },
    },
    { -- Season 2
        {
            title = "A Son for a Son",
            link = "A Son for a Son (TV)"
        },
        {
            title = "Rhaenyra the Cruel",
        },
        {
            title = "The Burning Mill"
        },
        {
            title = "The Red Dragon and the Gold",
            link = "The Red Dragon and the Gold (TV)"
        },
        {
            title = "Regent",
            link = "Regent (TV)"
        },
        {
            title = "Smallfolk",
            link = "Smallfolk (TV)"
        },
        {
            title = "The Red Sowing",
            link = "The Red Sowing (TV)"
        },
        {
            title = "The Queen Who Ever Was"
        }
    }
}

return data