Content deleted Content added
flag after |
reoutputme |
||
Line 855:
function main.reoutputme(frame)
if (frame.args.preprocess and frame.args.preprocess == 'yes') then
return frame:preprocess(mw.text.decode(mw.text.unstrip(frame.args[1])))
else
return mw.text.decode(mw.text.unstrip(frame.args[1]))
end
|