local p = {} --p代表包(package) title="Raychell" function p.foo1(frame) return mw.site.namespaces[1] end function p.foo2(frame) return mw.site.namespaces end function p.foo3(frame) return mw.site.namespaces[1].subject[1] end return p