Module:Message box: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
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
வரிசை 521:
end
 
local function makeBoxmain(boxType, args)
box:setTitle(args)
local cfg = box:getConfig(boxType)
வரிசை 553:
args[k] = v
end
return makeBoxmain(boxType, args)
end
end
 
local p = {
boxmain = boxmain,
makeBox = makeBox,
mbox = makeWrapper('mbox')
}
"https://tamilar.wiki/w/Module:Message_box" இலிருந்து மீள்விக்கப்பட்டது