Module:Find sources/templates/Find general sources
This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
මෙම Lua module පිටු බොහෝ ගණනක භාවිතා වන නිසා සිදුකරන වෙනස් කිරීම් බොහෝ ස්ථානවලට බලපානු ඇත. ඔබ සිදුකිරීමට අදහස් කරන වෙනස්කම් මෙම මොඩියුලයට අදාළ /sandbox හෝ /testcases උපපිටු. එම වෙනස්කම් සිදුකිරීමට ප්රථම අදාළ සාකච්ඡා පිටුවේ ඒ පිළිබඳව සංවාදයක් ගොඩනැගීමට කාරුණික වන්න.
Transclusion count updated automatically (ප්රලේඛනය වෙතට යොමුවන්න). |
Usage
සංස්කරණය{{#invoke:Find sources/templates/Find general sources|function_name}}
return {
-- Blurb
-- $1 is the intro link, and $2 represents the other links.
blurb = "''තොරතුරු ප්රභව:'' $1$2",
-- Links
links = {
{
code = 'google',
display = 'ගූගල්',
separator = ' (',
},
{
code = 'google books',
display = 'පොත්',
},
{
code = 'google news',
display = 'පුවත්',
},
{
code = 'google scholar',
display = 'scholar',
},
{
code = 'google free images',
display = 'නිදහස් රූප',
},
{
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 = 'TWL',
tooltip = 'The Wikipedia Library',
},
}
}