Documentation for this module may be created at Module:Link if exists/doc
local p = {} function p.main(frame) return '' end function p._main(args) return '' end function p.render(frame) return '' end return p