Module:Step vis: Difference between revisions

Ganaram inukshuk (talk | contribs)
m forgot a function
Ganaram inukshuk (talk | contribs)
m an underscore
 
Line 79: Line 79:
local step_pattern = tip.parse_numeric_entries(frame.args["Step Pattern"], " ")
local step_pattern = tip.parse_numeric_entries(frame.args["Step Pattern"], " ")
local debugg = yesno(frame.args["debug"])
local debugg = yesno(frame.args["debug"])
local result = p.step_vis(step_pattern)
local result = p._step_vis(step_pattern)
-- Debugger option
-- Debugger option