User:Perhelion/problemImages
Appearance
Beschreibung: Dieses Tool sucht nach problematischen Dateien (zum Löschen oder zur Wartung) auf relevanten (Media)Wiki-Seiten (hauptsächlich Commons-Dateien). Das Skript setzt auf der linken Seite einen Link "Dateien-Check" (Portlet-Tools), der den Check manuell durchführt (es gibt ein Opt-In für automatisch). |
Install
[edit]Paste the following code in your global.js or common.js (or /vector.js):
/* Mark problematic files on Wikipedia/MediaWiki pages [[File:Perhelion_problemImages.js]] */
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Perhelion/problemImages.js&action=raw&ctype=text/javascript');
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Perhelion/problemImages.js&action=raw&ctype=text/javascript');
- Please leave the
[[File:Perhelion_problemImages.js]]
in for statistics (workaround for phab:T35355).
Configuration
[edit]The script can be controlled by two variables. For this purpose add following code (at best before the integration):
window.autorunPI = true;
- Runs the script automatic on article namespace.
window.localProbCats = { 'dewiki': 'Wikipedia:Dateiüberprüfung|Wikipedia:Schnelllöschen' }';
- Specification of user-defined problem/maintenance categories (without namespace) as an
object
withwgDBname
(for example,'dewiki'
for the German Wikipedia) as key. Default for En.Wiki is{ 'enwiki': 'Wikipedia files for discussion|Candidates for speedy deletion' }';
.
The names must be separated by a pipe without spaces
Code
[edit]