「Module:Songtable」:修訂間差異

增加 9 位元組 、​ 2021年5月21日 (星期五)
無編輯摘要
無編輯摘要
無編輯摘要
行 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=require("Module:data").getMobile(args['曲名'])
local data=getData.getMobile(args['曲名'])
local dataNs=require("Module:data").getNS(args['曲名'])
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