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"
        }
    }
}

return data