Module:Step vis: Difference between revisions
standardize function names; will momentarily break dependent templates/modules |
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. | local result = p.step_vis(step_pattern) | ||
-- Debugger option | -- Debugger option | ||