打开/关闭搜索
搜索
打开/关闭菜单
通知
打开/关闭个人菜单
模块:Yesno:修订历史
帮助
来自吾萌百科
查看
阅读
查看源代码
查看历史
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'…”