Module:Sandbox/SongLink:修订间差异

删除10字节 、​ 2022年7月14日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第32行: 第32行:
    local args = getArgs(frame)
    local args = getArgs(frame)
    local songName = args[1] -- 既可以是 id,也可以是曲名,甚至是 Beyond 曲名
    local songName = args[1] -- 既可以是 id,也可以是曲名,甚至是 Beyond 曲名
    local isBeyond = args[2]
    local isBeyond = false
   if isBeyond == nil then isBeyond = false else isBeyond = true end
   if args[2] then isBeyond = false else isBeyond = true end
    local song = nil
    local song = nil
    local hasBeyondSpecialName = false
    local hasBeyondSpecialName = false
134

个编辑