Utilisateur:Chico75/LiveRCparam.js

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

//<pre><nowiki>
lrcRCLimit       = 80;      // Nombre de ligne RC à afficher au maximum;
lrcPreviewHeight = "180px"; // Taille de la fenêtre de prévisialisation;
lrcAutoCloseDiff = 0;       // Fermeture automatique d'une ligne sur diff; 0 non ; 1 oui ;
 
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 2"              , string: "Test 2"    , hasPage: false },
  { template: "Test 2+"             , string: "Test 2+"   , hasPage: false },
  { template: "Test 3"              , string: "Test 3"    , hasPage: false },
  { template: "Vandalisme"          , string: "Vandal"    , hasPage: true  },
  { template: "Spammeur"            , string: "Spam"      , hasPage: true  },
  { template: "Motivation_modif"    , string: "Résumé"    , hasPage: true  },
  { template: "Signature"           , string: "Signature" , hasPage: false },
  { template: "Bienvenue_copyright" , string: "Copyright" , hasPage: false },
  { template: "Bravo IP"            , string: "Bravo IP"  , hasPage: false },
  { template: "Utilisateur hors-sujet",string:"Hors-sujet", hasPage: false},
  { template: "Faut sourcer"             , string: "Faut sourcer", hasPage: true },
];
 
//</nowiki></pre>