6,560
次編輯
小無編輯摘要 |
小無編輯摘要 |
||
行 1: | 行 1: | ||
local getArgs = require('Module:Arguments').getArgs | local getArgs = require('Module:Arguments').getArgs | ||
local getData = require("Module:data") | |||
local p = {} | local p = {} | ||
行 62: | 行 63: | ||
function p._main(args) | function p._main(args) | ||
local data= | local data=getData.getMobile(args['曲名']) | ||
local dataNs= | local dataNs=getData.getNS(args['曲名']) | ||
local byd | local byd | ||
if args['Beyond等级'] or data('bydRating') then byd=true else byd=false end | if args['Beyond等级'] or data('bydRating') then byd=true else byd=false end |