מייבאים כמותיים, בדוקי עריכות אוטומטית, אינטערפעיס אדמיניסטראַטאָרן, מנטרים, מייבאים, מעדכנים, אספקלריה רעדאקטארן
3,951
רעדאגירונגען
(מולד זקן) |
(נישט נעגעטיוו) |
||
| שורה 11: | שורה 11: | ||
function p.siman(frame) | function p.siman(frame) | ||
local Y = tonumber(frame.args[1]) or tonumber(frame:getParent().args[1]) | local Y = tonumber(frame.args[1]) or tonumber(frame:getParent().args[1]) | ||
if not Y then return "שנה לא תקפה" end | if not Y or Y <= 0 then return "שנה לא תקפה" end | ||
local b = 38004 + 765433 * math.floor((235 * Y - 234) / 19) | local b = 38004 + 765433 * math.floor((235 * Y - 234) / 19) | ||
local d = math.floor(b / 25920) | local d = math.floor(b / 25920) | ||
רעדאגירונגען