Changes
no edit summary
end
result = "[[File:" .. frame.args["image"]; result = result .. "/|" .. (size or sizedefault or "frameless");
if alt ~= "" and alt ~= nil then
result = result .. "/|alt=" .. alt;
end
esult = result .. "]]";
return result;