中医百科
搜索
切换搜索
切换菜单
切换个人菜单
Module:Effective protection level:修订历史
帮助
勤求古训,博采众方
阅读
查看源代码
查看历史
模块
讨论
更多操作
查看该页面的日志
筛选修订
展开
折叠
截止日期:
标签
筛选:
wikieditor(隐藏的标签)
内容模型更改
可视化编辑
可视化编辑:已切换
回退
已更改重定向目标
已被回退
手工回退
撤销
新重定向
替换
消歧义链接
清空
移动版编辑
移动版网页编辑
移除重定向
反选
显示版本
差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:
(当前)
=与最后修订的差异,
(之前)
=与上个修订的差异,
小
=小编辑。
2022年5月1日 (星期日)
当前
之前
17:15
2022年5月1日 (日) 17:15
入我相思门
留言
贡献
2,778字节
+2,778
创建页面,内容为“local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ~= 'edit' and action ~=…”