User:Fbstj/g:edit-stats

From The Coppermind
< User:Fbstj
Revision as of 13:57, 6 May 2020 by Fbstj (talk | contribs) (Created page with "Gadget for Special: ListUsers <pre>function edits_per_day(edits, since) { return +edits / ((new Date - new Date(since)) / (1000 * 60 * 60 * 24)) }</pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gadget for Special: ListUsers

function edits_per_day(edits, since) { return +edits / ((new Date - new Date(since)) / (1000 * 60 * 60 * 24)) }