Module:Find sources/templates/Find general sources: Difference between revisions
From All Skies Encyclopaedia
| imported>Mathglot  (Starting off as copy of Find sources.) | imported>Wikmoz   (Copied recent changes from Module:Find sources/templates/Find sources) | ||
| Line 39: | Line 39: | ||
| 			code = 'free news sources', | 			code = 'free news sources', | ||
| 			display = 'FENS', | 			display = 'FENS', | ||
| 			tooltip = 'Free English newspaper sources', | |||
| 		}, | 		}, | ||
| 		{ | 		{ | ||
| Line 47: | Line 48: | ||
| 			code = 'new york times', | 			code = 'new york times', | ||
| 			display = "''NYT''", | 			display = "''NYT''", | ||
| 			tooltip = 'The New York Times', | |||
| 		}, | 		}, | ||
| 		{ | 		{ | ||
| 			code = 'wikipedia library', | 			code = 'wikipedia library', | ||
| 			display = ' | 			display = 'WP Library', | ||
| 			tooltip = 'The Wikipedia Library', | |||
| 		}, | 		}, | ||
| 	} | 	} | ||
Revision as of 21:55, 4 October 2021
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 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',
			tooltip = 'Free English newspaper sources',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'new york times',
			display = "''NYT''",
			tooltip = 'The New York Times',
		},
		{
			code = 'wikipedia library',
			display = 'WP Library',
			tooltip = 'The Wikipedia Library',
		},
	}
}







