模块:Age:修订历史

来自TFLS Wiki

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

2022年5月20日 (星期五)

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