모듈:Lua banner: 두 판 사이의 차이

57 바이트 추가됨 ,  2021년 10월 16일 (토)
편집 요약 없음
잔글 ("모듈:Lua banner" 문서를 보호했습니다: 훼손시 영향이 큰 틀이나 모듈 ([편집=자동 인증된 사용자만 허용] (무기한) [이동=자동 인증된 사용자만 허용] (무기한)))
편집 요약 없음
34번째 줄: 34번째 줄:
local moduleLinks = {}
local moduleLinks = {}
for i, module in ipairs(modules) do
for i, module in ipairs(modules) do
module = module:gsub("^[mM]odule%s*:", "모듈:")
moduleLinks[i] = string.format('[[:%s]]', module)
moduleLinks[i] = string.format('[[:%s]]', module)
end
end
41번째 줄: 42번째 줄:
boxArgs.type = 'notice'
boxArgs.type = 'notice'
boxArgs.small = true
boxArgs.small = true
boxArgs.image = '[[File:Lua-logo-nolabel.svg|30px|alt=루아 로고|link=위키백과:루아]]'
boxArgs.image = '[[파일:Lua-logo-nolabel.svg|30px|alt=루아 로고|link=위키백과:루아]]'
return mMessageBox.main('mbox', boxArgs)
return mMessageBox.main('mbox', boxArgs)
end
end
54번째 줄: 55번째 줄:
-- Error category
-- Error category
if #modules < 1 then
if #modules < 1 then
cats[#cats + 1] = 'Lua templates with errors'
cats[#cats + 1] = '오류가 있는 루아 틀'
end
end
익명 사용자