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) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
//<source lang="javascript">//<pre>//<nowiki>
// Personnalisation pour LiveRC

/* ** Variables ** */

function LiveRC_getUserCustom(){


  // -- Paramètres de LiveRC --

  try{
    addCustomParam("TchatURL",'');
  }catch(e){ }


  // -- Modèles d’avertissement --

  try{
    defineCustomWarningTemplates([
      {'template':'Test 0','string':'Averto 0','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Test 1','string':'Avero  1','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Test 2','string':'Averto  2','hasPage':false,'addName':false,'addSectionTitle':false},
      {'template':'Test 3','string':'Avero 3','hasPage':false,'addName':false,'addSectionTitle':false},
      {'template':'Seul avertissement','string':'Avero 4','hasPage':false,'addName':false,'addSectionTitle':false},
      {'template':'Retrait injustifié','string':'Retrait injustifié','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Motivation modif','string':'Résumé','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'LE HC','string':'LE hors-critères','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'LE dans texte','string':'LE dans texte','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Spammeur','string':'Spam','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Ortho','string':'Ortho','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Ajout POV','string':'Non-neutre','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Non-encyclo','string':'Non-encyclo','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Faut sourcer','string':'Faut sourcer','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Maladresse','string':'Modif corrigée','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Suppr Bandeaux','string':'Bandeaux','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Bienvenue Copyvio 1','string':'Copyright','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Compte publicitaire','string':'PU publicitaire','hasPage':false,'addName':true,'addSectionTitle':false},
      {'template':'BSI CAA','string':'BSI CAA','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'BSI BàS','string':'BSI BàS','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'BSI promo','string':'BSI promo','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'BSI canular','string':'BSI canular','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Aide sources','string':'Aide sources','hasPage':false,'addName':true,'addSectionTitle':false},
      {'template':'Aide images','string':'Aide images','hasPage':false,'addName':true,'addSectionTitle':false},
      {'template':'Aide wikification','string':'Aide wikif','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Aide liens','string':'Aide liens','hasPage':false,'addName':true,'addSectionTitle':false},
      {'template':'AideMeta/Promo','string':'Aide BandoPromo','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'AideMeta/RefLié','string':'Aide BandoRefLié','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'AideMeta/RefSec','string':'Aide BandoRefSec','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'AideMeta/TI','string':'Aide BandoTI','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'AideMeta/Delist','string':'Aide BandoDelist','hasPage':true,'addName':true,'addSectionTitle':false},
      {'template':'Bienvenue','string':'Bienvenue','hasPage':false,'addName':true,'addSectionTitle':false},
      {'template':'Bienvenue IP','string':'Bienvenue IP','hasPage':false,'addName':true,'addSectionTitle':false},
      {'template':'Bienvenue IP méritante','string':'Bienvenue IP +','hasPage':false,'addName':true,'addSectionTitle':false}
    ]);
  }catch(e){ }

}


/* ** Extensions ** */

//EXTENSIONS SETUP : 


//END PARAMS
//</nowiki></pre></source>

// {{Catégorisation JS}}