所有TFLS Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年5月20日 (五) 22:05 Holger Huo 讨论 贡献保护了模块:Age [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)[连锁] (历史)
- 2022年5月20日 (五) 22:04 Holger Huo 讨论 贡献创建了页面模块:Age (创建页面,内容为“-- Implement various "age of" and other date-related templates. local _Date, _currentDate local function getExports(frame) -- Return objects exported from the date module or its sandbox. if not _Date then local sandbox = frame:getTitle():find('sandbox', 1, true) and '/sandbox' or '' local datemod = require('Module:Date' .. sandbox) _Date = datemod._Date _currentDate = datemod._current end return _Date, _currentDate end local Collection -- a table…”)