特殊

律Rhyme的用户贡献

此用户有21次编辑。​账号创建于2026年8月1日 (星期六)。
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽

2026年8月1日 (星期六)

  • 16:322026年8月1日 (六) 16:32 差异 历史 −45 MediaWiki:Sidebar 无编辑摘要 当前
  • 16:232026年8月1日 (六) 16:23 差异 历史 +8 战斗员图鉴 创建页面,内容为“{{Path}}” 当前
  • 16:222026年8月1日 (六) 16:22 差异 历史 +761 模板:Path/doc 创建页面,内容为“== 介绍 == 本模板用于生成简约风格的面包屑导航栏。默认以「首页」作为起始节点,自动获取当前页面名作为终点节点并进行橙色高亮。支持无限层级的中间路径追加。 == 参数说明 == {| class="wikitable" ! 参数名 !! 类型 !! 说明 |- | 1 || 位置参数 || 可选,第一级中间路径名称 |- | 2 || 位置参数 || 可选,第二级中间路径名称 |- | ... || 位置参数 || 可选,以…” 当前
  • 16:212026年8月1日 (六) 16:21 差异 历史 +135 模板:Path 创建页面,内容为“<includeonly><templatestyles src="Path/styles.css" />{{#invoke:Path|main}}</includeonly><noinclude>{{Doc}}分类:模板</noinclude>” 当前
  • 16:212026年8月1日 (六) 16:21 差异 历史 +689 模板:Path/styles.css 创建页面,内容为“.path-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; padding: 8px 12px; background-color: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 4px; font-size: 14px; line-height: 1.5; color: #555; margin-bottom: 10px; } .path-breadcrumb__item { display: inline-flex; align-items: center; } .path-breadcrumb__item a { color: #666; text-decoration: none; } .path-breadcrumb__item a:hover…” 当前
  • 16:202026年8月1日 (六) 16:20 差异 历史 +1,140 模块:Path 创建页面,内容为“local p = {} function p.main(frame) local args = frame:getParent().args local currentPage = mw.title.getCurrentTitle().text local root = mw.html.create('div') :addClass('path-breadcrumb') root:node( mw.html.create('span') :addClass('path-breadcrumb__item') :wikitext('首页') ) for _, v in ipairs(args) do v = mw.text.trim(v) if v ~= '' then root:node(…” 当前
  • 16:162026年8月1日 (六) 16:16 差异 历史 +17 模板:Doc 无编辑摘要 当前
  • 16:152026年8月1日 (六) 16:15 差异 历史 −31 模块:Doc 修复了首行标题解析为纯文本的问题,并移除了导致模板页被误归类的代码 当前
  • 16:122026年8月1日 (六) 16:12 差异 历史 +3,026 模板:文本/doc 创建页面,内容为“== 介绍 == '''文本'''模板用于改变文本的样式,支持颜色、描边、下划线、斜体等效果。支持嵌套使用,嵌套时内层样式独立于外层,不会被父级样式影响。 == 参数说明 == {| class="wikitable" ! 参数名 !! 类型 !! 说明 |- | <code>1</code> || 位置参数 || 文本内容 |- | <code>颜色</code> || 命名参数 || 文本颜色,支持预设颜色名或十六进制颜色码 |- | <code>描边</code> ||…” 当前
  • 16:112026年8月1日 (六) 16:11 差异 历史 −15 模板:文本 无编辑摘要 当前
  • 16:112026年8月1日 (六) 16:11 差异 历史 +154 模板:文本 创建页面,内容为“<includeonly><templatestyles src="文本/styles.css" />{{#invoke:文本|main}}</includeonly><noinclude>{{Path|模板}}{{Doc}}分类:模板</noinclude>”
  • 16:102026年8月1日 (六) 16:10 差异 历史 −10 模块:文本 将描边相关的重置与应用逻辑,改为直接注入内联 style 当前
  • 16:092026年8月1日 (六) 16:09 差异 历史 +150 模板:文本/styles.css 创建页面,内容为“.text-style {text-decoration: none;font-style: normal;} .text-style--underline {text-decoration: underline;} .text-style--italic {font-style: italic;}” 当前
  • 16:062026年8月1日 (六) 16:06 差异 历史 +2,090 模块:文本 创建页面,内容为“local p = {} local colorMap = { ['红'] = '#ff4d4d', ['蓝'] = '#7be3fd', ['绿'] = '#a8f428', ['黄'] = '#ffe44d', ['橙'] = '#ed9703', ['粉'] = '#ffb3d9', ['灰'] = '#a0a0a0', ['热情'] = '#db3762', ['正义'] = '#2c8fd8', ['秩序'] = '#21bf80', ['本能'] = '#eda000', ['虚无'] = '#9900ff', } local function resolveColor(color) if not color or color == '' then return n…”
  • 15:512026年8月1日 (六) 15:51 差异 历史 +542 模板:Doc/preload 创建页面,内容为“<!-- 在下方编辑模板说明文档 --> == 介绍 == 简要描述本模板的用途与使用场景。 == 参数说明 == {| class="wikitable" ! 参数名 !! 类型 !! 是否必填 !! 默认值 !! 说明 |- | <code>1</code> || string || 是 || - || 第一个位置参数 |- | <code>name</code> || string || 否 || 空 || 命名参数示例 |} == 示例 == <pre> {{模板名|参数1|name=值}} </pre> 效果: {{模板名|参数1|name=值}} == 备注 == 其…” 当前
  • 15:492026年8月1日 (六) 15:49 差异 历史 +1,616 模板:Doc/styles.css 创建页面,内容为“.tpl-doc{margin:1em 0;border:1px solid #b7d8b7;border-radius:8px;background:#f6fbf6;overflow:hidden;font-size:14px;box-shadow:0 1px 3px rgba(46,125,50,0.08)} .tpl-doc__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:8px 14px;background:linear-gradient(135deg,#e8f5e8,#d6ebd6);border-bottom:1px solid #b7d8b7} .tpl-doc__title{font-weight:700;color:#2e7d32;font-size:15px;line-height:1.4;display:inline-flex;align-items:cen…” 当前
  • 15:492026年8月1日 (六) 15:49 差异 历史 +1,848 模块:Doc 创建页面,内容为“local p = {} function p.main(frame) local title = mw.title.getCurrentTitle() local fullText = title.fullText local docPageName = fullText .. '/doc' local docTitle = mw.title.new(docPageName) local html = mw.html.create('div'):addClass('tpl-doc') local header = html:tag('div'):addClass('tpl-doc__header') header:tag('span'):addClass('tpl-doc__title'):wikitext('模板文档') local links = header:tag('span'):addClass('tpl-doc__l…”
  • 15:442026年8月1日 (六) 15:44 差异 历史 +123 模板:Doc 创建页面,内容为“<includeonly><templatestyles src="模板:Doc/styles.css" />{{#invoke:Doc|main}}</includeonly><noinclude>{{doc}}</noinclude>”
  • 15:272026年8月1日 (六) 15:27 差异 历史 +573 MediaWiki:Sidebar 创建页面,内容为“*图鉴 **战斗员图鉴|战斗员 **伙伴图鉴|伙伴 **卡牌图鉴|卡牌 **装备图鉴|装备 **事件图鉴|事件 **怪物图鉴|怪物 **命运图鉴|命运 **物品图鉴|物品 **服饰图鉴|服饰 **贴纸图鉴|贴纸 *赛季力量 **装备重铸|S2:装备重铸 **刻印|S3:刻印 *工具 **礼物|礼物 **咨询|咨询 **卡组模拟器|卡组模拟器 *出击 **出击/卡牌图鉴|出击:卡牌 **出击/装备图鉴|出击:装备 **出…”
  • 14:462026年8月1日 (六) 14:46 差异 历史 +41 模板:Card 新增欲望卡牌字段等级level,重建Cargo表格 当前
  • 14:442026年8月1日 (六) 14:44 差异 历史 +1,966 模板:Card 创建页面,内容为“<noinclude> This is the "Card" template. {{#cargo_declare: _table = Card | card_id = String | char_id = Integer | is_cardGallery_show = Boolean | is_deckBuilder_show = Boolean | card_weight = Integer | name = String | name_unique = String | description = Wikitext | sort = String | card_category = String | rarity = String | ego = String | job = List (,) of String | cost = Integer | cost_css = String | talent = List (,) of String | talent_css = String | spark_en…”