Difference between revisions of "Module:Find sources/templates/Find sources"
Jump to navigation
Jump to search
blackwiki>Mr. Stradivarius (add Highbeam per suggestion on the talk page) |
blackwiki>Xaosflux (caps, edit request from Module talk:Find sources) |
||
| Line 27: | Line 27: | ||
{ | { | ||
code = 'highbeam', | code = 'highbeam', | ||
| − | display = ' | + | display = 'HighBeam' |
}, | }, | ||
{ | { | ||
| Line 39: | Line 39: | ||
{ | { | ||
code = 'wikipedia library', | code = 'wikipedia library', | ||
| − | display = ' | + | display = 'Wikipedia library' |
} | } | ||
} | } | ||
} | } | ||
Revision as of 19:08, 31 January 2016
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'
}
}
}