主要公开日志

来自「荏苒之境」

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

日志
  • 2025年8月8日 (五) 01:00 Sicusa 留言 贡献创建了页面模块:InfoBox (创建页面,内容为“local html = mw.html local csv = require("Module:Csv") local infobox = {} local function append_full_row(table_elem) return table_elem:tag("tr"):tag("th") :attr("colspan", "2") end local function append_header(frame, parent, text) local title = append_full_row(parent):wikitext(text) local args = frame.args local title_color = args.title_color local title_background = args.title_background if title_color then title:css("color", title_color) e…”)