打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

相关更改

特殊页面 / 相关更改

输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。

最近更改选项 显示过去1 | 3 | 7 | 14 | 30天的最后50 | 100 | 250 | 500个更改
隐藏注册用户 | 隐藏匿名用户 | 隐藏我的编辑 | 显示机器人 | 显示小编辑
显示2025年6月19日 (星期四) 17:18之后的新更改
 
页面名称:
缩写列表:
该编辑创建了新页面(见新页面列表
该编辑为小编辑
该编辑由机器人执行
(±123)
该页面字节数的前后变化

2025年6月18日 (星期三)

    16:27  模块:Message box/configuration 差异历史 +5,791 OctoberSama 留言 贡献 (创建页面,内容为“local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox warning pn.svg' }, delete = { class = 'ambox-delete', image = 'Ambox warning pn.svg' }, content = { class = 'ambox-content', image = 'Ambox important.svg' }, style = { class = 'ambox-style', image = 'Edit-clear.svg' }, move = { class = 'ambox-move', image = 'Merge-split-transwiki default.svg' }, protection = { class = 'ambox-protec…”)
    16:23  模块:Yesno 差异历史 +1,049 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Yesno&oldid=83158589 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- 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()"…”)
    16:13  模块:Category handler 差异历史 +8,078 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Category_handler&oldid=46539633 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- --…”)
    16:08  模块:Message box 差异历史 +19,132 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Message_box&oldid=83431479 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This is a meta-module for producing message box templates, including {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Require necessary modules. local getArgs = require('Module:Arguments').getArgs local categoryHandler = requi…”)

2025年6月17日 (星期二)

    20:15  模块:Documentation/config 差异历史 +18,259 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation/config&oldid=84705147 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Modul…”)
    20:13  模块:Documentation 差异历史 +35,614 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Documentation&oldid=87749641 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw…”)
    20:11  模块:Arguments 差异历史 +10,254 OctoberSama 留言 贡献 (创建页面,内容为“--源代码来自维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Arguments&oldid=83158592 --该部分代码使用CC BY-SA 4.0许可证 (https://creativecommons.org/licenses/by-sa/4.0/) -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.check…”)