Difference between revisions of "Module:Find sources/templates/Find sources"
Jump to navigation
Jump to search
blackwiki>Headbomb |
m (15 revisions imported) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| 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 | + | blurb = "''Find sources:'' $1$2", |
-- Links | -- Links | ||
| − | |||
| − | |||
| − | |||
links = { | links = { | ||
{ | { | ||
| − | code = 'google | + | code = 'google', |
| − | display = ' | + | display = 'Google', |
| + | separator = ' (', | ||
}, | }, | ||
{ | { | ||
| − | code = 'google | + | code = 'google books', |
| − | display = ' | + | display = 'books', |
}, | }, | ||
{ | { | ||
| − | code = 'google | + | code = 'google news', |
| − | display = ' | + | display = 'news', |
}, | }, | ||
{ | { | ||
| − | code = 'google | + | code = 'google newspapers', |
| − | display = ' | + | display = 'newspapers', |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'google scholar', |
| − | display = ' | + | display = 'scholar', |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'google free images', |
| − | display = ' | + | display = 'free images', |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'wikipedia reference search', |
| − | display = ' | + | display = 'WP refs', |
| + | afterDisplay = ')', | ||
}, | }, | ||
{ | { | ||
code = 'free news sources', | code = 'free news sources', | ||
| − | display = ' | + | display = 'FENS', |
}, | }, | ||
{ | { | ||
| − | code = ' | + | code = 'jstor', |
| − | display = ' | + | display = 'JSTOR', |
}, | }, | ||
{ | { | ||
code = 'new york times', | code = 'new york times', | ||
| − | display = 'NYT' | + | display = "''NYT''", |
}, | }, | ||
{ | { | ||
| − | code = 'wikipedia | + | code = 'wikipedia library', |
| − | display = ' | + | display = 'TWL', |
| − | } | + | }, |
} | } | ||
} | } | ||
Latest revision as of 16:36, 26 September 2020
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',
},
}
}