所有公开日志
所有DJMAX中文资料库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年7月16日 (三) 20:53 MJ Hamster 留言 贡献创建了页面文件:400块RP烈士墙.jpg (基于MsUpload的文件上传)
- 2025年7月16日 (三) 20:53 MJ Hamster 留言 贡献上传文件:400块RP烈士墙.jpg (基于MsUpload的文件上传)
- 2025年7月16日 (三) 09:19 MJ Hamster 留言 贡献删除页面模板:Namespace detect (应本人要求)
- 2025年7月16日 (三) 09:09 Raxter 留言 贡献创建了页面用户:Raxter/DJMAX中文资料库:方针 (创建页面,内容为“欢迎各位用户登录DJMAX中文资料库!您可以在这里参考著名音乐游戏DJMAX系列的相关资料,或者编辑/创建条目、上传文件。 请各位用户务必审慎阅读下列内容,如有违反将会按照有关规定进行处置。”)
- 2025年7月16日 (三) 09:02 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 09:01 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 09:01 Raxter 留言 贡献创建了页面模块:Namespace detect (创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Namespace_detect --[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} t…”)
- 2025年7月16日 (三) 09:00 Raxter 留言 贡献创建了页面模板:Namespace detect (创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Namespace_detect -- -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} t…”)
- 2025年7月16日 (三) 08:58 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 08:56 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 08:55 Raxter 留言 贡献创建了页面模块: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. -- ------------------------------------------------------…”)
- 2025年7月16日 (三) 08:54 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 08:53 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 07:05 Raxter 留言 贡献创建了页面模块: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…”)
- 2025年7月16日 (三) 06:59 Raxter 留言 贡献创建了页面模块:Category handler (创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Category_handler -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}}…”)
- 2025年7月16日 (三) 06:58 Raxter 留言 贡献创建了页面模块: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:45 Raxter 留言 贡献创建了页面模块:Message box/doc (创建页面,内容为“为{{tl|Mbox}}所使用的重要模块。”)
- 2025年7月14日 (一) 16:45 Raxter 留言 贡献创建了页面模块: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月13日 (日) 21:20 MJ Hamster 留言 贡献创建了页面模块:Hello world (创建页面,内容为“local p = {} function p.hello( frame ) return "Hello, world!" end return p”)
- 2025年7月13日 (日) 06:50 MJ Hamster 留言 贡献上传文件:S16赛季曲.png (基于MsUpload的文件上传)
- 2025年7月13日 (日) 06:50 MJ Hamster 留言 贡献创建了页面文件:S16赛季曲.png (基于MsUpload的文件上传)
- 2025年7月13日 (日) 06:48 MJ Hamster 留言 贡献上传文件:S16封面图.png (基于MsUpload的文件上传)
- 2025年7月13日 (日) 06:48 MJ Hamster 留言 贡献创建了页面文件:S16封面图.png (基于MsUpload的文件上传)
- 2025年7月13日 (日) 06:48 MJ Hamster 留言 贡献创建了页面文件:S16追加SC.png (基于MsUpload的文件上传)
- 2025年7月13日 (日) 06:48 MJ Hamster 留言 贡献上传文件:S16追加SC.png (基于MsUpload的文件上传)
- 2025年7月10日 (四) 11:23 Raxter 留言 贡献创建了页面模板:Mbox (创建页面,内容为“{{#invoke:Message box|mbox}}”)
- 2025年7月9日 (三) 23:26 MJ Hamster 留言 贡献创建了页面CDC赛事品牌 (创建页面,内容为“'''CDC'''(全称China DJMAX Championship,中国DJMAX锦标赛),是中国地区最大的DJMAX非盈利赛事品牌,由User:MJ Hamster主催。CDC的初衷是让中国DJMAX玩家团结起来,在共同交流、享受游戏的同时提升游戏水平,共同进步。<br> 2024年1月,首届CDC赛事'''CDC 2024'''圆满进行。7月,单键位赛事猴王杯进入CDC赛事品牌。<br> 2025年,CDC赛事品牌进行了升级,提出了赛季和…”)
- 2025年7月9日 (三) 17:31 雅罗Jaro 留言 贡献创建了页面DJMAX Entertainment (创建页面,内容为“本页面仅介绍Rocky Studio以“Rocky Music/DJMAX ENTERTAINMENT”名义发布的专辑,其中'''SS'''代表Spring&Summer(春夏赛季),'''FW'''代表Fall&Winter(秋冬赛季)。 == 原声带 == === 《V EXTENSION Original Sound Track》 === === 《V EXTENSION Ⅱ Original Sound Track》 === === 《V EXTENSION Ⅲ Original Sound Track》 === === 《V EXTENSION Ⅳ Original Sound Track》 === === 《V EXTENSION Ⅴ Original Sound Track》 === ===…”)
- 2025年7月9日 (三) 16:56 雅罗Jaro 留言 贡献创建了页面其他企划 (创建页面,内容为“本页面介绍与DJMAX Respect/V相关的其他企划。 == DJMAX MIRACLE == == DJMAX RESPECT U FAN EVENT== == LENA ENTERTAINMENT ==”) 标签:可视化编辑:已切换
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:The right combination makes ordinary things extraordinary..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:The right combination makes ordinary things extraordinary..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:Truth is like fire; though covered up, it will still shine out..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:Truth is like fire; though covered up, it will still shine out..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:What we collect tells who we are..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:What we collect tells who we are..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:Patience is the weapon that conquers all difficulties..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:Patience is the weapon that conquers all difficulties..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:The finish holds greater significance than the beginning..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:The finish holds greater significance than the beginning..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:A succession of small achievements creates great success..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:A succession of small achievements creates great success..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献上传文件:Invitation is a way to expand your world..jpg (基于MsUpload的文件上传)
- 2025年7月8日 (二) 00:50 MJ Hamster 留言 贡献创建了页面文件:Invitation is a way to expand your world..jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献上传文件:Shiroko.jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献创建了页面文件:Shiroko.jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献上传文件:Serika.jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献创建了页面文件:Serika.jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献上传文件:Ayane.jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献创建了页面文件:Ayane.jpg (基于MsUpload的文件上传)
- 2025年7月7日 (一) 23:58 MJ Hamster 留言 贡献上传文件:Hoshino.jpg (基于MsUpload的文件上传)