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

27 바이트 추가됨 ,  2016년 5월 21일 (토)
편집 요약 없음
잔글편집 요약 없음
편집 요약 없음
433번째 줄: 433번째 줄:
end
end
if self.isSubstituted then
if self.isSubstituted then
self:addCat('all', 'Pages with incorrectly substituted templates')
self:addCat('all', '잘못 치환된 틀을 사용한 문서')
end
end
end
end
466번째 줄: 466번째 줄:
:addClass('error')
:addClass('error')
:wikitext(string.format(
:wikitext(string.format(
'Template <code>%s[[Template:%s|%s]]%s</code> has been incorrectly substituted.',
'<code>%s[[:%s|%s]]%s</code> 틀이 잘못 치환되었습니다.',
mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
))
))
564번째 줄: 564번째 줄:
:css('text-align', 'center')
:css('text-align', 'center')
:wikitext(string.format(
:wikitext(string.format(
'This message box is using an invalid "type=%s" parameter and needs fixing.',
'이 메시지 상자는 유효하지 않은 "type=%s" 변수를 사용하고 있으므로 수정이 필요합니다.',
self.type or ''
self.type or ''
))
))
익명 사용자