2734
правки
Изменения
Нет описания правки
table.insert( row, args["описание"] or '' )
end
if nameCell then row = table.concat( row, '\n!' ) else row = table.concat( row, '\n|' ) end
--[[if nameCell then
row = row .. '!\n'
else
row = row .. '|\n'
end--]]
local footer = ''