local library = {}

-- Genoa and the Genoese, 958–1528 by University of North Carolina Press
-- Template:Genoa and the Genoese
library['GENOA_AND_THE_GENOESE'] = {
    template = 'cite book',
    id = "epstein-genoa-and-the-genoese",
    cite_params = {
        ['first'] = "Steven A.",
        ['last'] = "Epstein",
        ['author-link'] = "",
        ['title'] = "Genoa and the Genoese, 958–1528",
        ['year'] = "1996",
        ['publisher'] = "University of North Carolina Press",
        ['location'] = "Chapel Hill, N.C.",
        ['isbn'] = "978-0-8078-4992-7",
    }
}

-- Ghost Towns of California by Pruett Publishing Company
-- Template:Ghost Towns of California
library['GHOST_TOWNS_OF_CALIFORNIA'] = {
    template = 'cite book',
    id = "ghosttownsofcali00mill",
    cite_params = {
        ['last'] = "Miller",
        ['first'] = "Donald C.",
        ['title'] = "Ghost Towns of California",
        ['publisher'] = "Pruett Publishing Company",
        ['location'] = "Boulder, Colorado",
        ['date'] = "1978",
        ['isbn'] = "0871085178",
    }
}

-- Ghost Towns of Northern California: Your Guide to Ghost Towns & Historic Mining Camps by Voyageur Press
-- Template:Ghost Towns of Northern California
library['GHOST_TOWNS_OF_NORTHERN_CALIFORNIA'] = {
    template = 'cite book',
    id = "ghosttownsofnort0000varn",
    cite_params = {
        ['last'] = "Varney",
        ['first'] = "Philip",
        ['author2'] = "Drew, John and Susan",
        ['title'] = "Ghost Towns of Northern California: Your Guide to Ghost Towns & Historic Mining Camps",
        ['publisher'] = "Voyageur Press",
        ['location'] = "Stillwater, Minnesota",
        ['date'] = "2001",
        ['isbn'] = "0896584445",
    }
}

return library