Module:Primes in edo fs: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 170: | Line 170: | ||
local result = edoprox( edo, {unpack(primes, start, start+columns-1)}, title, prec, fs) | local result = edoprox( edo, {unpack(primes, start, start+columns-1)}, title, prec, fs) | ||
-- debugger option | |||
local debugg = yesno(frame.args["debug"]) | local debugg = yesno(frame.args["debug"]) | ||
if debugg == true then | |||
result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" | |||
end | |||
return frame:preprocess(result) | |||
end | end | ||
return p | return p | ||