跳转到内容

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