Raxter的用户贡献

跳转到导航 跳转到搜索
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看(较新50条 | )(20 | 50 | 100 | 250 | 500

2025年7月17日 (星期四)

2025年7月16日 (星期三)

  • 09:092025年7月16日 (三) 09:09 差异 历史 +262 用户:Raxter/DJMAX中文资料库:方针创建页面,内容为“欢迎各位用户登录DJMAX中文资料库!您可以在这里参考著名音乐游戏DJMAX系列的相关资料,或者编辑/创建条目、上传文件。 请各位用户务必审慎阅读下列内容,如有违反将会按照有关规定进行处置。” 当前
  • 09:062025年7月16日 (三) 09:06 差异 历史 +46 模板:Mbox无编辑摘要 当前
  • 09:032025年7月16日 (三) 09:03 差异 历史 −731 模块:Message box无编辑摘要 当前
  • 09:022025年7月16日 (三) 09:02 差异 历史 +3,710 模块:Namespace detect/config创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Namespace_detect/data -- 考虑到DJMAX中文资料库的特殊性,该模块可能有改进空间。 -------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Names…” 当前
  • 09:012025年7月16日 (三) 09:01 差异 历史 +2,734 模块:Namespace detect/data创建页面,内容为“-- 摘自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…” 当前
  • 09:012025年7月16日 (三) 09:01 差异 历史 +6,076 模块:Namespace detect创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Namespace_detect --[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} t…” 当前
  • 08:582025年7月16日 (三) 08:58 差异 历史 +903 模块:Category handler/blacklist创建页面,内容为“-- 摘自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:562025年7月16日 (三) 08:56 差异 历史 +975 模块:Category handler/shared创建页面,内容为“-- 摘自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:552025年7月16日 (三) 08:55 差异 历史 +5,842 模块:Category handler/config创建页面,内容为“-- 摘自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:542025年7月16日 (三) 08:54 差异 历史 +716 模块:Category handler/data创建页面,内容为“-- 摘自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:532025年7月16日 (三) 08:53 差异 历史 +5,880 模块:Message box/configuration创建页面,内容为“-- 摘自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:052025年7月16日 (三) 07:05 差异 历史 +938 模块:Yesno创建页面,内容为“-- 摘自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:592025年7月16日 (三) 06:59 差异 历史 +7,956 模块:Category handler创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Category_handler -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}}…” 当前
  • 06:582025年7月16日 (三) 06:58 差异 历史 +8,698 模块:Arguments创建页面,内容为“-- 摘自中文维基百科: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:452025年7月14日 (一) 16:45 差异 历史 +41 模块:Message box/doc创建页面,内容为“为{{tl|Mbox}}所使用的重要模块。” 当前
  • 16:452025年7月14日 (一) 16:45 差异 历史 +19,759 模块:Message box创建页面,内容为“-- 摘自中文维基百科: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月10日 (星期四)

2025年7月4日 (星期五)

2025年7月3日 (星期四)

2025年7月2日 (星期三)

最新 | 最旧) 查看(较新50条 | )(20 | 50 | 100 | 250 | 500