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

增加 206 位元組 、​ 2022年7月31日 (星期日)
無編輯摘要
無編輯摘要
無編輯摘要
第94行: 第94行:
        end
        end
      }
      }
     if switch[key] == nil then
       mw.log('未定义的索引类型,请检查是否拼写错误。')
       return nil
     end


      if info["difficulties"] == nil or info["difficulties"][1] == nil
      if info["difficulties"] == nil or info["difficulties"][1] == nil
      then
      then
       mw.log("尝试检索参数:"..key)
       mw.log("Songlist.json出现数据缺漏,终止全部数据检索。请使用参数填充。")
        return nil
        return nil
      else
      else
        return switch[key]()
        if switch[key] == nil
       then
         mw.log('未定义的索引类型,请检查是否拼写错误。')
         return nil
       else
         return switch[key]()
       end
      end
      end
    end
    end