Difference between revisions of "Module:Find sources/templates/Find sources"

From blackwiki
Jump to navigation Jump to search
blackwiki>JJMC89
blackwiki>Enterprisey
(adding two codes from Find Sources 3)
Line 41: Line 41:
 
display = 'free news sources'
 
display = 'free news sources'
 
},
 
},
    {
+
{
 
code = 'wikipedia library',
 
code = 'wikipedia library',
 
display = 'The Wikipedia Library'
 
display = 'The Wikipedia Library'
 +
},
 +
{
 +
code = 'new york times',
 +
display = 'NYT'
 +
},
 +
{
 +
code = 'wikipedia reference search',
 +
display = 'WP reference'
 
}
 
}
 
}
 
}
 
}
 
}

Revision as of 22:12, 28 May 2016


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

	-- Links
	introLink = {
		code = 'google'
	},
	links = {
		{
			code = 'google news',
			display = 'news'
		},
		{
			code = 'google newspapers',
			display = 'newspapers'
		},
		{
			code = 'google books',
			display = 'books'
		},
		{
			code = 'google scholar',
			display = 'scholar'
		},
		{
			code = 'highbeam',
			display = 'HighBeam'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		},
		{
			code = 'google free images',
			display = 'free images'
		},
		{
			code = 'free news sources',
			display = 'free news sources'
		},
		{
			code = 'wikipedia library',
			display = 'The Wikipedia Library'
		},
		{
			code = 'new york times',
			display = 'NYT'
		},
		{
			code = 'wikipedia reference search',
			display = 'WP reference'
		}
	}
}