打开/关闭搜索
搜索
打开/关闭菜单
5
18
12
799
TFLS Wiki
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
notifications
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
模块:Age:修订历史
帮助
来自TFLS Wiki
查看
阅读
查看源代码
查看历史
associated-pages
模块
讨论
更多操作
查看该页面的日志
筛选修订版本
展开
折叠
截止日:
标签
过滤器:
wikieditor(隐藏的标签)
可视化编辑
可视化编辑:已切换
回退
已被回退
手工回退
撤销
新重定向
替换
清空
显示版本
差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:
(当前)
=与最后版本之间的差异,
(之前)
=与上一版本之间的差异,
小
=小编辑。
2022年5月20日 (星期五)
当前
之前
22:05
2022年5月20日 (五) 22:05
Holger Huo
讨论
贡献
小
26,316字节
0
已保护“
模块:Age
”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))[连锁保护]
当前
之前
22:04
2022年5月20日 (五) 22:04
Holger 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…”