打开/关闭搜索
搜索
打开/关闭菜单
3
12
3
300
卡特霍普
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
登录
模块:SectionLinkJoin:修订历史
帮助
来自卡特霍普
查看
阅读
查看源代码
查看历史
associated-pages
模块
讨论
更多操作
查看该页面的日志
过滤修订版本
展开
折叠
截止日期:
标签
过滤:
2017年版源代码编辑
wikieditor(隐藏的标签)
内容模型更改
可视化编辑
可视化编辑:已切换
新重定向
反选
显示版本
差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:
(当前)
=与最后修订的差异,
(之前)
=与上个修订的差异,
小
=小编辑。
2025年6月13日 (星期五)
当前
之前
21:55
2025年6月13日 (五) 21:55
GTEH
留言
贡献
1,235字节
+1,235
创建页面,内容为“local p = {} function p.main(frame) local parent = frame:getParent() local args = parent and parent.args or {} return p._joinSectionLinks(args) end function p._joinSectionLinks(args) local items = {} local maxIndex = 0 for key, value in pairs(args) do if tonumber(key) and value ~= '' then local index = tonumber(key) if index > maxIndex then maxIndex = index end end end for i = 1…”