Модул:Пронађи изворе/templates/Find sources — разлика између измена
Пређи на навигацију
Пређи на претрагу
(Нова страница: return { -- Blurb -- $1 is the intro link, and $2 represents the other links. blurb = "''Пронађи изворе:'' $1 — $2", -- Links introL…) |
м (1 измена увезена) |
Тренутна верзија на датум 5. фебруар 2021. у 13:51
Документацију овог модула можете да направите на страници Модул:Пронађи изворе/templates/Find sources/док
return {
-- Blurb
-- $1 is the intro link, and $2 represents the other links.
blurb = "''Пронађи изворе:'' $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 = 'HB'
},
{
code = 'jstor',
display = 'JSTOR'
},
{
code = 'google free images',
display = 'Гугл бесплатне слике'
},
{
code = 'wikipedia library',
display = 'WL'
}
}
}