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
(useId --> allowId)
(control for blank values of args.date)
Line 331: Line 331:
mainCat = type(mainCat) == 'string' and mainCat
mainCat = type(mainCat) == 'string' and mainCat
allCat = type(allCat) == 'string' and allCat
allCat = type(allCat) == 'string' and allCat
if mainCat and date then
if mainCat and date and date ~= '' then
local catTitle = format('%s %s %s', mainCat, preposition, date)
local catTitle = format('%s %s %s', mainCat, preposition, date)
self:addCat('main', catTitle)
self:addCat('main', catTitle)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.