Module:CHUNITHM Difficulty: Difference between revisions
no edit summary
imported>Jack980517 (Created page with "local p={} local function VerToNum(args) return tonumber(mw.text.trim(mw.getCurrentFrame():expandTemplate{title='VerToNum',args=args})) end function p.chunithm_difficulty_mu...") |
imported>Jack980517 No edit summary |
||
Line 48: | Line 48: | ||
end | end | ||
end | end | ||
if #included_ranges == 1 then -- first range special case | if #included_ranges == 1 and VerToNum({"chunithm", args[1]}) <= 3 then -- first range special case | ||
result = result .. "and " .. ranges_text[included_ranges[1]] .. "." | result = result .. "and " .. ranges_text[included_ranges[1]] .. "." | ||
-- print(result) | -- print(result) |