可在模块:TEMPLATENAME/doc创建此模块的帮助文档
local p = {} function p.main(frame) return frame:getParent():getTitle() end return p