跳至內容

「Module:Arcaea Data」:修訂間差異

增加 5 位元組 、​ 2024年7月6日 (星期六)
無編輯摘要
無編輯摘要
無編輯摘要
行 56: 行 56:
    -- 如果info无值即无法在songlist中查找到索引值,则返回nil。
    -- 如果info无值即无法在songlist中查找到索引值,则返回nil。
    if info == nil then 
    if info == nil then 
      mw.log( '无法在Songlist中发现目标,索引值为:'..index or nil )
      mw.log( '无法在Songlist中发现目标,索引值为:'.. (index or 'nil') )
      return nil 
      return nil 
    end
    end
941

次編輯