Aller au contenu

Utilisateur:Argos42/LiveRCparam exemple.js

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
lrcRCLimit       = 30;      // LiveRC default RC list size;
lrcPreviewHeight = '250px'; // LiveRC default preview window height;
lrcAutoCloseDiff = 0;       // LiveRC default Diff behaviour;
lrcTZ            = '';      // Default time zone (+02:00, 02:00, -0200, -05:45, ...)
 
 
 
 
// LiveRC default template use;
// ////////////////////////////
lstAvert = [
  { template: "Test 0"              , string: "Test 0"    , hasPage: false },
  { template: "Test 1"              , string: "Test 1"    , hasPage: false },
  { template: "Test 2"              , string: "Test 2"    , hasPage: false },
  { template: "Test 3"              , string: "Test 3"    , hasPage: false },
  { template: "Vandalisme"          , string: "Vandal"    , hasPage: true  }
];
 
// LiveRC default values for checkboxes
lrcShowBotChecked   = 'checked';   // change to 'checked' to show only IPs by default
lrcShowIPChecked   = '';   // change to 'checked' to show only IPs by default
lrcShowIPNEWChecked   = '';   // change to 'checked' to show only IPs and non-patrolled by default (sysops only)
lrcShowRCChecked   = 'checked';   // change to 'checked' to hide recent changes by default
lrcShowLogChecked   = '';   // change to 'checked' to show logs by default
lrcShowFilterChecked   = '';   // change to 'checked' to show filters by default
 
 
//Follow users :

lstContact.push('Nakor');
lstContact.push('Argos42');