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

44 בייטן צוגעלייגט ,  פֿאַר 2 יאָר
אפדעיט
(אפדעיט)
צייכן: צוריקגעשטעלט
(אפדעיט)
צייכן: צוריקגעשטעלט
שורה 967: שורה 967:
end
end
str = mw.ustring.gsub(str," שנה", "")
str = mw.ustring.gsub(str," שנה", "")
if tonumber(str) > 0 and
local t = parseDateRange(frame.args[1], "raw", inclusive)
tonumber(parseDateRange(frame.args[1], "raw", inclusive)) < 0 then
if tonumber(str) and tonumber(t) and tonumber(str) > 0 and tonumber(t) < 0 then
str = -1 * str
str = -1 * str
end
end