Module:Find sources/templates/Find sources
< Module:Find sources | templates
Jump to navigation
Jump to search
Revision as of 03:44, 31 May 2015 by blackwiki>Mr. Stradivarius (add Highbeam per suggestion on the talk page)
return {
-- Blurb
-- $1 is the intro link, and $2 represents the other links.
blurb = "''Find sources:'' $1 – $2",
-- Links
introLink = {
code = 'google'
},
links = {
{
code = 'google news',
display = 'news'
},
{
code = 'google newspapers',
display = 'newspapers'
},
{
code = 'google books',
display = 'books'
},
{
code = 'google scholar',
display = 'scholar'
},
{
code = 'highbeam',
display = 'highbeam'
},
{
code = 'jstor',
display = 'JSTOR'
},
{
code = 'google free images',
display = 'free images'
},
{
code = 'wikipedia library',
display = 'wikipedia library'
}
}
}