Misplaced Pages

Module:Find sources/templates/Find sources: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< Module:Find sources | templates Browse history interactively← Previous editContent deleted Content added
Revision as of 20:46, 6 April 2016 view sourceJJMC89 (talk | contribs)Edit filter managers, Autopatrolled, Administrators344,662 edits '''The''' Misplaced Pages '''L'''ibrary per Template talk:Find sources#Template-protected edit request on 6 April 2016 by User:Checkingfax← 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,689 edits per edit request at Module talk:Find sources#Template-protected edit request on 12 December 2022 
(14 intermediate revisions by 8 users not shown)
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:''&nbsp;$1&nbsp;–&nbsp;$2", blurb = "''Find sources:''&nbsp;$1$2",


-- Links -- Links
introLink = {
code = 'google'
},
links = { links = {
{ {
code = 'google news', code = 'google',
display = 'news' display = 'Google',
separator = ' (',
}, },
{ {
code = 'google newspapers', code = 'google books',
display = 'newspapers' display = 'books',
}, },
{ {
code = 'google books', code = 'google news',
display = 'books' display = 'news',
}, },
{ {
code = 'google scholar', code = 'google scholar',
display = 'scholar' display = 'scholar',
}, },
{ {
code = 'highbeam', code = 'google free images',
display = 'HighBeam' display = 'free images',
}, },
{ {
code = 'jstor', code = 'wikipedia reference search',
display = 'JSTOR' display = 'WP&nbsp;refs',
afterDisplay = ')',
}, },
{ {
code = 'google free images', code = 'free news sources',
display = 'free images' display = 'FENS',
tooltip = 'Free English newspaper sources',
}, },
{ {
code = 'free news sources', code = 'jstor',
display = 'free news sources' display = 'JSTOR',
}, },
{ {
code = 'new york times',
display = "''NYT''",
tooltip = 'The New York Times',
},
{
code = 'wikipedia library', code = 'wikipedia library',
display = 'The Misplaced Pages Library' display = 'TWL',
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:''&nbsp;$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&nbsp;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',
		},
	}
}