所有TFLS Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年5月20日 (五) 23:38 Holger Huo 讨论 贡献保护了模块:Date [编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)[连锁] (历史)
- 2022年5月20日 (五) 22:06 Holger Huo 讨论 贡献创建了页面模块:Date (创建页面,内容为“-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local fu…”)