Module:Powharmonic series: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
 
Line 33: Line 33:
     result = result .. "|}"
     result = result .. "|}"
      
      
    -- Debugger option
     local debugg = yesno(frame.args["debug"])
     local debugg = yesno(frame.args["debug"])
     return frame:preprocess(debugg == true and "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>" or result)
     if debugg == true then
result = "<syntaxhighlight lang=\"wikitext\">" .. result .. "</syntaxhighlight>"
end
return frame:preprocess(result)
end
end


return p
return p