imported>Wikmoz
Created page with 'return { -- Blurb -- $1 is the intro link, and $2 represents the other links. blurb = "''Find biographical sources:'' $1 – $2", -- Links links = { { code = 'britannica', display = 'Britannica' }, { code = 'british library', display = 'British Library' }, { code = 'google books', display = 'Google Books' }, { code = 'the guardian', display = 'Guardian', tooltip = 'The Guardian newspaper' },...'
 
(No difference)

Latest revision as of 22:09, 11 October 2021

Documentation for this module may be created at Module:Find sources/templates/Find sources biographical/doc

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Find biographical sources:'' $1 – $2",

	-- Links
	links = {
		{
			code = 'britannica',
			display = 'Britannica'
		},
		{
			code = 'british library',
			display = 'British Library'
		},
		{
			code = 'google books',
			display = 'Google Books'
		},
		{
			code = 'the guardian',
			display = 'Guardian',
			tooltip = 'The Guardian newspaper'
		},
		{
			code = 'library of congress',
			display = 'LoC',
			tooltip = 'Library of Congress'
		},
		{
			code = 'jstor',
			display = 'JSTOR',
			tooltip = 'Full-text search of academic journals.'
		},
		{
			code = 'new york times',
			display = "''NYT''",
			tooltip = 'The New York Times'
		},
		{
			code = 'wikipedia library',
			display = 'WP Library',
			tooltip = 'The Wikipedia Library'
		}
	}
}