יחידה:TemplateTranslation/en: הבדלים בין גרסאות בדף

https://he.wikipedia.org/wiki/%D7%99%D7%97%D7%99%D7%93%D7%94:TemplateTranslation/en
(https://he.wikipedia.org/wiki/%D7%99%D7%97%D7%99%D7%93%D7%94:TemplateTranslation/en/Cite_GHG)
 
(https://he.wikipedia.org/wiki/%D7%99%D7%97%D7%99%D7%93%D7%94:TemplateTranslation/en)
 
שורה 1: שורה 1:
local p = {}
_G.language = 'en'


p.ikeys = {
-- list of supported templates
1,
_G.templates = {
2,
'Cite GHG'
3,
'nologo',
'notitle'
}
}
p.okeys = {
{1},
{2},
{3},
{'ללא סמל'},
{'ללא שם'},
}
p.options = { linear = true, implicitnumbers = true }
function p.transform(f, i)
local t, o


-- Target template name
return require ('Module:TemplateTranslation')
t = 'גזניוס קאוטש קאולי'
-- Init output arguments
o = {}
o[1] = i[1]
o[2] = i[2]
o[3] = i[3]
o['ללא סמל'] = i['nologo']
o['ללא שם'] = i['notitle']
 
return {t, o}
end
return p