Jump to content

Module:Find sources/templates/Find sources/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sdkb (talk | contribs) at 02:57, 12 August 2021 (removing this should be possible...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Find sources:'' $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',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = mw.getCurrentFrame():expandTemplate{ title = 'Newspaper of record' },
		},
		{
			code = 'wikipedia library',
			display = 'TWL',
		},
	}
}