Перейти к содержанию

Модуль:Подвал

Материал из LemonCraft Wiki

Для документации этого модуля может быть создана страница Модуль:Подвал/doc

local p = {}

function p.row( f )
    f:callParserFunction( '#dplvar:set', 'recipetable-multirow', '' )
    f:callParserFunction( '#dplvar:set', 'recipetable-name', '', 'recipetable-description', '' )
    f:getParent():callParserFunction( '#dplvar:set', 'recipetable-multirow', '' )
    f:getParent():callParserFunction( '#dplvar:set', 'recipetable-name', '', 'recipetable-description', '' )
end

return p