Difference between revisions of "Module:InfoboxImage"

From Betting Wiki
Jump to navigation Jump to search
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"]; -- ...")
(No difference)

Revision as of 18:40, 28 August 2012

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;