Open main menu

Changes

Module:InfoboxImage

26 bytes added, 18:08, 24 February 2013
string.len(image)
if string.lower(string.sub(image,1,5)) == "file:" then
image = string.sub(image,6,9999string.len(image));
end
if string.lower(string.sub(image,1,6)) == "image:" then
image = string.sub(image,7,9999string.len(image));
end
Anonymous user