"ماڈیول:Message box" کے نسخوں کے درمیان فرق
useId --> allowId |
control for blank values of args.date |
||
سطر 331: | سطر 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) |