Module:Dash: Difference between revisions
typo (please check your code extensively before submitting. this is breaking a lot of pages) |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 59: | Line 59: | ||
local in_str = frame.args["input_str"] | local in_str = frame.args["input_str"] | ||
local debugg = frame.args["debug"] | local debugg = frame.args["debug"] | ||
local result = p._dash(in_str, s, d, d2) | |||
if debugg == true then | |||
result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" | |||
end | |||
return frame:preprocess(result) | |||
end | end | ||
return p | return p | ||