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

From blackwiki
Jump to navigation Jump to search
blackwiki>Danski454
(rm highbeam)
blackwiki>Danski454
(sync)
Line 46: Line 46:
 
{
 
{
 
code = 'new york times',
 
code = 'new york times',
display = 'NYT',
+
display = "''NYT''",
 
},
 
},
 
{
 
{

Revision as of 19:59, 30 July 2020

Documentation for this module may be created at Module:Find sources/templates/Find sources/sandbox/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',
		},
		{
			code = 'jstor',
			display = 'JSTOR',
		},
		{
			code = 'new york times',
			display = "''NYT''",
		},
		{
			code = 'wikipedia library',
			display = 'TWL',
		},
	}
}