Изменения
Модуль:Надстрочное предупреждение (посмотреть исходный код)
Версия от 17:56, 16 мая 2023
, 2 года назадfix
local function getCategory( category, config, date )
local function getCategory( category, config, date )
if isEmpty( date ) then
if isEmpty( date ) then
return nil
return ''
end
end
if isEmpty( category ) then
if isEmpty( category ) then
return nil
return ''
end
end
end
end
return nil
return ''
end
end