Module:Find sources/templates/Find general sources
Appearance
मॉड्यूल बिबरनलेख[बनाईं]
You might want to बनाईं a documentation page for this Scribunto module. संपादक लोग एह मॉड्यूल के अभ्यासपन्ना (सैंडबाक्स) (बनाईं | मिरर करीं) आ टेस्टकेस (बनाईं) पन्ना पर अभ्यास भा प्रयोग (टेस्टिंग) क सकत बाटे। अनुरोध बा कि अगर श्रेणी जोड़े के होखे तब /doc उपपन्ना (सबपेज) पर जोड़ल जाय। एह मॉड्यूल के उपपन्ना (सबपेज) देखीं। |
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 scholar',
display = 'scholar',
},
{
code = 'google free images',
display = 'free images',
},
{
code = 'wikipedia reference search',
display = 'WP refs',
afterDisplay = ')',
},
{
code = 'free news sources',
display = 'FENS',
tooltip = 'Free English newspaper sources',
},
{
code = 'jstor',
display = 'JSTOR',
},
{
code = 'new york times',
display = "''NYT''",
tooltip = 'The New York Times',
},
{
code = 'wikipedia library',
display = 'WP Library',
tooltip = 'The Wikipedia Library',
},
}
}