跳至內容

「Module:Tool」:修訂間差異

移除 34 位元組 、​ 2023年6月15日 (星期四)
修复由于世界模式页面大更导致的问题
(上一个版本无法计入新限时活动的以太之滴)
(修复由于世界模式页面大更导致的问题)
行 11: 行 11:
local text=mw.title.new(':世界模式'):getContent()
local text=mw.title.new(':世界模式'):getContent()
if frame.args.type=="limit" then text=string.match(text,"额外章:活动([%s%S]-)第1章:失落的世界")
if frame.args.type=="limit" then text=string.match(text,"额外章:活动([%s%S]-)第1章:失落的世界")
else text=string.match(text,"额外章:活动([%s%S]-) 各章节阶梯和奖励情况示意%(Nintendo Switch版%)") end
else text=string.match(text,"额外章:活动([%s%S]-)Nintendo Switch版 调整") end
local match=string.gmatch(text,"(%d?%d) 以太之滴")
local match=string.gmatch(text,"(%d?%d) 以太之滴")
local result=0
local result=0
135

次編輯