此模块的文档可以在模块:SMWUtils/doc创建
p = {} function p.exists(query) return mw.smw.ask(query.."|limit=1") end return p