Modul:Message box: Unterschied zwischen den Versionen
control for blank values of args.date
(useId --> allowId) |
(control for blank values of args.date) |
||
| Zeile 331: | Zeile 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) | ||