Difference between revisions of "Module:Int"

Jump to navigation Jump to search
1 byte added ,  23:42, 28 January 2017
m
no edit summary
>Shirayuki
(trim arguments)
>Shirayuki
m
Line 7: Line 7:
     local pargs = (frame:getParent() or {}).args
     local pargs = (frame:getParent() or {}).args
     local arguments = {}
     local arguments = {}
     for k, v in pairs(args) do
     for k, v in pairs(pargs) do
         local n = tonumber(k) or 0
         local n = tonumber(k) or 0
         if (n >= 2) then
         if (n >= 2) then
Anonymous user

Navigation menu