跳转到内容

Raxter的用户贡献

此用户有486次编辑。​账号创建于2025年6月11日 (星期三)。
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

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日 (星期四)

2025年7月4日 (星期五)

2025年7月3日 (星期四)

2025年7月2日 (星期三)

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日 (星期日)

2025年6月28日 (星期六)

2025年6月27日 (星期五)

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