2,525
个编辑
小 (换行、残缺) |
小 (main而不是box repeat) |
||
第152行: | 第152行: | ||
colTags[idx] = diff['@tag'] or ({[0] = 'Past', 'Present', 'Future', 'Beyond', 'Eternal'})[diff.ratingClass] | colTags[idx] = diff['@tag'] or ({[0] = 'Past', 'Present', 'Future', 'Beyond', 'Eternal'})[diff.ratingClass] | ||
end | end | ||
main:addClass('repeat-' .. #colTags) | |||
local artist = args['编曲'] or args['曲师'] or song.artist | local artist = args['编曲'] or args['曲师'] or song.artist | ||
第283行: | 第283行: | ||
end | end | ||
return tostring(box) .. noticeText .. (args['nocat'] and '' or table.concat(category)) | return tostring(box) .. noticeText .. (args['nocat'] and '' or table.concat(category)) | ||
-- .. tostring(mw.html.create 'pre':wikitext(mw.dumpObject(charts))) | |||
end | end | ||
-- p.dateCov = dateCov | -- p.dateCov = dateCov |
个编辑