相关更改
更多操作
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±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'…”) | ||||
2026年5月10日 (星期日)
| 新 01:16 | 模块:Lua banner 差异历史 +3,561 秋绘君 留言 贡献 (创建页面,内容为“local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(frame, args) end function p._main(frame, args) local modules = mTableTo…”) | ||||
| 新 00:32 | 模板:Lua 差异历史 +1,217 秋绘君 留言 贡献 (创建页面,内容为“<includeonly><templatestyles src="Mbox/style.css"/>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation|content=此模板用于指示对应的模板正在使用某个Lua模块。 匿名参数<code>1, 2, ...</code>用于指向模块的位置,参数<code>nocat=1</code>用于指定不添加任何分类,参数<code>category</code>用于添加特殊分类。 * 请注意,在你不知道如何使用Lua模…”) | ||||