Изменения

Модуль:Варка

1 байт добавлено, 14:54, 12 августа 2016
Нет описания правки
if nameCell then
table.insert( row, 1, nameCell )
end
local descriptionCell = args["описание"] or ''
if f:callParserFunction( '#dplvar', 'brewingdescription' ) == '1' then
table.insert( row, descriptionCell )
end
if f:callParserFunction( '#dplvar', 'brewingduration' ) == '1' then
table.insert( row, durationCell )
end
 
local descriptionCell = args["описание"] or ''
if f:callParserFunction( '#dplvar', 'brewingdescription' ) == '1' then
table.insert( row, descriptionCell )
end