Module:InfoboxImage

From Zoophilia Wiki
Revision as of 18:45, 28 August 2012 by meta>WOSlinker
Jump to navigationJump 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;