打开主菜单
首页
随机
登录
设置
关于iFx Wiki
免责声明
iFx Wiki
搜索
更改
←上一编辑
下一编辑→
模块:Inherit
(查看源代码)
2020年12月31日 (四) 17:26的版本
添加68字节
、
2020年12月31日 (四) 17:26
无编辑摘要
第53行:
第53行:
local res = mw.smw.getQueryResult(query)
local res = mw.smw.getQueryResult(query)
for j, r in ipairs(res.results) do
for j, r in ipairs(res.results) do
−
for k, t in ipairs(
r.printouts[query_property]
) do
+
local res = r.printouts[query_property]
−
results[t] = true
+
if res then
+
for k, t in ipairs(
res
) do
+
results[t] = true
+
end
end
end
end
end
VIFF
IFEXEditor、
行政员
、
评论管理员
、
界面管理员
、
管理员(语义MediaWiki)
、
监护人(语义MediaWiki)
、
管理员
1,370
个编辑