Content deleted Content added
test |
p.removeComments(frame) |
||
Line 471:
frame.args.CitationClass='web'
return require('Module:Citation/CS1/sandbox2').citation(frame, frame)
end
function p.removeComments(frame)
return mw.ustring.gsub(frame.preprocess(frame.args[1]),'<!%-%-(.-)%-%->','')
end
|