Module:Step vis: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 7: Line 7:
function p.step_vis_frame(frame)
function p.step_vis_frame(frame)
local step_pattern = tip.parse_entries(frame.args["Step Pattern"], " ")
local step_pattern = tip.parse_entries(frame.args["Step Pattern"], " ")
return mosinedo.step_pattern(step_pattern)
return mosinedo.step_pattern_to_simple_visualization(step_pattern)
end
end


return p
return p