「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

次編輯