Module:Protection banner: Difference between revisions

should have been math.ceil, not math.floor
(key components are in the correct order now - property order still a long way off, though)
(should have been math.ceil, not math.floor)
Line 85:
local tinsert = table.insert
local tremove = table.remove
local floorceil = math.floorceil
 
local function toTableEnd(t, pos)
Line 156:
else
local quotient = i / 2 ^ (j - 1)
quotient = floorceil(quotient)
if quotient % 2 == 1 then
key[pos] = val