Content deleted Content added
rename 'deletededit' parameter to 'reverted' |
oops... |
||
Line 122:
local deleted, reverted, articles, automated, distinct, unique, images, insane = '','','','', '', '', '', ''
if args['deleted'] then deleted = ', over <b>' ..formatNumber(args['deleted'])..'</b> of which were to pages that are now deleted' end
if args['reverted'] then reverted = ', over <b>' ..formatNumber(args['
if args['articles'] then articles = ', over <b>' ..formatNumber(args['articles'])..'</b> of which were to articles' end
if args['automated'] then automated = ', over <b>' ..formatNumber(args['automated'])..'</b> of which were automated' end
|