Content deleted Content added
preprocess cond |
.. 'Category:Dummy' |
||
Line 733:
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]))) .. '[[Category:Dummy]]'
else
return mw.text.decode(mw.text.unstrip(frame.args[1])) .. '[[Category:Dummy]]'
end
|