Module:Book/data

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

Documentation for this module may be created at Module:Book/data/doc

return {
    {
        "''[[A Song of Ice and Fire]]''",
        {
            data = 'agot',
            title = "''[[A Game of Thrones]]''",
        },
        {
            data = 'acok',
            title = "''[[A Clash of Kings]]''",
        },
        {
            data = 'asos',
            title = "''[[A Storm of Swords]]''",
        },
        {
            data = 'affc',
            title = "''[[A Feast for Crows]]''",
        },
        {
            data = 'adwd',
            title = "''[[A Dance with Dragons]]''",
        },
        {
            data = 'twow',
            title = "''[[The Winds of Winter]]''",
        },
        {
            data = 'ados',
            title = "''[[A Dream of Spring]]''",
        },
    },
    {
        "''[[Tales of Dunk and Egg]]''",
        {
            data = 'thk',
            title = "''[[The Hedge Knight]]''",
        },
        {
            data = 'tss',
            title = "''[[The Sworn Sword]]''",
        },
        {
            data = 'tmk',
            title = "''[[The Mystery Knight]]''",
        },
    },
    {
        "Other Books",
        {
            data = 'twoiaf',
            title = "''[[The World of Ice & Fire]]''",
        },
        {
            data = 'fab',
            title = "''[[Fire & Blood]]''",
        },
        {
            data = 'tpatq',
            title = "''[[The Princess and the Queen]]''",
        },
        {
            data = 'trp',
            title = "''[[The Rogue Prince]]''",
        },
        {
            data = 'tsotd',
            title = "''[[The Sons of the Dragon]]''",
        },
    },
}