135
次編輯
NegativeTriu(對話 | 貢獻) (上一个版本无法计入新限时活动的以太之滴) |
NegativeTriu(對話 | 貢獻) 小 (修复由于世界模式页面大更导致的问题) |
||
第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]-) | 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 |
次編輯