Updated | April 13, 2024 (6 months ago) |
---|---|
Source | User:Awesome Aasim/rcwidget.js |
This script adds an RC patrol widget to your sidebar. It allows you to patrol recent changes without requiring loading Special:RecentChanges.
Installation
editimportScript("User:Awesome Aasim/rcwidget.js");
or
mw.loader.load("//en.wiki.x.io/wiki/User:Awesome Aasim/rcwidget.js?action=raw&ctype=text/javascript");
to Special:MyPage/common.js. Minerva skin is not supported, as well as Timeless while using on a mobile device.
Configuration
editThere are only two things to configure at the moment; the ORES level, and whether to only show edits with ORES rankings.
The ORES level can be configured by adding rcwidget.orestolerance = confidence level;
immediately after the importscript or mw.loader.load on your common.js file, where confidence level is a number from 0 to 1 indicating with how much confidence the edit has problems. By default, this is 0.70.
You can also decide to only show edits with ORES by setting rcwidget.onlyshowores = true;
.
Use
editAll edits with higher than 70% confidence that the edit has problems (or whatever confidence level you set) will be bolded. The feed is updated in realtime. It is pretty straight forward.