"ମଡ୍ୟୁଲ:Message box" ପୃଷ୍ଠାର ସଂସ୍କରଣ‌ଗୁଡ଼ିକ ମଧ୍ୟରେ ତଫାତ

Content deleted Content added
only add id when cfg.useId is true
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 = {
boxmain = boxmain,
makeBox = makeBox,
mbox = makeWrapper('mbox')
}