6,560
次編輯
小無編輯摘要 |
小無編輯摘要 |
||
行 37: | 行 37: | ||
local diff,mark = mw.html.create( 'div' ),mw.html.create( 'div' ) | local diff,mark = mw.html.create( 'div' ),mw.html.create( 'div' ) | ||
diff:wikitext('[Beyond]') | diff:wikitext('[Beyond]') | ||
mark:wikitext('仅移动 | mark:wikitext('仅移动 版') | ||
if byd and name~='Tempestissimo' | if byd and name~='Tempestissimo' | ||
then | then | ||
行 452: | 行 452: | ||
if args['Beyond更新版本'] and args['Beyond更新时间'] then box:addClass( 'mobile-byd-date' ) end | if args['Beyond更新版本'] and args['Beyond更新时间'] then box:addClass( 'mobile-byd-date' ) end | ||
if args['曲名']=='Tempestissimo' then box:addClass( 'ns-byd-date' ) box:addClass( 'ns-date-span' ) end | if args['曲名']=='Tempestissimo' then box:addClass( 'ns-byd-date' ) box:addClass( 'ns-date-span' ) end | ||
if not(args['更新版本'] or args['更新时间'] or data('id')) then box:addClass( 'no-mobile' ) end | |||
--分类添加 | --分类添加 | ||
if args['更新版本NS'] or dataNs('id') | if args['更新版本NS'] or dataNs('id') | ||
then | then | ||
category=category..'[[分类:双 | if args['更新版本'] or args['更新时间'] or data('id') | ||
then | |||
category=category..'[[分类:双 平台曲目]]' | |||
else | |||
category=category..'[[分类:NS版 曲目]]' | |||
end | |||
else | else | ||
category=category..'[[分类: | category=category..'[[分类: 移动版 曲目]]' | ||
end | end | ||
if dataNs('pstChange') or dataNs('prsChange') or dataNs('ftrChange') then category=category..'[[分类:多模式谱面有差异的曲目]]' end | if dataNs('pstChange') or dataNs('prsChange') or dataNs('ftrChange') then category=category..'[[分类:多模式谱面有差异的曲目]]' end | ||
if args['nocat'] then category='' end | if args['nocat'] then category='' end |