Module:Find sources/templates/Find biographical sources

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "<i>Find biographical sources:</i>&nbsp;$1$2",

	-- Links
	links = {
		{
			code = 'britannica',
			display = 'Britannica',
			tooltip = 'Encyclopedia Britannica',
		},
		{
			code = 'british library',
			display = 'British Library',
			tooltip = 'National library of the United Kingdom',
		},
		{
			code = 'eowb',
			display = 'EoWB',
			tooltip = 'Encyclopedia of World Biography, by Gale Research; online results provided by University of Michigan.',
		},
		{
			code = 'google books',
			display = 'books',
		},
		{
			code = 'the guardian',
			display = 'Guardian',
			tooltip = 'The Guardian newspaper, U.K.',
		},
		{
			code = 'infoplease',
			display = 'Infoplease',
			tooltip = 'Infoplease encyclopedia, dictionary, and almanac.',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
			tooltip = 'Online library containing thousands of digitised academic journals.',
		},
		{
			code = 'library of congress',
			display = 'Library of Congress',
		},
		{
			code = 'muse',
			display = 'MUSE',
			tooltip = 'Project MUSE: humanities and social science content from academic journals and societies.',
		},
		{
			code = 'new york times',
			display = "''NYT''",
			tooltip = 'The New York Times',
		},
		{
			code = 'wikipedia library',
			display = 'TWL',
			tooltip = 'The Wikipedia Library',
		},
	}
}