主要公开日志
更多操作
所有末世录公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2026年3月28日 (六) 00:36 OnlyOTO 留言 贡献通过文件上传导入了模块:HtmlBuilder(1个版本)
- 2026年3月28日 (六) 00:30 OnlyOTO 留言 贡献删除页面模块:HtmlBuilder (内容为:“-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...)…”,唯一贡献者是“OnlyOTO”(讨论))
- 2026年3月28日 (六) 00:23 OnlyOTO 留言 贡献创建了页面模块:HtmlBuilder (创建页面,内容为“-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t)…”) 标签:已重建
- 2026年3月28日 (六) 00:20 OnlyOTO 留言 贡献删除页面模块:HtmlBuilder (内容为:“-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...)…”,唯一贡献者是“OnlyOTO”(讨论))
- 2026年3月27日 (五) 23:59 OnlyOTO 留言 贡献创建了页面模块:HtmlBuilder (创建页面,内容为“-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t)…”)