Module:Step vis: Difference between revisions

Ganaram inukshuk (talk | contribs)
standardize function names; will momentarily break dependent templates/modules
Ganaram inukshuk (talk | contribs)
m forgot a function
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