Module:Find sources/templates/Find sources/sandbox
Appearance
![]() | This is the module sandbox page for Module:Find sources/templates/Find sources (diff). |
This module is generally no longer used. You probably want Module:Find sources/templates/Find general sources instead.
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'
},
links = {
{
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'
},
},
morelinks = {
{
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'
}
}
}