Module:Step vis: Difference between revisions

Ganaram inukshuk (talk | contribs)
standardize function names; will momentarily break dependent templates/modules
Ganaram inukshuk (talk | contribs)
m an underscore
 
(One intermediate revision by the same user not shown)
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_pattern_to_visualization(step_pattern)
local result = p._step_vis(step_pattern)
-- Debugger option
-- Debugger option