יחידה:TemplateTranslation/en/Cite GHG
קפיצה לניווט
קפיצה לחיפוש
ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:TemplateTranslation/en/Cite GHG/תיעוד
local p = {}
p.ikeys = {
1,
2,
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
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