打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

主要公开日志

特殊页面 / 日志
更多操作

所有OTTOWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2025年6月5日 (四) 12:15 OctoberSama 留言 贡献创建了页面Module:Tabs (创建页面,内容为“local p = {} function p.render(frame) local args = frame:getParent().args local result = {} local currentTitle = nil for k, v in pairs(args) do -- 跳过空内容 if v and v ~= '' then local firstChar = mw.ustring.sub(k, 1, 1) if firstChar == '-' then currentTitle = v elseif currentTitle then table.insert(result, string.format('|-%s=%s', currentTitle, v)) currentTitle = nil end end end if #result == 0 then return '' end…”)