local library = {}

-- The Frank Lloyd Wright Companion by University of Chicago Press
-- Template:Cite Wright Companion
library['FRANK_LLOYD_WRIGHT_COMPANION'] = {
    template = 'cite book',
    id = "franklloydwright0000stor",
    iadisplay = "full screen",
    cite_params = {
        ['last'] = "Storrer",
        ['first'] = "William Allin",
        ['year'] = "1993",
        ['title'] = "The Frank Lloyd Wright Companion",
        ['location'] = "Chicago",
        ['publisher'] = "University of Chicago Press",
        ['isbn'] = "978-0-226-77624-8"
    }
}

return library