Изменения

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

Нет изменений в размере, 15:06, 12 августа 2016
Нет описания правки
local durationCell = args["продолжительность"] or ''
if f:callParserFunction( '#dplvar', 'brewingduration' ) == '1' then
table.insert( row, 'style="text-align:center" |' .. durationCell )
end
local descriptionCell = args["описание"] or ''
if f:callParserFunction( '#dplvar', 'brewingdescription' ) == '1' then
table.insert( row, 'style="text-align:center" |' .. descriptionCell )
end