模块:TimeAgo:修订历史

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年7月2日 (星期三)

  • 当前之前 13:022025年7月2日 (三) 13:02 Comvan 留言 贡献 4,392字节 0 无编辑摘要
  • 当前之前 00:012025年7月2日 (三) 00:01 Comvan 留言 贡献 4,392字节 +4,392 创建页面,内容为“-- Replacement for Template:Time ago local numberSpell = require('Module:NumberSpell')._main local yesno = require('Module:Yesno') local p = {} -- Table to convert entered text values to numeric values. timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2678400, ['years'] = 31557600 } -- Table containing tables of possible units to use in output. timeUnits = { [1] = { '秒', '秒',…”