Last 5 Pages Viewed: Special:UserLogin » Special:UserLogin » Module:Find sources/templates/Find gener...

Module:Find sources/templates/Find general sources

From WikiBox
< Module:Find sources
Revision as of 07:44, 25 July 2022 by imported>Mathglot (Undid revision 1100302227 by Mathglot (talk) Backing this out for now. It's still in beta, and the relevance algorithm for sorting results seems flaky, returning pre-WWII results first. After flipping the order to latest first, it obeyed that, but most recent aren't always the best. They probably need to work on it some more.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Find sources/templates/Find general sources/doc

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 = 'WP&nbsp;Library',
			tooltip = 'The Wikipedia Library',
		},
	}
}