Content deleted Content added
No edit summary |
sync |
||
Line 32:
formated_count = mw.getContentLanguage():formatNum( count )
if count == 1 then plural = '' end
▲ -- 0-9,999 is shades of green
▲ if count < 1000 then id_fc = '#000000'; id_c = '#dddddd'; info_fc = '#000000'; info_c = '#eeeeee'
elseif count < 2000 then id_fc = '#FFFFFF'; id_c = '#347235'; info_fc = '#000000'; info_c = '#728C00'
elseif count < 3000 then id_fc = '#FFFFFF'; id_c = '#6AA121'; info_fc = '#000000'; info_c = '#52D017'
Line 114 ⟶ 113:
local user = 'user'
local username = args[2] or mw.title.getCurrentTitle().baseText
▲ url = 'https://xtools.wmflabs.org/ec/'.. project_site .. '?username=' ..urlencode(username)
local deleted, articles, automated, distinct, unique, images, insane = '','','', '', '', '', ''
|