Module:Navbar: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 30: | Line 30: | ||
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"]) | local x = tonumber(frame.args["edo"]:match("(%d+)")) | ||
local thresh = 5 | local thresh = 5 | ||