This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 03:44, 31 May 2015 (add Highbeam per suggestion on the talk page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 03:44, 31 May 2015 by Mr. Stradivarius (talk | contribs) (add Highbeam per suggestion on the talk page)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff) 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 = 'wikipedia library' } } }