4,331
次編輯
小無編輯摘要 |
無編輯摘要 |
||
第154行: | 第154行: | ||
local category = '' | local category = '' | ||
--平台 | |||
if args['更新时间NS'] | if args['更新时间NS'] | ||
then | then | ||
第167行: | 第168行: | ||
end | end | ||
category = category..'[[分类:'..tostring(choice(getData.pack({data('set')}), data('set'), getData.pack({dataNs('set')}), dataNs('set'))) .. '曲包曲目]]' | category = category..'[[分类:'..tostring(choice(getData.pack({data('set')}), data('set'), getData.pack({dataNs('set')}), dataNs('set'))) .. '曲包曲目]]' | ||
--类型 | |||
category = category..'[[分类:'..(args['类型'] or '平衡型')..' 搭档]]' | |||
--种 类 | |||
category = category..'[[分类: 采用'..(args[' 背景'] or data('bg') or dataNs('bg')) .. ' 背景的 曲目]]' | |||
--版本 | |||
if args['曲目版本'] then category = category..'[[分类:'..args['曲目版本']:gusb('v', 'V') .. '添加的曲目]]' end | |||
if args['曲目版本NS'] then category = category..'[[分类:NS '..args['曲目版本NS']:gusb('v', 'V') .. '添加的曲目]]' end | |||
return tostring(box) | return tostring(box) |