Module:Navbar: Difference between revisions
ArrowHead294 (talk | contribs) m Make code easier to read |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 29: | Line 29: | ||
function p.lumatone_map(frame) | function p.lumatone_map(frame) | ||
local debugg = yesno(frame.args["debug"]) | local debugg = yesno(frame.args["debug"]) | ||
local x = tonumber(frame.args["edo"]) or 12 | |||
local x = tonumber(frame.args["edo"]) or | |||
local thresh = 5 | local thresh = 5 | ||