主要公开日志
跳转到导航
跳转到搜索
所有三三百科公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年2月12日 (四) 02:06 33DAI 留言 贡献创建了页面Module:Code (创建页面,内容为“local p = {} function p.main(frame) -- 获取调用该模板的父框架参数 local args = frame:getParent().args local parts = {} local maxIndex = 0 -- 找到最大的数字索引 for k, _ in pairs(args) do if type(k) == "number" and k > maxIndex then maxIndex = k end end -- 核心:还原被 | 截断的所有部分 -- 如果 maxIndex 为 0,说明可能用了显式的 code= 参数 if ma…”)