Module:ChartConstant:修订间差异

添加39字节 、​ 2022年8月26日 (星期五)
注释了一些疑似没用的文本,改用了Tran页面转换表,还有些防止改炸就不改了
无编辑摘要
(注释了一些疑似没用的文本,改用了Tran页面转换表,还有些防止改炸就不改了)
第29行: 第29行:




local specialSongNameConverter = {
-- local specialSongNameConverter = {
["#1f1e33"] = "#1f1e33",
-- ["#1f1e33"] = "#1f1e33",
    ["AI[UE]OON"] = "AI[UE]OON",
--    ["AI[UE]OON"] = "AI[UE]OON",
    ["Last | Eternity"] = "Last",
--    ["Last | Eternity"] = "Last",
    ["Last | Moment"] = "Last"
--    ["Last | Moment"] = "Last"
}
-- }
local n = {
-- local n = {
    ["Last | Eternity"] = "Last \| Eternity",
--    ["Last | Eternity"] = "Last \| Eternity",
    ["Last | Moment"] = "Last \| Moment"
--    ["Last | Moment"] = "Last \| Moment"
}
-- }


function p.main()
function p.main()
第53行: 第53行:
link = name
link = name
      end
      end
if n[name] then
-- if n[name] then
name = n[name]
-- name = n[name]
end
-- end
    if k[2] and tonumber(k[2]['constant'])>=8 and not(k[2]['old']) then
    if k[2] and tonumber(k[2]['constant'])>=8 and not(k[2]['old']) then
    table.insert(list, { i, name, k[2]['constant'], "PRS", link, cvList[i][2] })
    table.insert(list, { i, name, k[2]['constant'], "PRS", link, cvList[i][2] })