「Module:Songconstant」:修訂間差異

大小無變化 、​ 2024年3月30日 (星期六)
無編輯摘要
(尝试给曲目定数模板添加自动读取)
 
無編輯摘要
第13行: 第13行:
-- id 优先于 name
-- id 优先于 name
-- diff 是难度, 为 0~4
-- diff 是难度, 为 0~4
-- 不存在返回 0, 存在返回定数
-- 不存在返回 , 存在返回定数
local id=''
local id=''
if args["id"] and args["id"] ~= "" then
if args["id"] and args["id"] ~= "" then
第24行: 第24行:
return constantTable[id][diff]["constant"]
return constantTable[id][diff]["constant"]
end
end
return "0"
return ""
end
end


return p
return p
504

次編輯