相关更改
跳转到导航
跳转到搜索
输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年7月17日 (星期四)
07:45 | 文件:Information icon4.svg 差异历史 +46 Raxter 留言 贡献 |
07:43 | 模块:Message box/configuration 差异历史 0 Raxter 留言 贡献 |
07:34 | 上传日志 Raxter 留言 贡献上传文件:Information icon4.svg (摘自维基共享,遵从CC0协议。) |
2025年7月16日 (星期三)
09:06 | 模板:Mbox 差异历史 +46 Raxter 留言 贡献 |
09:03 | 模块:Message box 差异历史 −731 Raxter 留言 贡献 |
新 09:02 | 模块:Namespace detect/config 差异历史 +3,710 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Namespace_detect/data -- 考虑到DJMAX中文资料库的特殊性,该模块可能有改进空间。 -------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Names…”) |
新 09:01 | 模块:Namespace detect/data 差异历史 +2,734 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Namespace_detect/data -- 考虑到DJMAX中文资料库的特殊性,该模块可能有改进空间。 -------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons…”) |
新 08:58 | 模块:Category handler/blacklist 差异历史 +903 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Category_handler/blacklist -- 考虑到DJMAX中文资料库的特殊性,该模块可能有改进空间。 -- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the follo…”) |
新 08:56 | 模块:Category handler/shared 差异历史 +975 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Category_handler/shared -- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Na…”) |
新 08:55 | 模块:Category handler/config 差异历史 +5,842 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Category_handler/config -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- ------------------------------------------------------…”) |
新 08:54 | 模块:Category handler/data 差异历史 +716 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Category_handler/data -- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local tit…”) |
新 08:53 | 模块:Message box/configuration 差异历史 +5,880 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Message_box/configuration local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox warning pn.png' }, delete = { class = 'ambox-delete', image = 'Ambox warning pn.png' }, content = { class = 'ambox-content', image = 'Ambox important.png' }, style = { class = 'ambox-style', image = 'Edit-clear.png' }, move = { class = 'ambox-move', i…”) |
新 07:05 | 模块:Yesno 差异历史 +938 Raxter 留言 贡献 (创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/index.php?title=Module:Yesno -- 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…”) |
新 06:59 | 模块:Category handler 差异历史 +7,956 Raxter 留言 贡献 (创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Category_handler -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}}…”) |
新 06:58 | 模块:Arguments 差异历史 +8,698 Raxter 留言 贡献 (创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Arguments -- 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.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options ev…”) |
2025年7月14日 (星期一)
新 16:45 | 模块:Message box 差异历史 +19,759 Raxter 留言 贡献 (创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/w/index.php?title=Module:Message_box -- 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 = require('Module:Category handler').main local yesno = require('Module:Yesno') -- Load the configuration page. loc…”) |
2025年7月13日 (星期日)
小 22:20 | Steam成就/Xbox奖杯指南 差异历史 +53 MJ Hamster 留言 贡献 (→BLACK SQUARE) |