Module:Find sources/templates/Find 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
introLink = {
code = 'google'
},
links = {
{
code = 'google news',
display = 'समाचार'
},
{
code = 'google newspapers',
display = 'अखबार'
},
{
code = 'google books',
display = 'किताब'
},
{
code = 'google scholar',
display = 'स्कॉलर'
},
{
code = 'highbeam',
display = 'हाईबीम'
},
{
code = 'jstor',
display = 'जेस्टोर'
},
{
code = 'google free images',
display = 'फ्री इमेज'
},
{
code = 'free news sources',
display = 'फ्री समाचार स्रोत'
},
{
code = 'wikipedia library',
display = 'विकिपीडिया लाइब्रेरी'
},
{
code = 'new york times',
display = 'न्यूयार्क टाइम्स'
},
{
code = 'wikipedia reference search',
display = 'विकि संदर्भ'
}
}
}