Difference between revisions of "Module:Find sources/templates/Find sources"
Jump to navigation
Jump to search
blackwiki>Johnuniq (change how results are displayed per Template talk:Find sources#Appearance) |
blackwiki>Johnuniq (remove defunct Highbeam per Template talk:Find sources#Template-protected edit request on 4 January 2019) |
||
| Line 39: | Line 39: | ||
code = 'free news sources', | code = 'free news sources', | ||
display = 'FENS', | display = 'FENS', | ||
| − | |||
| − | |||
| − | |||
| − | |||
}, | }, | ||
{ | { | ||
Revision as of 22:33, 4 January 2019
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',
},
}
}