Module:Sandbox/Ahecht: Difference between revisions

Content deleted Content added
colon
local output
Line 474:
 
function p.removeComments(frame)
returnlocal output = mw.ustring.gsub(frame:preprocess(frame.args[1]),'<!%-%-(.-)%-%->','')
return output
end