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 editNext edit →Content deleted Content added
Revision as of 20:46, 6 April 2016 view sourceJJMC89 (talk | contribs)Edit filter managers, Autopatrolled, Administrators344,654 edits '''The''' Misplaced Pages '''L'''ibrary per Template talk:Find sources#Template-protected edit request on 6 April 2016 by User:Checkingfax← Previous edit Revision as of 22:12, 28 May 2016 view source Enterprisey (talk | contribs)Edit filter managers, Autopatrolled, Administrators34,924 edits adding two codes from Find Sources 3Next edit →
Line 41: Line 41:
display = 'free news sources' display = 'free news sources'
}, },
{ {
code = 'wikipedia library', code = 'wikipedia library',
display = 'The Misplaced Pages Library' display = 'The Misplaced Pages Library'
},
{
code = 'new york times',
display = 'NYT'
},
{
code = 'wikipedia reference search',
display = 'WP reference'
} }
} }

Revision as of 22:12, 28 May 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:''&nbsp;$1&nbsp;–&nbsp;$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'
		}
	}
}