편집 요약 없음
(해결 부분에서 줄바꿈) |
편집 요약 없음 |
||
294번째 줄: | 294번째 줄: | ||
local date | local date | ||
if args.date and args.date ~= '' then | if args.date and args.date ~= '' then | ||
date = | date = args.date | ||
elseif args.date == '' and self.isTemplatePage then | elseif args.date == '' and self.isTemplatePage then | ||
date = lang:formatDate('Y년 n월') | date = lang:formatDate('Y년 n월') | ||
369번째 줄: | 369번째 줄: | ||
allCat = type(allCat) == 'string' and allCat | allCat = type(allCat) == 'string' and allCat | ||
if mainCat and date and date ~= '' then | if mainCat and date and date ~= '' then | ||
local catTitle = string.format('%s | local catTitle = string.format('%s/%s', mainCat, date) | ||
self:addCat(0, catTitle) | self:addCat(0, catTitle) | ||
catTitle = getTitleObject('분류:' .. catTitle) | catTitle = getTitleObject('분류:' .. catTitle) | ||
604번째 줄: | 604번째 줄: | ||
if newargs.smallimage == '없음' then newargs.smallimage = 'none' end | if newargs.smallimage == '없음' then newargs.smallimage = 'none' end | ||
if newargs.smallimageright == '없음' then newargs.smallimageright = 'none' end | if newargs.smallimageright == '없음' then newargs.smallimageright = 'none' end | ||
if newargs.date then newargs.date = getDate(newargs.date) 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')) | ||
box:setParameters() | box:setParameters() |