Difference between revisions of "Module:Find sources/templates/Find sources"
Jump to navigation
Jump to search
blackwiki>Mr. Stradivarius (use named keys to make the code here clearer) |
blackwiki>Mr. Stradivarius m (Protected Module:Find sources/templates/Find sources: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))) |
(No difference)
| |
Revision as of 15:45, 29 September 2014
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 = 'jstor',
display = 'JSTOR'
},
{
code = 'google free images',
display = 'free images'
}
}
}