Documentation for this module may be created at Module:Sandbox/User:Californ1a/doc
local p = {} function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) end return p