相关更改
更多操作
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2026年5月12日 (星期二)
| 新 07:05 | 模块:Yesno 差异历史 +714 弃权者 留言 贡献 (创建页面,内容为“-- 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'…”) | ||||
| 新 07:04 | 模板:切换显示 差异历史 +229 弃权者 留言 贡献 (创建页面,内容为“<includeonly><{{#if:{{{3|}}}|{{{3|}}}|span}} class="textToggleDisplay hidden textToggleDisplay-off" data-id="{{{1|}}}">{{{2|}}}</{{#if:{{{3|}}}|{{{3|}}}|span}}></includeonly><noinclude>{{doc}}Category:功能模板</noinclude>”) | ||||