Revision as of 22:12, 28 May 2016 view sourceEnterprisey (talk | contribs)Edit filter managers, Autopatrolled, Administrators34,924 edits adding two codes from Find Sources 3← Previous edit | Revision as of 22:15, 20 August 2018 view source Headbomb (talk | contribs)Edit filter managers, Autopatrolled, Extended confirmed users, Page movers, File movers, New page reviewers, Pending changes reviewers, Rollbackers, Template editors453,897 edits ceNext edit → | ||
Line 2: | Line 2: | ||
-- Blurb | -- Blurb | ||
-- $1 is the intro link, and $2 represents the other links. | -- $1 is the intro link, and $2 represents the other links. | ||
blurb = "''Find sources:'' $1 – $2", | blurb = "''Find sources:'' $1 – $2 ", | ||
-- Links | -- Links |
Revision as of 22:15, 20 August 2018
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 = 'free news sources', display = 'free news sources' }, { code = 'wikipedia library', display = 'The Misplaced Pages Library' }, { code = 'new york times', display = 'NYT' }, { code = 'wikipedia reference search', display = 'WP reference' } } }