Modul:Find sources/templates/Find sources
Videz
Mogoče bi radi ustvarili dokumentacijsko stran za ta Scribunto modul Urejevalci lahko preizkušate ta modul v peskovniku (ustvari | mirror) in testnihprimerih (ustvari). Prosimo, da dodate kategorije v /dok podstran. Podstrani te predloge. |
return {
-- Blurb
-- $1 is the intro link, and $2 represents the other links.
blurb = "''Najdi vire:'' $1$2",
-- Links
links = {
{
code = 'google',
display = 'Google',
separator = ' (',
},
{
code = 'google books',
display = 'knjige',
},
{
code = 'google news',
display = 'novice',
},
{
code = 'google scholar',
display = 'učenjak',
},
{
code = 'google free images',
display = 'proste slike',
},
{
code = 'wikipedia reference search',
display = 'WP-sklici',
afterDisplay = ')',
},
{
code = 'free news sources',
display = 'FENS',
tooltip = 'prosti časopisi v angleščini',
},
{
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',
},
}
}