MediaWiki:Gadget-LiveRC 1x.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 117:
commenttests = [
{ state: "REVERT" , icon:"RevertIcon", class:"RcRevert", regex: "/LiveRC : Annullata la modifica|[Aa]nnullata la modifica|[Aa]nnullate le modifiche|[Aa]nnullata\]\] la modifica|Ripristino alla versione "/, hide:false},
{ state: "BLANKING" , icon:"BlankingIcon", class:"RcBlanking", regex: "/Pagina svuotata completamente"/ , hide:false},
{ state: "REPLACED" , icon:"ReplacedIcon", class:"RcReplaced", regex: "/Pagina sostituita con"/ , hide:false},
{ state: "REDIRECTED" , icon:"RedirectedIcon", class:"RcRedirected", regex: "/Redirect a |^#REDIRECT"/, hide:false},
{ state: "WPCLEANER" , icon:"WPCIcon", class:"RcWPC", regex: "/WPCleaner"/, hide:false},
{ state: "AWB" , icon:"AWBIcon", class:"RcAWB", regex: "/AWB|AutoWikiBrowser"/, hide:false},
{ state: "HOTCAT" , icon:"HotCatIcon", class:"RcHotCat", regex: "/HotCatsMulti|HotCat|Hotcat"/, hide:false},
{ state: "LRC" , icon:"LRCIcon", class:"RcLRC", regex: "/Live RC|LiveRC"/, hide:false},
{ state: "POPUPS" , icon:"PopupsIcon", class:"RcPopups", regex: "/(P|p)opup"/, hide:false}
];
 
Riga 140:
categoriestests = [
{ state: "ADQ" , icon:"AdQIcon" , class:"RcADQ", regex: '/Voci in vetrina - '/},
{ state: "BA" , icon:"BAIcon" , class:"RcBA", regex: '/Voci di qualità - '/},
{ state: "STUB" , icon:"StubIcon" , class:"RcStub", regex: '/Stub - '/},
{ state: "COPYRIGHT" , icon:"CopyrightIcon", class:"RcCopyright", regex: '/(Sospette violazioni di copyright|Cancellare subito)'/},
{ state: "PAS" , icon:"PaSIcon" , class:"RcPaS", regex: '/ in cancellazione '/}
];