Difference between revisions of "Module:Message box"

Jump to navigation Jump to search
more controlling for blank dates
en>Mr. Stradivarius
(control for blank values of args.date)
en>Mr. Stradivarius
(more controlling for blank dates)
Line 338: Line 338:
                     self:addCat('main', 'Articles with invalid date parameter in template')
                     self:addCat('main', 'Articles with invalid date parameter in template')
                 end
                 end
             elseif mainCat and not date then
             elseif mainCat and (not date or date == '') then
                 self:addCat('main', mainCat)
                 self:addCat('main', mainCat)
             end
             end
Anonymous user

Navigation menu