查看“模块:Inherit”的源代码
←
模块:Inherit
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
p = {} function p.keys_to_table(set) local res = {} for k, v in ipairs(set) do table.insert(set, k) end return res end function p.query_inherited_property(anchor_property, query_property, parent_list) local results = {} for idx, parent in ipairs(parent_list) do local anchor_query = "[["..anchor_property.."::"..parent.."]]" local property_query = "[[" .. query_property .. "::+]]" local content_query = "?"..query_property local query = anchor_query .. property_query .. "|" ..content_query .. "|format=plainlist" local res = mw.smw.getQueryResult(query) for j, r in ipairs(res.results) do for k, t in ipairs(r.printouts[query_property]) do results[t] = true end end end return results end return p
该页面使用的模板:
模块:Inherit/doc
(
查看源代码
)
返回至
模块:Inherit
。
导航菜单
个人工具
创建账户
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息