Changes

Module:Message box

27 bytes removed, 05:27, 8 October 2013
don't make the box object available from other modules - it's not really designed for that kind of use
end
local function makeBoxmain(boxType, args)
box:setTitle(args)
local cfg = box:getConfig(boxType)
args[k] = v
end
return makeBoxmain(boxType, args)
end
end
local p = {
box main = box, makeBox = makeBoxmain,
mbox = makeWrapper('mbox')
}
Anonymous user