首页
随机
登录
设置
关于NeuroWiki
免责声明
NeuroWiki
搜索
Module:If preview/configuration:修订历史
模块
讨论
查看该页面的日志
(
查看滥用日志
)
筛选修订
展开
折叠
截止日期:
标签
筛选:
wikieditor(隐藏的标签)
内容模型更改
回退
已更改重定向目标
已被回退
手工回退
撤销
新重定向
替换
清空
移动版编辑
移动版网页编辑
移除重定向
高级移动版编辑
反选
显示版本
差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:
(当前)
=与最后修订的差异,
(之前)
=与上个修订的差异,
小
=小编辑。
2025年1月20日 (星期一)
当前
之前
03:28
2025年1月20日 (一) 03:28
Selfice
留言
贡献
827字节
+827
创建页面,内容为“--
We perform the actual check for whether this is a preview here since preprocessing is relatively expensive.
local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function te…”