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

From All Skies Encyclopaedia
imported>Mathglot
(Starting off as copy of Find sources.)
 
imported>Sdkb
(Implementing result of RfC to remove individual news outlets)
 
(10 intermediate revisions by 6 users not shown)
Line 18: Line 18:
code = 'google news',
code = 'google news',
display = 'news',
display = 'news',
},
{
code = 'google newspapers',
display = 'newspapers',
},
},
{
{
Line 33: Line 29:
{
{
code = 'wikipedia reference search',
code = 'wikipedia reference search',
display = 'WP refs',
display = 'WP refs',
afterDisplay = ')',
afterDisplay = ')',
},
},
Line 39: Line 35:
code = 'free news sources',
code = 'free news sources',
display = 'FENS',
display = 'FENS',
tooltip = 'Free English newspaper sources',
},
},
{
{
code = 'jstor',
code = 'jstor',
display = 'JSTOR',
display = 'JSTOR',
},
{
code = 'new york times',
display = "''NYT''",
},
},
{
{
code = 'wikipedia library',
code = 'wikipedia library',
display = 'TWL',
display = 'TWL',
tooltip = 'The Wikipedia Library',
},
},
}
}

Latest revision as of 16:51, 12 January 2024

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:'' $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 refs',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'FENS',
			tooltip = 'Free English newspaper sources',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'wikipedia library',
			display = 'TWL',
			tooltip = 'The Wikipedia Library',
		},
	}
}