Jump to content

Module:Find sources/templates/Find sources mainspace/sandbox

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Wikmoz (talk | contribs) at 19:46, 23 November 2022 (Added "Google" link with parentheses around related Google searches.). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return {
	blurb = "''Find sources:'' $1 – $2",
	introLink = {
		code = 'google'
	},
	links = {
		{
			code = 'google',
			display = 'Google',
			separator = ' (',
		},
		{
			code = 'google news',
			display = 'news'
		},
		{
			code = 'google newspapers',
			display = 'newspapers'
		},
		{
			code = 'google books',
			display = 'books'
		},
		{
			code = 'google scholar',
			display = 'scholar',
			afterDisplay = ')'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		}
	},
	isUsedInMainspace = true
}