Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
test
No edit summary
 
Line 44: Line 44:
code = 'bing',
code = 'bing',
display = 'Bing',
display = 'Bing',
separator = "(",
separator = " (",
},
},
{
{
code = "copilot",
code = "copilot",
display = "Copilot AI",
display = "Copilot AI",
afterDisplay = ')'
},
},
{
{
code = 'jstor',
code = 'jstor',
display = 'JSTOR',
display = 'JSTOR',
afterDisplay = ')',
},
},
{
{

Latest revision as of 17:18, 16 October 2024

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 = "gemini",
			display = "Gemini AI"
		},
		{
			code = 'wikipedia reference search',
			display = 'WP refs',
			afterDisplay = ')',
		},
		{
			code = 'free news sources',
			display = 'FENS',
			tooltip = 'Free English newspaper sources',
		},
		{
			code = 'bing',
			display = 'Bing',
			separator = " (",
		},
		{
			code = "copilot",
			display = "Copilot AI",
			afterDisplay = ')'
		},
		{
			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',
		},
	}
}