Revision as of 07:45, 25 July 2022 view sourceMathglot (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, Pending changes reviewers, Rollbackers, Template editors86,615 edits Undid revision 1100301984 by Mathglot (talk) Remove for now; product still in beta, and sort order of results is not most relevant first. Worth revisiting.Tag: Undo← Previous edit | Latest revision as of 18:18, 17 December 2022 view source Paine Ellsworth (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, File movers, New page reviewers, Pending changes reviewers, Rollbackers, Template editors255,813 edits per edit request at Module talk:Find sources#Template-protected edit request on 12 December 2022 | ||
Line 48: | Line 48: | ||
{ | { | ||
code = 'wikipedia library', | code = 'wikipedia library', | ||
display = ' |
display = 'TWL', | ||
tooltip = 'The Misplaced Pages Library', | tooltip = 'The Misplaced Pages Library', | ||
}, | }, |
Latest revision as of 18:18, 17 December 2022
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 links = { { code = 'google', display = 'Google', separator = ' (', }, { code = 'google books', display = 'books', }, { code = 'google news', display = 'news', }, { code = 'google scholar', display = 'scholar', }, { code = 'google free images', display = 'free images', }, { code = 'wikipedia reference search', display = 'WP refs', afterDisplay = ')', }, { code = 'free news sources', display = 'FENS', tooltip = 'Free English newspaper sources', }, { code = 'jstor', display = 'JSTOR', }, { code = 'new york times', display = "''NYT''", tooltip = 'The New York Times', }, { code = 'wikipedia library', display = 'TWL', tooltip = 'The Misplaced Pages Library', }, } }