Raxter的用户贡献
2025年7月16日 (星期三)
- 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日 (星期四)
- 15:152025年7月10日 (四) 15:15 差异 历史 +53 小 首页 无编辑摘要
- 11:282025年7月10日 (四) 11:28 差异 历史 −1 模板:Jk 修正换行问题 当前
- 11:272025年7月10日 (四) 11:27 差异 历史 −8 DLC购买指南 →赛季通行证与加速包
- 11:232025年7月10日 (四) 11:23 差异 历史 +28 新 模板:Mbox 创建页面,内容为“{{#invoke:Message box|mbox}}”
- 09:262025年7月10日 (四) 09:26 差异 历史 −34 LENA →其他
- 09:242025年7月10日 (四) 09:24 差异 历史 +14 DJMAX Entertainment →《64514》
2025年7月4日 (星期五)
- 14:542025年7月4日 (五) 14:54 差异 历史 +4 Steam成就/Xbox奖杯指南 →ESTIMATE
2025年7月3日 (星期四)
- 07:492025年7月3日 (四) 07:49 差异 历史 +26 任务指南 →V LIBERTY任务
- 07:312025年7月3日 (四) 07:31 差异 历史 +40 Steam成就/Xbox奖杯指南 规范化
2025年7月2日 (星期三)
- 15:432025年7月2日 (三) 15:43 差异 历史 +185 新 模板:Ruby 创建页面,内容为“<includeonly><ruby><span lang="{{{3}}}">{{{1}}}</span><rp>(</rp><rt><span lang="{{{4}}}">{{{2}}}</span></rt><rp>)</rp></ruby></includeonly><noinclude>分类:工具模板</noinclude>” 当前
- 15:412025年7月2日 (三) 15:41 差异 历史 +107 新 模板:Lang 创建页面,内容为“<includeonly><span lang="{{{1}}}">{{{2}}}</span></incldeonly><noinclude>分类:工具模板</noinclude>” 当前
- 15:092025年7月2日 (三) 15:09 差异 历史 +119 新 用户:Raxter 创建页面,内容为“# 从事Wiki模板等设计 # 搜集DJMAX的一些相关信息(包括角色) # 不常用本Wiki 请各位关照。” 当前 标签:可视化编辑
- 08:482025年7月2日 (三) 08:48 差异 历史 +1,317 新 模板:Lyrics/styles.css 创建页面,内容为“→基础样式: .lyrics-container { width: 100%; font-family: Arial, sans-serif; line-height: 1.6; } →桌面端样式: .lyrics-row { display: flex; margin-bottom: 5px; border-bottom: 1px solid #eee; transition: background-color 0.2s; } .lyrics-row:hover { background-color: #f8f8f8; } .lyrics-line { padding: 8px 12px; overflow: hidden; text-overflow: ellipsis; } .lyrics-original { width: 50%; border-…” 当前
- 08:472025年7月2日 (三) 08:47 差异 历史 +94 首页 →导航
- 08:452025年7月2日 (三) 08:45 差异 历史 +17 新 分类:功能模板 创建页面,内容为“分类:模板”
- 08:452025年7月2日 (三) 08:45 差异 历史 +28 新 Tepmlate:Lyrics Raxter移动页面Tepmlate:Lyrics至模板:Lyrics 当前 标签:新重定向
- 08:452025年7月2日 (三) 08:45 差异 历史 0 小 模板:Lyrics Raxter移动页面Tepmlate:Lyrics至模板:Lyrics 当前
- 08:442025年7月2日 (三) 08:44 差异 历史 +240 新 模板:Lyrics 创建页面,内容为“<includeonly><templatestyles src="Template:Lyrics/styles.css" /> {{#invoke:Lyrics|main | lang = {{{lang|original}}} | original = {{{original|}}} | translated = {{{translated|}}} }}</includeonly><noinclude>分类:功能模板</noinclude>” 标签:可视化编辑:已切换
- 08:392025年7月2日 (三) 08:39 差异 历史 +331 首页 →导航
2025年6月30日 (星期一)
- 11:222025年6月30日 (一) 11:22 差异 历史 +237 新 模板:黑幕 创建页面,内容为“{{#if:{{NAMESPACE}} | <!-- --><templatestyles src="黑幕/styles.css" /><!-- --><mark class="inline-text-blocked" title="{{{2|你知道的太多了}}}" style="background-color: {{{color|{{{3|#000000bf}}}}}}; ">{{{1}}}</mark> | {{{1}}} }}”
- 08:172025年6月30日 (一) 08:17 差异 历史 +571 首页 →快速跳转
- 08:112025年6月30日 (一) 08:11 差异 历史 +26,499 新 模板:Navbox 创建页面,内容为“{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=</div>|none=|#default=<table cellspacing="0" class="navbox" style="border-spacing:0;{{{bodystyle|}}};{{{style|}}}"><tr><td style="padding:2px;">}}<table cellspacing="0" class="nowraplinks {{{bodyclass|}}} {{#if:{{{title|}}}|{{#switch:{{{state|}}}|plain|off=|#default=collapsible {{#if:{{{state|}}}|{{{state}}}|autocollapse}}}}}} {{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=navbox-subgroup" style="border-spacin…”
2025年6月29日 (星期日)
- 15:212025年6月29日 (日) 15:21 差异 历史 +39 DJMAX中文资料库:沙盒 →glory day:不太好……先还原部分内容 标签:移动版编辑 移动版网页编辑
- 15:202025年6月29日 (日) 15:20 差异 历史 −87 DJMAX中文资料库:沙盒 →glory day:略作美化 标签:移动版编辑 移动版网页编辑
2025年6月28日 (星期六)
- 18:092025年6月28日 (六) 18:09 差异 历史 +526 新 用户讨论:MJ Hamster 创建页面,内容为“== 关于对{{tl|df}}的编辑问题 == 本人曾将该模板从“df”为规范化命名(毕竟这个模板展示的是DMR难度及其图标),重命名为“DJMAX RESEPCT难度”,但在后来发现您已撤回编辑,本人已看了您的编辑理由确实有些道理 然而本人初衷本应并无不妥,但命名的方式没有从简则属于错误。本人考虑使用更好的方式进行规范化,望理解--~~~~”
- 18:022025年6月28日 (六) 18:02 差异 历史 +26 模板:Tl 无编辑摘要
- 08:242025年6月28日 (六) 08:24 差异 历史 +30 DJMAX中文资料库:沙盒 →glory day 标签:移动版编辑 移动版网页编辑
- 08:192025年6月28日 (六) 08:19 差异 历史 +57 DJMAX中文资料库:沙盒 →歌词 标签:移动版编辑 移动版网页编辑
- 08:122025年6月28日 (六) 08:12 差异 历史 +113 新 模板:Tl 创建页面,内容为“<nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]<nowiki>}}</nowiki> <noinclude>分类:功能模板</noinclude>” 标签:移动版编辑 移动版网页编辑
2025年6月27日 (星期五)
- 11:382025年6月27日 (五) 11:38 差异 历史 0 DJMAX中文资料库:沙盒 →歌词
- 11:372025年6月27日 (五) 11:37 差异 历史 +211 DJMAX中文资料库:沙盒 →歌词
- 11:352025年6月27日 (五) 11:35 差异 历史 −11 DJMAX中文资料库:沙盒 →glory day
- 11:342025年6月27日 (五) 11:34 差异 历史 +20 DJMAX中文资料库:沙盒 →glory day
- 11:332025年6月27日 (五) 11:33 差异 历史 +338 DJMAX中文资料库:沙盒 →歌词
- 11:302025年6月27日 (五) 11:30 差异 历史 +333 DJMAX中文资料库:沙盒 →glory day
- 11:282025年6月27日 (五) 11:28 差异 历史 +142 DJMAX中文资料库:沙盒 →glory day
- 11:272025年6月27日 (五) 11:27 差异 历史 +189 模板:曲目信息 无编辑摘要
- 11:132025年6月27日 (五) 11:13 差异 历史 +47 模板:曲目信息 无编辑摘要
- 11:122025年6月27日 (五) 11:12 差异 历史 −622 用户:Raxter/沙盒 无编辑摘要
- 11:112025年6月27日 (五) 11:11 差异 历史 +107 模板:曲目信息 无编辑摘要
- 11:102025年6月27日 (五) 11:10 差异 历史 +482 新 模板:曲目信息 创建页面,内容为“<templatestyles src="Template:Info/styles.css" /> {| class="wikitable custom-th-bg" style="margin:auto" ! colspan="5" |曲目信息 |- | rowspan="4" | !艺术家 | style="text-align:center" | !风格 | style="text-align:center" | |- !作曲 | style="text-align:center" | !编曲 | style="text-align:center" | |- !作词 | style="text-align:center" | !BGA | style="text-align:center" | |- !BPM | style="text-align:center" | !时长 | |} <noinclude>分类:信息模…”