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

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(create config for Template:Find sources mainspace)
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 24: Line 24:
 
code = 'jstor',
 
code = 'jstor',
 
display = 'JSTOR'
 
display = 'JSTOR'
},
 
{
 
code = 'google free images',
 
display = 'free images'
 
 
}
 
}
 
},
 
},
 
isUsedInMainspace = true
 
isUsedInMainspace = true
 
}
 
}

Latest revision as of 16:36, 26 September 2020


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
}