Module:InfoboxImage

From Random Island Wiki
Revision as of 13:45, 28 August 2012 by >WOSlinker
Jump to navigation Jump to search

Documentation for this module may be created at Module:InfoboxImage/doc

local i = {};

function i.InfoboxImage(frame)
--    if ustring.sub(frame["image"],1,2) == "[[" then
        return frame["image"];
--    else
--        return frame["image"];
--    end
end

return i;