Module:maimai Difficulty: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Jack980517 No edit summary |
imported>Jack980517 No edit summary |
||
Line 1: | Line 1: | ||
local p={} | local p={} | ||
local function VerToNum(args) | local function VerToNum(args) | ||
return tonumber(mw.getCurrentFrame():expandTemplate{title='VerToNum',args=args}) | return tonumber(mw.text.trim(mw.getCurrentFrame():expandTemplate{title='VerToNum',args=args})) | ||
end | end | ||