Module:InfoboxImage: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 208:
sizedefault = sizedefault .. "px";
end
result = "[[File:" .. image;
 
result = "[[File:" .. image;
if mw.ustring.lower(mw.ustring.sub(image,1,5)) == "http:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,6)) == "[http:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,7)) == "[[http:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,6)) == "https:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,7)) == "[https:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,8)) == "[[https:" then
result = image;
end
if page ~= "" and page ~= nil then
result = result .. "|page=" .. page;
Line 282 ⟶ 257:
end
result = result .. "]]";
if mw.ustring.lower(mw.ustring.sub(image,1,85)) == "[[httpshttp:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,56)) == "[http:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,67)) == "[[http:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,6)) == "https:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,7)) == "[[httphttps:" then
result = image;
end
if mw.ustring.lower(mw.ustring.sub(image,1,78)) == "[[https:" then
result = image;
end
return result;