Module:Find sources/templates/Find sources
From EverybodyWiki Bios & Wiki
| This module is being discussed in accordance with Wikipedia's deletion policy. Help reach a consensus at its entry.
Maintenance use only: 1. Edit the Tfd log to create the discussion entry. 2. Please consider notifying the author(s) by placing {{subst:Tfdnotice|Find sources/templates/Find sources|Find sources/templates/Find sources/doc}} ~~~~ on their talk page(s). |
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',
},
}
}
