모듈:Message box: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
"그림 = 없음" 처리
잔글편집 요약 없음 |
("그림 = 없음" 처리) |
||
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')) |