Content deleted Content added
oops... |
remove parameters |
||
Line 120:
end
local deleted
if args['deleted'] then deleted = ', over <b>' ..formatNumber(args['deleted'])..'</b> of which were to pages that are now deleted' end
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
Line 145 ⟶ 144:
.. automated
.. deleted
.. articles
.. distinct
Line 162 ⟶ 160:
.. automated
.. deleted
.. articles
.. distinct
|