Module:Memory Archive:修订间差异

(另一处NS版曲包判断也改用_parentId_)
(自动展开 Template:仅
第71行: 第71行:
first=false
first=false
end
end
-- 鉴于自动展开 Template:仅 会爆炸这里手动展开
if #songs[i].mobile ~= 0 then
if #songs[i].mobile ~= 0 then
if not first then list = list .. dot end
if not first then list = list .. dot end
list = list .. "<abbr title=' 该内容 移动版 上。'>" .. expand(songs[i].mobile)
list = list .. frame:expandTemplate{title = '仅',args={" 移动版",expand(songs[i].mobile)}}
.. '</abbr><sup class="noprint Template-Fact">[仅[[Arcaea (移动版)|移动版]]]</sup>'
first=false
first=false
end
end
if #songs[i].ns ~= 0 then
if #songs[i].ns ~= 0 then
if not first then list = list .. dot end
if not first then list = list .. dot end
list = list .. "<abbr title=' 该内容 在Nintendo switch 上。'>" .. expand(songs[i].ns)
list = list .. frame:expandTemplate{title = '仅',args={"NS 版",expand(songs[i].ns)}}
.. '</abbr><sup class="noprint Template-Fact">[仅[[Arcaea (NS版)|NS版]]]</sup>'
first=false
first=false
end
end