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

主要公开日志

更多操作

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

日志
  • 2025年11月25日 (二) 09:09 WikiAdmin 留言 贡献创建了页面模块:Tabber (创建页面,内容为“local p = {} function p.main(frame) return p.tabber(frame:getParent().args[1]) end function p.tabber(body) if not body or body == '' then return mw.getCurrentFrame():extensionTag('tabber') end local zhcv = require('Module:ZhConversion') local bodycn = {} local bodytw = {} local bodyhk = {} for _, part in ipairs(mw.text.split(body, '|-|', true)) do local name, content = part:match('^(.-)=(.*)$') if not name or not content then name = part en…”)