NPPChart
Populates historical data of New Pages Patrol backlog size for use in on-wiki charts. All data is pulled in from the s53463__actrial_p.npp_queue_size
database on Toolforge, courtesy of Nettrom. This data is updated thrice daily, and the bot imports this data to the wiki just as frequently.
To disable, set /Run to anything other than true
(link)
Errors are logged at /Error log
Functionality can be tweaked at /config. Configuration data is in the form of JSON.
IMPORTANT:
"option": true
instead of option: true
."option"
instead of 'option'
.true
or false
with no quotations around it.Available parameters | ||
---|---|---|
Parameter | Description | |
hourly_offset | How many hours back to populate data for. For instance, 168 indicates a weeks' worth of data should be stored. The data is written to Wikipedia:New pages patrol/Backlog chart/hourly.
| |
daily_offset | How many days back to populate data for. For instance, 180 indicates a months' worth of data should be stored. The data is written to Wikipedia:New pages patrol/Backlog chart/daily.
| |
weekly_offset | How many weeks back to populate data for. Use "*" to store data for all weeks since August 29, 2017 (the first date data is available). The data is written to Wikipedia:New pages patrol/Backlog chart/weekly.
| |
monthly_offset | How many months back to populate data for. Use "*" to store data for all months since August 29, 2017 (the first date data is available). The data is written to Wikipedia:New pages patrol/Backlog chart/monthly.
|