Revision as of 03:44, 31 May 2015 view sourceMr. Stradivarius (talk | contribs)Edit filter managers, Administrators59,191 edits add Highbeam per suggestion on the talk page← Previous edit | Revision as of 19:08, 31 January 2016 view source Xaosflux (talk | contribs)Edit filter managers, Autopatrolled, Bureaucrats, Importers, Interface administrators, Oversighters, Administrators83,892 edits caps, edit request from Module talk:Find sourcesNext edit → | ||
Line 27: | Line 27: | ||
{ | { | ||
code = 'highbeam', | code = 'highbeam', | ||
display = ' |
display = 'HighBeam' | ||
}, | }, | ||
{ | { | ||
Line 39: | Line 39: | ||
{ | { | ||
code = 'wikipedia library', | code = 'wikipedia library', | ||
display = ' |
display = 'Misplaced Pages library' | ||
} | } | ||
} | } |
Revision as of 19:08, 31 January 2016
Module documentation[view] [edit] [history] [purge]This module is generally no longer used. You probably want Module:Find sources/templates/Find general sources instead.
The above documentation is transcluded from Module:Find sources/templates/Find sources/doc. (edit | history)Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Subpages of this module.
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 = 'Misplaced Pages library' } } }