打开/关闭搜索
搜索
打开/关闭菜单
130
138
136
3.7K
吾萌百科
导航
首页
alt z
最近更改
alt r
随机页面
alt x
特殊页面
alt q
上传文件
alt u
站务
编辑指南
公告
日志
关联
赞助
友联
切换首选项菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
alt o
模块:Yesno:修订历史
https://wiki.xhsr.org.cn/url/66
帮助
来自吾萌百科
分享此页面
查看
阅读
查看源代码
查看历史
associated-pages
模块
讨论
更多操作
查看该页面的日志
(
查看滥用日志
)
过滤修订
展开
折叠
截止日期:
标签
过滤:
discussiontools-added-comment(隐藏的标签)
discussiontools-source-enhanced(隐藏的标签)
discussiontools(隐藏的标签)
wikieditor(隐藏的标签)
可视化
可视化编辑
可视化编辑:已切换
回退
已被回退
手工回退
撤销
新话题
新重定向
替换
清空
源代码
移除重定向
显示版本
差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:
(当前)
=与最后修订的差异,
(之前)
=与上个修订的差异,
小
=小编辑。
2022年2月18日 (星期五)
当前
之前
12:13
2022年2月18日 (五) 12:13
Rmolives
留言
贡献
710字节
+710
创建页面,内容为“-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y'…”