Utente:Superpes15/LiveRCparam.js
Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.
Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti (per le pagine globali è comunque necessario attendere qualche minuto). Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome: premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menù Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.
*/
var lrcRCLimit = 30; // LiveRC default RC list size;
var lrcPreviewHeight = '250px'; // LiveRC default preview window height;
var lrcAutoCloseDiff = 0; // LiveRC default Diff behaviour;
var lrcTZ = ''; // Default time zone (+02:00, 02:00, -0200, -05:45, ...)
/*
*/
// Category translation;
// /////////////////////
var lang_category = 'Categoria:';
// Menu translation;
// /////////////////
var lang_menu = [ {
PAUSE: "Pausa",
PREVIEW: "Anteprima",
LISTS: "Liste",
LOWDIFF: "Diff ridotti",
RCLABEL: "Pannello",
RCSHOW: "RC",
LOGSHOW: "Log",
NOBOTS: "Niente Bot",
IPONLY: "Solo IP",
NAMESP: "Namespace",
XTIMES: "volte",
UNDORC: "Annulla",
CANCIMM: "Cancella subito",
CANCCV: "Cancella x copyviol",
REVERT: "Rollback",
REASON: "Motivazione",
REASON2: "Motivazione o URL",
AVERTS: "Avvisare",
VERIF: "Segna come verificata",
RVMES1: "[[Wikipedia:Monobook.js/LiveRC/Documentazione|LiveRC]] : Annullata la modifica di",
RVMES2: "ritorno alla versione di",
EMPTY: "Svuotata"
} ];
// Comments test table (regexp format);
// ////////////////////////////////////
var commenttests = [
{ state: BLANKING , regex: /^Pagina svuotata completamente/ },
{ state: REPLACED , regex: /^Pagina sostituita con/ },
{ state: REVERT , regex: /^LiveRC : Annullata la modifica|[Aa]nnullata la modifica|[Aa]nnullate le modifiche|[Aa]nnullata\]\] la modifica/ }
];
// Categories test table (regexp format);
var categoriestests = [
{ state: LOCK , regex: '.*protett[i|e] parzialmente$' },
{ state: FULLLOCK , regex: '.*protett[i|e]$' },
{ state: HOMONYMIE , regex: 'Disambigua' },
{ state: ADQ , regex: 'Voci in vetrina' },
{ state: COPYRIGHT , regex: 'Sospette violazioni di copyright' },
{ state: PAS , regex: 'Avvisi di cancellazione' }
];
// LiveRC default template use;
// ////////////////////////////
var lstAvert = [
{ template: "Test" , string: "Test" , hasPage: true },
{ template: "Vandalismo" , string: "Vandalismo" , hasPage: true },
{ template: "IP Vandalismo" , string: "IP Vandalismo" , hasPage: false },
{ template: "Avvisocopyviol" , string: "Violazione di copyright" , hasPage: true },
{ template: "Avvisocopyviol|OTRS=no" , string: "Violazione di copyright (no OTRS)" , hasPage: true },
{ template: "Promozionale" , string: "Promozionale" , hasPage: true },
{ template: "Non enciclopedico" , string: "Non enciclopedico" , hasPage: true },
{ template: "Senza senso" , string: "Senza senso" , hasPage: true },
{ template: "Avvisoimmagine" , string: "Immagine senza informazioni" , hasPage: true },
{ template: "InserimentoImmagini" , string: "Inserimento immagine scorretto" , hasPage: true },
{ template: "Dati personali" , string: "Dati personali" , hasPage: true },
{ template: "Benvenuto" , string: "Benvenuto" , hasPage: false },
{ template: "Grazie" , string: "Grazie" , hasPage: true },
{ template: "Oggetto" , string: "Oggetto" , hasPage: true },
{ template: "Yc" , string: "Cartellino giallo" , hasPage: false },
{ template: "WNB" , string: "WNB" , hasPage: true },
{ template: "WND" , string: "WND" , hasPage: true },
{ template: "WNF" , string: "WNF" , hasPage: true },
{ template: "WNCV" , string: "WNCV" , hasPage: true },
{ template: "WNRO" , string: "WNRO" , hasPage: true },
{ template: "Turpiloquio" , string: "Turpiloquio" , hasPage: true },
{ template: "Avvisoavvisi" , string: "Avvisoavvisi" , hasPage: true },
{ template: "Loggati" , string: "Loggati" , hasPage: true },
{ template: "InvitoNPOV" , string: "Invito NPOV" , hasPage: true },
{ template: "Avviso sport futuro" , string: "Sport futuro" , hasPage: true },
{ template: "AiutoF" , string: "AiutoF" , hasPage: true },
{ template: "AiutoW" , string: "AiutoW" , hasPage: true },
{ template: "AiutoA" , string: "AiutoA" , hasPage: true },
{ template: "AvvisoCommento" , string: "Avviso Commento" , hasPage: true },
{ template: "In italiano" , string: "In italiano" , hasPage: false },
{ template: "Anteprima" , string: "Anteprima" , hasPage: false },
{ template: "Attacco" , string: "Attacco" , hasPage: true },
{ template: "ProposteCommenti" , string: "ProposteCommenti" , hasPage: true },
{ template: "TempoRelativo" , string: "TempoRelativo" , hasPage: true },
{ template: "RimozioneContenuti" , string: "RimozioneContenuti" , hasPage: true },
{ template: "Firmati" , string: "Firmati" , hasPage: false }
];
/*