Module:Find sources/templates/Find sources video games: Difference between revisions
From All Skies Encyclopaedia
imported>Headbomb m (Headbomb moved page Module:Find sources/templates/Find video game sources to Module:Find sources/templates/Find sources video games without leaving a redirect: that broke things... i hate modules) |
imported>Mr. Stradivarius (Remove Highbeam, as the service is no longer running - see https://www.questia.com/hbr-welcome) |
||
Line 24: | Line 24: | ||
code = 'google scholar', |
code = 'google scholar', |
||
display = 'scholar' |
display = 'scholar' |
||
}, |
|||
{ |
|||
code = 'highbeam', |
|||
display = 'HighBeam' |
|||
}, |
}, |
||
{ |
{ |
Revision as of 23:25, 4 January 2019
Documentation for this module may be created at Module:Find sources/templates/Find sources video games/doc
return {
-- Blurb
-- $1 is the intro link, and $2 represents the other links.
blurb = "''Find video game sources:'' $1 – $2",
-- Links
introLink = {
code = 'google'
},
links = {
{
code = 'google news',
display = 'news'
},
{
code = 'google newspapers',
display = 'newspapers'
},
{
code = 'google books',
display = 'books'
},
{
code = 'google scholar',
display = 'scholar'
},
{
code = 'jstor',
display = 'JSTOR'
},
{
code = 'google free images',
display = 'free images'
},
{
code = 'free news sources',
display = 'free news sources'
},
{
code = 'wikipedia library',
display = 'The Wikipedia Library'
},
{
code = 'new york times',
display = 'NYT'
},
{
code = 'wikipedia reference search',
display = 'WP reference'
},
{
code = 'vgrs',
display = 'VG/RS'
},
{
code = 'vgrl',
display = 'VG/RL'
},
{
code = 'vgtalk',
display = 'WPVG/Talk'
}
}
}