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