Changes

Jump to navigation Jump to search

Module:InfoboxImage

10 bytes removed, 11:56, 22 June 2013
if title blank then use alt
if alt ~= "" and alt ~= nil then
result = result .. "|alt=" .. alt;
elseif title ~= "" and title ~= nil then
result = result .. "|alt=" .. title;
end
if border == "yes" then
if title ~= "" and title ~= nil then
result = result .. "|" .. title;
elseif alt ~= "" and alt ~= nil then
result = result .. "|" .. alt;
end
result = result .. "]]";
Anonymous user

Navigation menu