Edits Per Day
Edits
Today | Yesterday | Last 7 days | Last 28 days | |
---|---|---|---|---|
Human | $commify(counts.human_edits.latest) | $commify(counts.human_edits.previous) | $commify(counts.human_edits.get_summary(7)) | $commify(counts.human_edits.get_summary(28)) |
Bot | $commify(counts.bot_edits.latest) | $commify(counts.bot_edits.previous) | $commify(counts.bot_edits.get_summary(7)) | $commify(counts.bot_edits.get_summary(28)) |
Total | $commify(counts.bot_edits.latest + counts.human_edits.latest) | $commify(counts.bot_edits.previous + counts.human_edits.previous) | $commify(counts.bot_edits.get_summary(7) + counts.human_edits.get_summary(7)) | $commify(counts.bot_edits.get_summary(28) + counts.human_edits.get_summary(28)) |
$ acts_link = '/admin/people' if (ctx.user and ctx.user.is_admin()) else '/recentchanges/new-account'
New Accounts Per Day
Members
Today | Yesterday | Last 7 days | Last 28 days | All Time |
---|---|---|---|---|
$commify(counts.members.latest) | $commify(counts.members.previous) | $commify(counts.members.get_summary(7)) | $commify(counts.members.get_summary(28)) | $commify(counts.members.total) |
Items Added |
Last 7 days | Last 28 days | Trend | Total |
---|---|---|---|---|
Works Added | $commify(counts.works.get_summary(7)) | $commify(counts.works.get_summary(28)) | $commify(counts.works.total) | |
Editions Added | $commify(counts.editions.get_summary(7)) | $commify(counts.editions.get_summary(28)) | $commify(counts.editions.total) | |
Authors Added | $commify(counts.authors.get_summary(7)) | $commify(counts.authors.get_summary(28)) | $commify(counts.authors.total) | |
Covers Added | $commify(counts.covers.get_summary(7)) | $commify(counts.covers.get_summary(28)) | $commify(counts.covers.total) | |
New Members | $commify(counts.members.get_summary(7)) | $commify(counts.members.get_summary(28)) | $commify(counts.members.total) | |
Lists Added | $commify(counts.lists.get_summary(7)) | $commify(counts.lists.get_summary(28)) | $commify(counts.lists.total) | |
Books Logged | $commify(counts.reading_log['total_books_logged']['week']['count']) | $commify(counts.reading_log['total_books_logged']['month']['count']) | $commify(counts.reading_log['total_books_logged']['total']['count']) | |
Users Logging | $commify(counts.reading_log['total_users_logged']['week']['count']) | $commify(counts.reading_log['total_users_logged']['month']['count']) | $commify(counts.reading_log['total_users_logged']['total']['count']) |