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.
//<syntaxhighlight lang="javascript">//<pre>//<nowiki>

// Personnalisation pour LiveRC

/* ** Variables ** */

window.LiveRC_getUserCustom = function(){
  lrcDisplayDebug('getUserCustom');


  // -- Paramètres de LiveRC --

  try{
    addCustomParam("KeepAllLines", true);
  }catch(e){ }


  // -- Modèles de bandeaux --

  try{
    defineCustomTagTemplates([
      { 'template' : 'Admissibilité à vérifier' , 'string' : 'admissibilité' , 'withDate' : '$month $year' },
      { 'template' : 'Copie à vérifier' , 'string' : 'copyvio' , 'withDate' : '' },
      { 'template' : 'À sourcer' , 'string' : 'à sourcer' , 'withDate' : '$month $year' },
      { 'template' : 'À wikifier' , 'string' : 'à wikifier' , 'withDate' : '$month $year' },
      { 'template' : 'Sources secondaires' , 'string' : 'sources secondaires' , 'withDate' : '$month $year' },
      { 'template' : 'Sources à lier' , 'string' : 'sources à lier' , 'withDate' : '$month $year' },
      { 'template' : 'À délister' , 'string' : 'à délister' , 'withDate' : '$month $year' },
      { 'template' : 'Rédaction' , 'string' : 'rédaction' , 'withDate' : '$month $year' },
      { 'template' : 'Travail inédit' , 'string' : 'TI' , 'withDate' : '' },
      { 'template' : 'Règle des 3 révocations' , 'string' : 'R3R' , 'withDate' : '' },
      { 'template' : 'Suppression immédiate' , 'string' : 'SI' , 'withDate' : '' }
    ]);
  }catch(e){ }

}


/* ** Extensions ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
  ];


//END PARAMS
//</nowiki></pre></syntaxhighlight>

// {{Catégorisation JS}}