1136
правок
Изменения
Нет описания правки
if parts.mod == '' and parts.name:find( '^Люб' ) then
ingredientsCell = table.concat( ingredientsCell, ingredients )
elseif parts.mod ~= '' and parts.name:find( '^Люб' ) then
table.insert( ingredientsCell, separator .. mw.ustring.sub( parts.name, 0, 6 ) .. '[[' .. link .. mw.ustring.sub( parts.name, 6 ) .. ']]' )
else
table.insert( ingredientsCell, '[[' .. link .. parts.name .. ']]' )
end
separator = ''