Module:Find sources/templates/Find sources video games: Difference between revisions
From All Skies Encyclopaedia
imported>MusikAnimal m (Protected "Module:Find sources/templates/Find sources video games": High-risk template or module; match protection with associated template ([Edit=Require autoconfirmed or confirmed access] (indefinite))) |
imported>Paine Ellsworth (per edit request at Module talk:Find sources) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 39: | Line 39: | ||
{ |
{ |
||
code = 'wikipedia library', |
code = 'wikipedia library', |
||
display = ' |
display = 'TWL' |
||
}, |
}, |
||
{ |
{ |
||
code = 'new york times', |
code = 'new york times', |
||
display = 'NYT' |
display = "''NYT''" |
||
}, |
}, |
||
{ |
{ |
Latest revision as of 18:29, 17 December 2022
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 = 'TWL'
},
{
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'
}
}
}