Jump to content

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

From Humanipedia
hp>Headbomb
Undid revision 855800056 by Headbomb (talk)
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:10, 3 February 2025

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

return {
	-- Blurb
	-- $1 is the intro link, and $2 represents the other links.
	blurb = "''Find sources:'' $1 $2",

	-- Links
	introLink = {
		code = 'google',
		display = 'Google'
	},
	links = {
		{
			code = 'google books',
			display = '<span style="color:black">(</span>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<span style="color:black">)<span>'
		},
		{
			code = 'free news sources',
			display = 'FENS'
		},
		{
			code = 'highbeam',
			display = 'HighBeam'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		},
		{
			code = 'new york times',
			display = 'NYT'
		},
		{
			code = 'wikipedia library',
			display = 'TWL'
		}
	}
}