모듈:Message box: 두 판 사이의 차이

292 바이트 추가됨 ,  2015년 11월 10일 (화)
"그림 = 없음" 처리
잔글편집 요약 없음
("그림 = 없음" 처리)
576번째 줄: 576번째 줄:
newargs.small = localize.small_map[newargs.small] or newargs.small
newargs.small = localize.small_map[newargs.small] or newargs.small
end
end
if newargs.image == '없음' then newargs.image = 'none' end
if newargs.imageright == '없음' then newargs.imageright = 'none' end
if newargs.smallimage == '없음' then newargs.smallimage = 'none' end
if newargs.smallimageright == '없음' then newargs.smallimageright = 'none' end
local box = MessageBox.new(boxType, newargs, cfgTables or mw.loadData('Module:Message box/configuration'))
local box = MessageBox.new(boxType, newargs, cfgTables or mw.loadData('Module:Message box/configuration'))
익명 사용자