Module:沙盒/Economy666/Memory Archive NS:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第1行: 第1行:
local mad = require 'Module:AnotherData'
local mad = require 'Module:AnotherData'
local songlist = mad.listOf 'songs'
local songlistNS = mad.listOf('songs', 'ns')
local songlistNS = mad.listOf('songs', 'ns')


第25行: 第24行:
    end
    end
    
    
    for i, v in ipairs(songlist) do
    for i, v in ipairs(songlistNS) do
      if v.set == 'single' then
      if v.set == 'single' and nsId[v.id] then
        local cate = getCategory[v.category]
        local cate = getCategory[v.category]
        if not cate and nsId[v.id] then
        if not cate then
          cate = 6  -- 将没有分类的歌曲放入 "其他" 分类
          cate = 6  -- 将没有分类的歌曲放入 "其他" 分类
        end
        end
第60行: 第59行:
    end
    end
    
    
    return frame:expandTemplate{title = '曲目索引', args = final}
    return frame:expandTemplate{title = 'NS版 曲目索引', args = final}
end
end
return p
return p
970

个编辑