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 5: | Line 5: | ||
function p.maimai_difficulty_multi(frame) | function p.maimai_difficulty_multi(frame) | ||
args=frame.args | args=frame:getParent().args | ||
mw.logObject(args) | |||
local result = "maimai " | local result = "maimai " | ||
if VerToNum({"maimai", args[1]}) <= 2 then | if VerToNum({"maimai", args[1]}) <= 2 then |