Module:Find sources/templates/Find sources mainspace: Difference between revisions

From All Skies Encyclopaedia
imported>Mr. Stradivarius
(create config for Template:Find sources mainspace)
 
imported>Primefac
m (Changed protection settings for "Module:Find sources/templates/Find sources mainspace": match main module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
(3 intermediate revisions by 3 users not shown)
Line 24: Line 24:
code = 'jstor',
code = 'jstor',
display = 'JSTOR'
display = 'JSTOR'
},
{
code = 'google free images',
display = 'free images'
}
}
},
},

Latest revision as of 07:33, 1 March 2022

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

return {
	blurb = "''Find sources:'' $1 – $2",
	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 = 'jstor',
			display = 'JSTOR'
		}
	},
	isUsedInMainspace = true
}