Module:InfoboxImage
Revision as of 18:40, 28 August 2012 by en>WOSlinker (Created page with "local i = {}; function i.InfoboxImage(args) -- if ustring.sub(args["image"],1,2) == "[[" then return args["image"]; -- else -- return args["image"]; -- ...")
Documentation for this module may be created at Module:InfoboxImage/doc
local i = {};
function i.InfoboxImage(args)
-- if ustring.sub(args["image"],1,2) == "[[" then
return args["image"];
-- else
-- return args["image"];
-- end
end
return i;