« Module:Message box » : différence entre les versions

mAucun résumé des modifications
mAucun résumé des modifications
Ligne 27 : Ligne 27 :
end
end


function p.main(title, content, image)
function p.main(frame, title, content, image)
     local box = MessageBox:new(title, content, image)
     local box = MessageBox:new(title, content, image)
     return box:export()
     return box:export()