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
box:setTitle(args)
local cfg = box:getConfig(boxType)
வரிசை 553:
args[k] = v
end
return
end
end
local p = {
mbox = makeWrapper('mbox')
}
| |||