La documentation pour ce module peut être créée à Module:Babel/doc

local p = {}

function p.main(frame)
	local f = (frame.args[1] or frame.args.item) and frame or frame:getParent()
    return f:callParserFunction('#babel', f.args)
end

return p