return {
-- Blurb
-- $1 is the intro link, and $2 represents the other links.
blurb = "''Find sources:'' $1$2",
-- Links
links = {
{
code = 'google',
display = 'ഗൂഗിൾ',
separator = ' (',
},
{
code = 'google books',
display = 'പുസ്തകങ്ങൾ',
},
{
code = 'google news',
display = 'വാർത്ത',
},
{
code = 'google scholar',
display = 'സ്കോളർ',
},
{
code = 'google free images',
display = 'സ്വതന്ത്ര ചിത്രങ്ങൾ',
},
{
code = 'wikipedia reference search',
display = 'WP refs',
afterDisplay = ')',
},
{
code = 'free news sources',
display = 'FENS',
tooltip = 'സൗജന്യ ഇംഗ്ലീഷ് പത്ര സ്രോതസ്സുകൾ',
},
{
code = 'jstor',
display = 'JSTOR',
},
{
code = 'new york times',
display = "''NYT''",
tooltip = 'The New York Times',
},
{
code = 'wikipedia library',
display = 'TWL',
tooltip = 'The Wikipedia Library',
},
}
}