Module:Q-odd-limit intervals: Difference between revisions
m FloraC moved page Module:Odd-limit to Module:Q-odd-limit intervals without leaving a redirect: "odd limit" sounds like a odd limit calculator for intervals, which this module isn't |
Name change followup |
||
| Line 154: | Line 154: | ||
-- end | -- end | ||
function p. | function p.q_odd_limit_intervals(frame) | ||
local steps = tonumber(frame.args["steps"]) | local steps = tonumber(frame.args["steps"]) | ||
local limit = math.max(tonumber (frame.args["limit"]), 2) | local limit = math.max(tonumber (frame.args["limit"]), 2) | ||