אונטערשייד צווישן ווערסיעס פון "יחידה:הערה"

147 בייטן צוגעלייגט ,  פֿאַר 1 יאָר
"דארט"
(סאיז נישט גייט)
צייכן: אַנולירונג
("דארט")
 
(6 מיטלסטע ווערסיעס פון 3 באַניצער נישט געוויזן.)
שורה 7: שורה 7:
local refDic = {}
local refDic = {}
local args = argModule.getArgs(frame)
local args = argModule.getArgs(frame)
local refName = args['שם']
local refName = args['שם'] or args['name'] or args['נאמען']
local refGroup = args['קבוצה']
local ibid = args['דארט']
local refGroup = args['קבוצה'] or args['group']
local direction = args['כיוון']
local direction = args['כיוון']
if direction and direction ~= 'ימין' and direction ~= 'שמאל' then
if direction and direction ~= 'ימין' and direction ~= 'שמאל' then
warnings = '<span class="error">פרמטר כיוון שגוי</span>[[קטגוריה:דפים עם שגיאות בהערה]]'
warnings = '<span class="error">פרמטר כיוון שגוי</span>[[קאטעגאריע:דפים עם שגיאות בהערה]]'
end
end
if args[2] then
if args[2] then
warnings = '<span class="error"><sup> פרמטר שני בהערה: </sup></span>[[קטגוריה:דפים עם שגיאות בהערה]]'
warnings = '<span class="error"><sup> פרמטר שני בהערה: </sup></span>[[קאטעגאריע:דפים עם שגיאות בהערה]]'
end
end
שורה 25: שורה 26:
end
end
if refName and #refName then refDic['name'] = refName end
if refName and #refName then refDic['name'] = refName end
if ibid and #ibid then refDic['extends'] = ibid end
if refGroup and #refGroup then refDic['group'] = refGroup end
if refGroup and #refGroup then refDic['group'] = refGroup end
if direction and direction=='שמאל' then refDic['dir'] = 'ltr' end
if direction and direction=='שמאל' then refDic['dir'] = 'ltr' end