Open main menu

Changes

Module:InfoboxImage

51 bytes added, 18:11, 24 February 2013
add comment
local alt = frame.args["alt"];
-- remove file: or image: prefix if exists
if string.lower(string.sub(image,1,5)) == "file:" then
image = string.sub(image,6,string.len(image));
Anonymous user