Module:Find sources/templates/Find sources biographical
Appearance
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 = 'TWL',
tooltip = 'The Wikipedia Library'
}
}
}