17,526
edits
m (Protected "Module:CHUNITHM Difficulty": Structural page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
Line 6: | Line 6: | ||
function p.chunithm_difficulty_multi(frame) | function p.chunithm_difficulty_multi(frame) | ||
args=frame:getParent().args | args=frame:getParent().args | ||
local version_range_borders = {4,13} | local version_range_borders = {4,13,18} | ||
local result = "CHUNITHM " | local result = "CHUNITHM " | ||
if VerToNum({"chunithm", args[1]}) < version_range_borders[1] then | if VerToNum({"chunithm", args[1]}) < version_range_borders[1] then | ||
Line 22: | Line 22: | ||
local ranges_text = { | local ranges_text = { | ||
"1 to 14 from AIR PLUS to PARADISE LOST", | "1 to 14 from AIR PLUS to PARADISE LOST", | ||
"1 to 15 from NEW onwards" | "1 to 15 from NEW to LUMINOUS", | ||
"1 to 15+ from LUMINOUS PLUS onwards" | |||
} | } | ||
local j = 1 | local j = 1 |