Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Message box: Difference between revisions

Content added Content deleted
(control for blank values of args.date)
(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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.