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

From blackwiki
Jump to navigation Jump to search
blackwiki>Headbomb
(display = 'Google')
blackwiki>Headbomb
(test)
Line 2: Line 2:
 
-- Blurb
 
-- Blurb
 
-- $1 is the intro link, and $2 represents the other links.
 
-- $1 is the intro link, and $2 represents the other links.
blurb = "''Find sources:'' $1 – $2",
+
blurb = "''Find sources:'' $1 – ($2)– ($3)",
  
 
-- Links
 
-- Links
Line 9: Line 9:
 
display = 'Google'
 
display = 'Google'
 
},
 
},
links = {
+
googleLinks = {
 
{
 
{
 
code = 'google books',
 
code = 'google books',
Line 22: Line 22:
 
display = 'newspapers'
 
display = 'newspapers'
 
},
 
},
 
 
{
 
{
 
code = 'google scholar',
 
code = 'google scholar',
Line 55: Line 54:
 
display = 'NYT'
 
display = 'NYT'
 
},
 
},
 +
},
 +
otherLinks = {
 +
{
 +
code = 'highbeam',
 +
display = 'HighBeam'
 +
},
 +
{
 +
code = 'jstor',
 +
display = 'JSTOR'
 +
},
 +
{
 +
code = 'free news sources',
 +
display = 'FENS'
 +
},
 +
{
 +
code = 'wikipedia library',
 +
display = 'TWL'
 +
},
 +
{
 +
code = 'new york times',
 +
display = 'NYT'
 +
}
 
}
 
}
 
}
 
}

Revision as of 22:12, 20 August 2018

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)– ($3)",

	-- Links
	introLink = {
		code = 'google',
		display = 'Google'
	},
	googleLinks = {
		{
			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'
		},
		{
			code = 'highbeam',
			display = 'HighBeam'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		},
		{
			code = 'free news sources',
			display = 'FENS'
		},
		{
			code = 'wikipedia library',
			display = 'TWL'
		},
		{
			code = 'new york times',
			display = 'NYT'
		},
	},
	otherLinks = {
		{
			code = 'highbeam',
			display = 'HighBeam'
		},
		{
			code = 'jstor',
			display = 'JSTOR'
		},
		{
			code = 'free news sources',
			display = 'FENS'
		},
		{
			code = 'wikipedia library',
			display = 'TWL'
		},
		{
			code = 'new york times',
			display = 'NYT'
		}
	}
}