Documentation for this module may be created at 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