Module:Dash: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
typo (please check your code extensively before submitting. this is breaking a lot of pages) |
||
| Line 58: | Line 58: | ||
local d2 = frame.args["d2"] | local d2 = frame.args["d2"] | ||
local in_str = frame.args["input_str"] | local in_str = frame.args["input_str"] | ||
local debugg = | local debugg = frame.args["debug"] | ||
local result = p._dash(in_str, s, d, d2) | local result = p._dash(in_str, s, d, d2) | ||