模块:Date:修订历史

来自TFLS Wiki

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年5月20日 (星期五)

  • 当前之前 23:382022年5月20日 (五) 23:38Holger Huo 讨论 贡献 47,496字节 0 已保护“模块:Date”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))[连锁保护]
  • 当前之前 22:062022年5月20日 (五) 22:06Holger Huo 讨论 贡献 47,496字节 +47,496 创建页面,内容为“-- 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…”