Jump to content

Module:InfoboxImage

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 18:40, 28 August 2012 (Created page with "local i = {}; function i.InfoboxImage(args) -- if ustring.sub(args["image"],1,2) == "[[" then return args["image"]; -- else -- return args["image"]; -- ..."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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;