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

1 바이트 제거됨 ,  2015년 11월 10일 (화)
잔글
편집 요약 없음
편집 요약 없음
잔글편집 요약 없음
348번째 줄: 348번째 줄:
local catTitle = string.format('%s %s %s', mainCat, preposition, date)
local catTitle = string.format('%s %s %s', mainCat, preposition, date)
self:addCat(0, catTitle)
self:addCat(0, catTitle)
catTitle = getTitleObject('Category:' .. catTitle)
catTitle = getTitleObject('분류:' .. catTitle)
if not catTitle or not catTitle.exists then
if not catTitle or not catTitle.exists then
self:addCat(0, 'Articles with invalid date parameter in template')
self:addCat(0, '지정 날짜가 올바르지 않은 틀이 있는 문서')
end
end
elseif mainCat and (not date or date == '') then
elseif mainCat and (not date or date == '') then
407번째 줄: 407번째 줄:
if self.invalidTypeError then
if self.invalidTypeError then
local allSort = (self.title.namespace == 0 and 'Main:' or '') .. self.title.prefixedText
local allSort = (self.title.namespace == 0 and 'Main:' or '') .. self.title.prefixedText
self:addCat('all', 'Wikipedia message box parameter needs fixing', allSort)
self:addCat('all', '잘못된 위키백과 알림 상자', allSort)
end
end
if self.isSubstituted then
if self.isSubstituted then
익명 사용자