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

10 בייטן אראפגענומען ,  פֿאַר 2 יאָר
קודם כל
(אידיש)
(קודם כל)
צייכן: צוריקגעשטעלט
שורה 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