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

292 בייטן צוגעלייגט ,  פֿאַר 4 חדשים
קיין רעדאגירונג באמערקונג
ק (טעות סופר)
אין תקציר עריכה
שורה 45: שורה 45:
   return mw.text.trim(s)
   return mw.text.trim(s)
end
end
 
-- אפשרות להשתמש בצורה:  {{#invoke:קביעות|5784}}
setmetatable(p, {
    __index = function(_, key)
        local Y = tonumber(key)
        if not Y or Y <= 0 then return function() return "Invalid year" end end
        return function() return p._siman(Y) end
    end
})
return p
return p