所有卡特霍普公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年6月13日 (五) 21:55 GTEH 留言 贡献创建了页面模块:SectionLinkJoin (创建页面,内容为“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…”)