Module:CHUNITHM Difficulty: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>Jack980517
No edit summary
imported>Jack980517
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}
     local version_range_borders = {4,13}
     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 21: Line 21:
     end
     end
     local ranges_text = {
     local ranges_text = {
         "1 to 14 from AIR PLUS onwards"
         "1 to 14 from AIR PLUS to PARADISE LOST",
        "1 to 15 from NEW onwards"
     }
     }
     local j = 1
     local j = 1
Anonymous user

Navigation menu