模块:TEMPLATENAME

来自决策链云智库

可在模块:TEMPLATENAME/doc创建此模块的帮助文档

local p = {}

function p.main(frame)
	return frame:getParent():getTitle()
end

return p