首页
随机
登录
设置
关于DJMAX中文资料库
免责声明
DJMAX中文资料库
搜索
模块:Regex:修订历史
模块
讨论
查看该页面的日志
(
查看滥用日志
)
过滤修订版本
展开
折叠
截止日期:
标签
过滤:
wikieditor(隐藏的标签)
可视化编辑
可视化编辑:已切换
回退
已被回退
已重建
手工回退
撤销
新重定向
替换
清空
移动版编辑
移动版网页编辑
高级移动版编辑
反选
显示版本
差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:
(当前)
=与最后修订的差异,
(之前)
=与上个修订的差异,
小
=小编辑。
2025年10月13日 (星期一)
当前
之前
23:55
2025年10月13日 (一) 23:55
Raxter
留言
贡献
1,232字节
−144
无编辑摘要
2025年10月12日 (星期日)
当前
之前
00:43
2025年10月12日 (日) 00:43
Raxter
留言
贡献
1,376字节
−99
无编辑摘要
当前
之前
00:22
2025年10月12日 (日) 00:22
Raxter
留言
贡献
1,475字节
+1,475
创建页面,内容为“local p = {} local getArgs = require('Module:Arguments').getArgs local function showError(err) return '<span class="error">' .. tostring(err) .. '</span>' end local function performMatch(text, pattern) local result = text:match(pattern) if result == nil then error("No match found") end return result end local function performReplace(text, pattern, use) local result = text:gsub(pattern, use) if result == text then e…”