此模块的文档可以在模块:Test/doc创建
local p = {} function p.test() return mw.dumpObject(mw.site.namespaces) end return p