Модуль:TableOfChemicals: различия между версиями

Нет описания правки
Нет описания правки
Строка 184: Строка 184:
local image = getMixingImage(mixingCategory.id)
local image = getMixingImage(mixingCategory.id)
if image ~= nil then
if image ~= nil then
table.insert(actions, string.format("[[File:%s|32px]]", image)) -- Картинка
table.insert(actions, string.format("[[File:%s|32px|link=]]", image)) -- Картинка
end
end