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

דיוק
(אביסל צופאסונג)
(דיוק)
 
שורה 496: שורה 496:
end
end


     if mw.ustring.match(wikitext, "%d+['ס]?ט[ערן] י") then
     if mw.ustring.match(wikitext, "%d+['ס]?ט[ען]ר? י") then
local yearStr = mw.ustring.match(wikitext, "(%d+)['ס]?ט[ערן] י")
local yearStr = mw.ustring.match(wikitext, "(%d+)['ס]?ט[ען]ר? י")
                 return Date.new( { year=tonumber(yearStr)*100, month=0, day=0, precision= Date.PRECISION.YEAR100 } )
                 return Date.new( { year=tonumber(yearStr)*100, month=0, day=0, precision= Date.PRECISION.YEAR100 } )
end
end