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 18:44, 15 April 2015 view sourceMr. Stradivarius (talk | contribs)Edit filter managers, Administrators59,191 edits add a link to Misplaced Pages:The Misplaced Pages Library← Previous edit Revision as of 03:44, 31 May 2015 view source Mr. Stradivarius (talk | contribs)Edit filter managers, Administrators59,191 edits add Highbeam per suggestion on the talk pageNext edit →
Line 24: Line 24:
code = 'google scholar', code = 'google scholar',
display = 'scholar' display = 'scholar'
},
{
code = 'highbeam',
display = 'highbeam'
}, },
{ {

Revision as of 03:44, 31 May 2015

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 = 'wikipedia library',
			display = 'wikipedia library'
		}
	}
}