Misplaced Pages

Module:Find sources/templates/Find sources/sandbox: 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 | Find sources Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 16:11, 1 October 2021 editDanski454 (talk | contribs)Extended confirmed users, Page movers, Pending changes reviewers, Rollbackers13,146 edits add tooltips← Previous edit Revision as of 16:36, 1 October 2021 edit undoDanski454 (talk | contribs)Extended confirmed users, Page movers, Pending changes reviewers, Rollbackers13,146 edits use sandbox tooltip implementationNext edit →
Line 38: Line 38:
{ {
code = 'free news sources', code = 'free news sources',
display = '{{tooltip|FENS|Free English newspaper sources}}', display = 'FENS',
tooltip = 'Free English newspaper sources',
}, },
{ {
Line 46: Line 47:
{ {
code = 'new york times', code = 'new york times',
display = "{{tooltip|''NYT''|''The New York Times''}}", display = "''NYT''",
tooltip = "The New York Times",
}, },
{ {
code = 'wikipedia library', code = 'wikipedia library',
display = '{{tooltip|WP Library|The Misplaced Pages Library}}', display = 'WP Library',
tooltip = "The Misplaced Pages Library",
}, },
} }

Revision as of 16:36, 1 October 2021

This is the module sandbox page for Module:Find sources/templates/Find sources (diff).
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.
Add categories to the /doc subpage. 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 newspapers',
			display = 'newspapers',
		},
		{
			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 = 'WP Library',
			tooltip = "The Misplaced Pages Library",
		},
	}
}
Category: