跳至內容

「Module:ChartConstant」:修訂間差異

增加 41 位元組 、​ 2024年3月13日 (星期三)
修复link错误(被anotherdata)删掉了
(修改定数表排序逻辑)
(修复link错误(被anotherdata)删掉了)
第27行: 第27行:
local query = mad.songQueryWrap(song)
local query = mad.songQueryWrap(song)
local title, date = query.title, song.date
local title, date = query.title, song.date
local link = query.linkName or title
local link = query.linkTitle
link = link and link:match '([^%|]+)' or title
for diffIdx = 2, 4 do
for diffIdx = 2, 4 do
-- fk lua donot support continue. use single-loop & break for subst
-- fk lua donot support continue. use single-loop & break for subst
1,124

次編輯