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

אנולירט רעוויזיע 251671 פון צמא לדעת (שמועס): דאטום פעלערן פראבע
(קודם כל)
צייכן: צוריקגעשטעלט
(אנולירט רעוויזיע 251671 פון צמא לדעת (שמועס): דאטום פעלערן פראבע)
צייכנס: אַנולירונג צוריקגעשטעלט
שורה 196: שורה 196:
local hdate = fixmonth(hdate1)
local hdate = fixmonth(hdate1)
if 1 == find1(hdate, "ראש חודש")
if 1 == find1(hdate, "ראש חודש")
then hdate = "א' " .. sub1(hdate, 10) end
then hdate = "א' ב" .. sub1(hdate, 10) end
local h1, h2, h3 = parts(hdate)
local h1, h2, h3 = parts(hdate)
--[=[
--[=[
שורה 240: שורה 240:
local h3 = sub1(wdate, s2 + 1, len1(wdate))
local h3 = sub1(wdate, s2 + 1, len1(wdate))
for f, ff in pairs(mtable) do
for f, ff in pairs(mtable) do
if ff == h2 then
if "ב" .. ff == h2 then
return h1 .. "-" .. frame:callParserFunction("padleft", {f, 2})
return h1 .. "-" .. frame:callParserFunction("padleft", {f, 2})
.. "-" .. frame:callParserFunction("padleft", {h3, 4}) end
.. "-" .. frame:callParserFunction("padleft", {h3, 4}) end