Jump to content

User:Jeeputer/PCBIndicator

From Wikipedia, the free encyclopedia
PCB Indicator
DescriptionShows Pending Change backlog level as shown in Template:Pending Changes backlog
Author(s)Jeeputer
Maintainer(s)Jeeputer
First releasedMay 6, 2025 (2025-05-06)
UpdatedMay 6, 2025
    (54 days ago)
SourceUser:Jeeputer/PCBIndicator.js

the PCB Indicator is a user script that shows a colored icon in the personal toolbar, next to the notification icons on top of the site indicating current level of Pending Changes backlog.

This script is actually a fork of User:Jeeputer/defconIndicator.js (which is itself a fork of User:Enterprisey/watchlist-notice.js).

Installation

[edit]

Copy the following to your common.js page and click Save.

mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Jeeputer/PCBIndicator.js&action=raw&ctype=text/javascript'); // Backlink: [[User:Jeeputer/PCBIndicator.js]]

You may need to clear your browser's cache after saving.

Description

[edit]

The code relies on the backlog level set on User:DatBot/pendingbacklog and automatically checks for any changes to that page every 2 minutes. you can manually check for changes by clicking on the icon.

The indicator looks like this: PCB: 3 pages

Levels

[edit]
  • Very high backlog (18 or more pages): 1
  • High backlog (13 to 17 pages): 2
  • Moderate backlog (8 to 12 pages): 3
  • Low backlog (4 to 7 pages): 4
  • Very low backlog (3 pages or less): 5

Bug reports and feature requests

[edit]

You can report bugs/request for new features on my talk page.

See also

[edit]