跳到内容
折叠侧栏
搜索
个人工具
创建账号
登录
导航
首页
最近更改
随机页面
编辑方针
备忘录
参与创作
文件上传
工具
链入页面
相关更改
Atom
特殊页面
页面信息
帮助
模块:Documentation:修订历史
模块
讨论
English
阅读
查看源代码
查看历史
更多
阅读
查看源代码
查看历史
查看该页面的日志
筛选修订版本
展开
折叠
截止日:
标签
过滤器:
已被回退
手工回退
新重定向
替换
清空
显示版本
差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:
(当前)
=与最后版本之间的差异,
(之前)
=与上一版本之间的差异,
小
=小编辑。
2023年6月23日 (星期五)
当前
之前
20:07
2023年6月23日 (五) 20:07
Admin
讨论
贡献
36,079字节
+1,343
无编辑摘要
当前
之前
19:13
2023年6月23日 (五) 19:13
Admin
讨论
贡献
34,736字节
+34,736
创建页面,内容为“-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for test…”