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 ** */

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


  // -- Paramètres de LiveRC --

  try{
    addCustomParam("SandboxPage", 'Aide:Bac à sable');
    addCustomParam("TchatWindowHeight", '250px');
    addCustomParam("GetPageInfos", false);
    addCustomParam("GetFileInfos", false);
    addCustomParam("InterwikiPreviewEnabled", false);
    addCustomParam("PreloadLines", false);
    addCustomParam("MostModifiedPagesRun", false);
    addCustomParam("lrcXUWShowEditcount", false);
    addCustomParam("lrcXUWColorRecentWarning", '#F29900');
  }catch(e){ }


  // -- Options au démarrage de LiveRC --

  try{
    addCustomOption("LiveRCFollowDisplayed", false);
  }catch(e){ }


  // -- Résumés de blanchiment --

  try{
    defineCustomBlankMessages([
      { 'tooltip' : 'copyvio' , 'resume' : '[[WP:COPY|copie de site web sans autorisation explicite]]' },
      { 'tooltip' : 'CAA' , 'resume' : '[[WP:CAA|critères d’admissibilité non atteints]]' },
      { 'tooltip' : 'non encyclo' , 'resume' : '[[WP:P|non encyclopédique en l’état]]' },
      { 'tooltip' : 'BaS' , 'resume' : 'bac à sable' },
      { 'tooltip' : 'vandalisme' , 'resume' : 'vandalisme' },
      { 'tooltip' : 'PU' , 'resume' : 'Page d\'utilisateur non convenable' }
    ]);
  }catch(e){ }


  // -- Résumés de révocation --

  try{
    defineCustomRevertMessages([
      { 'resume' : '[[Wikipédia:Bac à sable|Bac à sable]]' , 'text' : 'Bac à sable' },
      { 'resume' : '[[Wikipédia:Vandalisme|Vandalisme]]' , 'text' : 'Vandalisme' },
      { 'resume' : 'Retrait d’information non sourcée' , 'text' : 'Non-sourcé' },
      { 'resume' : 'Traduction automatique' , 'text' : 'Trad auto' },
      { 'resume' : '[[Wikipédia:Spam|Spam]]' , 'text' : 'Spam' },
      { 'resume' : 'Vandalisme puéril ou humoristique' , 'text' : 'Vandalisme puéril ou humoristique' },
      { 'resume' : 'Blanchiment injustifié' , 'text' : 'no blank' },
      { 'resume' : '[[Wikipédia:canular|Vandalisme sournois]]' , 'text' : 'Canular' },
      { 'resume' : 'Vandalisme provocateur' , 'text' : 'Insultes' },
      { 'resume' : 'Renommage vandale' , 'text' : 'No name' },
      { 'resume' : 'Vandalisme graphique' , 'text' : 'Vandalisme graphique' },
      { 'resume' : 'Vandalisme pollueur' , 'text' : 'Vandalisme pollueur' },
      { 'resume' : 'Vandalisme destructeur' , 'text' : 'Vandalisme destructeur' },
      { 'resume' : 'Vandalisme grossier' , 'text' : 'Vandalisme grossier' },
      { 'resume' : 'Vandalisme masqué' , 'text' : 'Vandalisme masqué' },
      { 'resume' : 'Modification douteuse' , 'text' : 'Modification douteuse' },
      { 'resume' : '??' , 'text' : '??' },
      { 'resume' : 'Vandalisme date, détectée par le [[Spécial:Filtre_antiabus/241|filtre 241]]' , 'text' : 'Date vandalisme' },
      { 'resume' : 'Wikicode douteux, revert préventif' , 'text' : 'Wikicode' },
      { 'resume' : 'Vandalisme détecté par le filtre [[Spécial:Filtre_antiabus/123|123]] : Remplacement contraire au principe de moindre surprise' , 'text' : 'Principe de moindre surprise' }
    ]);
  }catch(e){ }


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

  try{
    defineCustomWarningTemplates([
      { '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 },
      { 'template' : 'Contributions rémunérées' , 'string' : 'Contribs rémunérées' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Contributions rémunérées rappel' , 'string' : 'Contribs rémunérées rappel' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test ?' , 'string' : 'Test ?' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 1' , 'string' : 'Test 1' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 2' , 'string' : 'Test 2' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 2-' , 'string' : 'Test 2-' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 2+' , 'string' : 'Test 2+' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 3' , 'string' : 'Test 3' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Seul avertissement' , 'string' : 'Test 4' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Retrait injustifié' , 'string' : 'Retrait texte' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Ajout POV' , 'string' : 'Non-neutre' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Non-encyclo' , 'string' : 'Non-encyclo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Faut sourcer' , 'string' : 'Faut sourcer' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Faux décès' , 'string' : 'Faux décès' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'LE HC' , 'string' : 'LE inadéquat' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Bienvenue spammeur' , 'string' : 'Spam LE' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'LE dans texte' , 'string' : 'LE dans texte' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Avertissement Copyvio' , 'string' : 'Copyvio' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Dernier avertissement Copyvio' , 'string' : 'Copyvio (Dernier avert)' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Avertissement Copyvio Synopsis' , 'string' : 'Copyvio (Synopsis)' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI Copyvio' , 'string' : 'Copyvio (SI)' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Ortho' , 'string' : 'Ortho' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Traduction automatique' , 'string' : 'Traduction auto' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Motivation modif' , 'string' : 'Motivation modif' , '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' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI BàS' , 'string' : 'BSI BàS' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI promo' , 'string' : 'BSI promo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI canular' , 'string' : 'BSI canular' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/Modèle:ACVU1' , 'string' : 'ACVU1' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/Modèle:ACVU2' , 'string' : 'ACVU2' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/Modèle:ACVU3' , 'string' : 'ACVU3' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/Modèle:ACVU4' , 'string' : 'ACVU4' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Ajout POV' , 'string' : 'POV' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Canular' , 'string' : 'Canular' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Insultes' , 'string' : 'Insultes message avertissement' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : true },
      { 'template' : 'User:Tomybrz/M:BI1' , 'string' : 'M:BI1' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:BI2' , 'string' : 'M:BI2' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:BI3' , 'string' : 'M:BI3' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:BI4' , 'string' : 'M:BI4' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:DP1' , 'string' : 'M:DP1' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:DP2' , 'string' : 'M:DP2' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:DP3' , 'string' : 'M:DP3' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'User:Tomybrz/M:DP4' , 'string' : 'M:DP4' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false }
    ]);
  }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' : '$day $month $year' },
      { 'template' : 'Bienvenue sur ta page' , 'string' : 'Remplacement par Bienvenue ' , 'withDate' : '' }
    ]);
  }catch(e){ }


  // -- Paramètres pour l’outil de signalement --

  try{
    defineCustomReportParams([
      { 'userright' : 'delete' , 'text' : 'REPORTING_DELETION' , 'page' : 'Wikipédia:Demande de suppression immédiate' , 'template' : 'Wikipédia:LiveRC/Modèles/Demande de suppression' , 'parampage' : true , 'paramuser' : false , 'resume' : '[[:$1]]' , 'reasonsdropdownname' : 'deletereason-dropdown' },
      { 'userright' : 'protect' , 'text' : 'REPORTING_PROTECTION' , 'page' : 'Wikipédia:Demande de protection de page' , 'template' : 'Wikipédia:LiveRC/Modèles/Demande de protection' , 'parampage' : true , 'paramuser' : false , 'resume' : '{{a-court|$1}}' , 'reasonsdropdownname' : 'protect-dropdown' },
      { 'userright' : 'block' , 'text' : 'REPORTING_BLOCK' , 'page' : 'Wikipédia:Vandalisme en cours' , 'template' : 'Wikipédia:Vandalisme en cours/LiveRc' , 'parampage' : true , 'paramuser' : true , 'resume' : 'Demande de blocage : [[User:$2|$2]]' , 'reasonsdropdownname' : 'ipbreason-dropdown' }
    ]);
  }catch(e){ }


  // -- Icônes utilisées par LiveRC --

  try{
    addCustomIcon("AdQIcon", { 'type' : 0 , 'src' : 'thumb/6/64/Article_de_qualite.svg/16px-Article_de_qualite.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("BAIcon", { 'type' : 0 , 'src' : 'thumb/1/11/Bon_article.svg/16px-Bon_article.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("StubIcon", { 'type' : 0 , 'src' : 'thumb/e/e2/Nuvola_apps_kedit.png/16px-Nuvola_apps_kedit.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("R3RIcon", { 'type' : 0 , 'src' : 'thumb/4/48/Logo_R3R.svg/16px-Logo_R3R.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("WIPIcon", { 'type' : 0 , 'src' : 'thumb/3/39/Logo_travaux_orange.svg/16px-Logo_travaux_orange.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("LockIcon", { 'type' : 0 , 'src' : 'thumb/d/de/Semi-protection-shackle-frwiki.svg/16px-Semi-protection-shackle-frwiki.svg.png' , 'width' : 12 , 'height' : 16 });
    addCustomIcon("ExtendedLockIcon", { 'type' : 0 , 'src' : 'thumb/4/4b/Logo-semi-protection-etendu-fr-2.svg/16px-Logo-semi-protection-etendu-fr-2.svg.png' , 'width' : 12 , 'height' : 16 });
    addCustomIcon("FullLockIcon", { 'type' : 0 , 'src' : 'thumb/9/97/Full-protection-shackle-frwiki.svg/16px-Full-protection-shackle-frwiki.svg.png' , 'width' : 12 , 'height' : 16 });
    addCustomIcon("RedirectIcon", { 'type' : 0 , 'src' : 'thumb/a/a5/OOjs_UI_icon_articleRedirect-ltr.svg/16px-OOjs_UI_icon_articleRedirect-ltr.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("ChangetagIcon", { 'type' : 0 , 'src' : 'thumb/7/7f/OOjs_UI_icon_tag-destructive.svg/16px-OOjs_UI_icon_tag-destructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("AbuselogIcon", { 'type' : 0 , 'src' : 'thumb/f/f6/OOjs_UI_icon_alert-destructive.svg/64px-OOjs_UI_icon_alert-destructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("NewUserIcon", { 'type' : 0 , 'src' : 'thumb/f/f9/OOjs_UI_icon_userAvatar-constructive.svg/16px-OOjs_UI_icon_userAvatar-constructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("BlockIcon", { 'type' : 0 , 'src' : 'thumb/d/d1/OOjs_UI_icon_block-destructive.svg/16px-OOjs_UI_icon_block-destructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("DeleteIcon", { 'type' : 0 , 'src' : 'thumb/d/de/OOjs_UI_icon_trash-destructive.svg/16px-OOjs_UI_icon_trash-destructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("MoveIcon", { 'type' : 0 , 'src' : 'thumb/e/ef/OOjs_UI_icon_arrowNext-ltr.svg/16px-OOjs_UI_icon_arrowNext-ltr.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("ProtectIcon", { 'type' : 0 , 'src' : 'thumb/4/47/Creation_Protection_(Redesign).svg/16px-Creation_Protection_(Redesign).svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("MassMessageIcon", { 'type' : 0 , 'src' : 'thumb/b/bb/OOjs_UI_icon_message-ltr.svg/16px-OOjs_UI_icon_message-ltr.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("CheckUserIcon", { 'type' : 0 , 'src' : 'thumb/d/de/OOjs_UI_icon_search-ltr.svg/16px-OOjs_UI_icon_search-ltr.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("NewbieIcon", { 'type' : 0 , 'src' : 'thumb/f/f9/OOjs_UI_icon_userAvatar-constructive.svg/16px-OOjs_UI_icon_userAvatar-constructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("SysopIcon", { 'type' : 0 , 'src' : 'thumb/9/9e/User-rights_icon.svg/16px-User-rights_icon.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("BotIcon", { 'type' : 0 , 'src' : 'thumb/c/c3/Logo_wikibot.svg/16px-Logo_wikibot.svg.png' , 'width' : 18 , 'height' : 20 });
    addCustomIcon("BlockedIcon", { 'type' : 0 , 'src' : 'thumb/b/b9/OOjs_UI_icon_clock-destructive.svg/16px-OOjs_UI_icon_clock-destructive.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("PediaProjectIcon", { 'type' : 0 , 'src' : 'thumb/f/f8/France_road_sign_A13a.svg/16px-France_road_sign_A13a.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("MinorEditIcon", { 'type' : 0 , 'src' : 'thumb/c/c7/M_edit_Liverc.png/12px-M_edit_Liverc.png' , 'width' : 8 , 'height' : 8 });
    addCustomIcon("RevertIcon", { 'type' : 0 , 'src' : 'thumb/8/8d/Revert_LiveRc_Fr_modifié.png/12px-Revert_LiveRc_Fr_modifié.png' , 'width' : 12 , 'height' : 12 });
    addCustomIcon("BandeauxPortailsIcon", { 'type' : 0 , 'src' : 'thumb/c/c9/Portal.svg/12px-Portal.svg.png' , 'width' : 12 , 'height' : 12 });
    addCustomIcon("TchatButtonIcon", { 'type' : 0 , 'src' : 'thumb/4/40/OOjs_UI_icon_speechBubbles-ltr.svg/128px-OOjs_UI_icon_speechBubbles-ltr.svg.png' , 'width' : 32 , 'height' : 32 });
    addCustomIcon("DebugButtonIcon", { 'type' : 0 , 'src' : 'thumb/8/8c/OOjs_UI_icon_markup.svg/128px-OOjs_UI_icon_markup.svg.png' , 'width' : 32 , 'height' : 32 });
    addCustomIcon("ConfigButtonIcon", { 'type' : 0 , 'src' : 'thumb/0/05/OOjs_UI_icon_advanced.svg/128px-OOjs_UI_icon_advanced.svg.png' , 'width' : 32 , 'height' : 32 });
    addCustomIcon("LiveRCButtonIcon", { 'type' : 0 , 'src' : 'thumb/6/64/OOjs_UI_icon_play-ltr.svg/128px-OOjs_UI_icon_play-ltr.svg.png' , 'width' : 32 , 'height' : 32 });
    addCustomIcon("RCListButtonIcon", { 'type' : 0 , 'src' : 'thumb/7/7a/OOjs_UI_icon_stripeToC-rtl.svg/64px-OOjs_UI_icon_stripeToC-rtl.svg.png' , 'width' : 25 , 'height' : 25 });
    addCustomIcon("PreviewButtonIcon", { 'type' : 0 , 'src' : 'thumb/6/60/OOjs_UI_icon_browser-ltr.svg/64px-OOjs_UI_icon_browser-ltr.svg.png' , 'width' : 25 , 'height' : 25 });
    addCustomIcon("FollowButtonIcon", { 'type' : 0 , 'src' : 'thumb/9/98/OOjs_UI_icon_bookmark.svg/64px-OOjs_UI_icon_bookmark.svg.png' , 'width' : 25 , 'height' : 25 });
    addCustomIcon("HistoryButtonIcon", { 'type' : 0 , 'src' : 'thumb/d/dd/OOjs_UI_icon_clock.svg/64px-OOjs_UI_icon_clock.svg.png' , 'width' : 25 , 'height' : 25 });
    addCustomIcon("LogoIcon", { 'type' : 0 , 'src' : '1/17/Cvu_new_logo_2.png' , 'width' : 32 , 'height' : 32 });
    addCustomIcon("AnimatedLogoIcon", { 'type' : 0 , 'src' : 'c/c5/New_CVU_Logo.png' , 'width' : 32 , 'height' : 32 });
    addCustomIcon("FavIcon", { 'type' : 0 , 'src' : 'thumb/5/5e/Nuvola_apps_agent.svg/16px-Nuvola_apps_agent.svg.png' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("Test1Icon", { 'type' : 0 , 'src' : 'a/ab/Test1_de_Liverc.png' , 'width' : 14 , 'height' : 14 });
    addCustomIcon("Test2Icon", { 'type' : 0 , 'src' : 'f/f8/Test2_de_Liverc.png' , 'width' : 14 , 'height' : 14 });
    addCustomIcon("Test3Icon", { 'type' : 0 , 'src' : '8/8c/Test3_de_Liverc.png' , 'width' : 14 , 'height' : 14 });
    addCustomIcon("SalebotIcon", { 'type' : 0 , 'src' : 'c/c2/Gnome-stock_person_bot.svg' , 'width' : 16 , 'height' : 16 });
    addCustomIcon("MQE_UnpatrolledIcon", { 'type' : 0 , 'src' : 'thumb/f/f4/OOjs_UI_icon_helpNotice-ltr-destructive.svg/16px-OOjs_UI_icon_helpNotice-ltr-destructive.svg.png' , 'width' : 16 , 'height' : 16 });
  }catch(e){ }


  // -- Textes non traduisibles --

  try{
    addCustomUnTranslatedText("USERMSG_RESUME", '');
    addCustomUnTranslatedText("EMPTY_RESUME", 'Blanchiment :');
    addCustomUnTranslatedText("RESUMESTART", '[[:w:WP:CVU|Patrol]] : ');
    addCustomUnTranslatedText("MQE_Unpatrolled_resume", '[[WP:DJ|Une relecture de la modification est demandée pour la raison suivante]] : ');
  }catch(e){ }


  // -- Paramètres pour la liste des extensions --

  try{
    defineCustomExtensions([
      { 'name' : 'ProposeTranslationExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/ProposeTranslationExtension.js' , 'neededright' : '' , 'desc-fr' : 'Ajoute un formulaire pour proposer une traduction de l’interface.' },
      { 'name' : 'InstallAndConfigLiveRCExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/InstallAndConfigLiveRCExtension.js' , 'neededright' : '' , 'desc-fr' : 'Fournit une interface de configuration lorsque l’utilisateur est présent sur la page d’installation' },
      { 'name' : 'UserWarningsExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/UserWarningsExtension.js' , 'neededright' : '' , 'desc-fr' : 'Ajoute une icône aux utilisateurs ayant reçu un avertissement. En option, indique si la page de discussion de l’utilisateur existe ou non.' },
      { 'name' : 'MostModifiedPagesExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/MostModifiedPagesExtension.js' , 'neededright' : '' , 'desc-fr' : 'Ajoute une icône aux pages ayant été modifiées récemment par plusieurs utilisateurs ou ayant fait l’objet de plusieurs reverts.' },
      { 'name' : 'LinkOnIconExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/LinkOnIconExtension.js' , 'neededright' : '' , 'desc-fr' : 'Lie les icônes PàS, AdQ, BA et copyvio aux pages de discussion associées.' },
      { 'name' : 'LinkOnLanglinkCountExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/LinkOnLanglinkCountExtension.js' , 'neededright' : '' , 'desc-fr' : 'Ajoute un lien vers wikidata par dessus le compteur de liens inter-langues.' },
      { 'name' : 'ToolbarExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/ToolbarExtension.js' , 'neededright' : '' , 'desc-fr' : 'Améliore la fenêtre de modification avec une barre d’outils paramétrable.' },
      { 'name' : 'HotCatsMulti' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/HotCatsMulti.js' , 'neededright' : '' , 'desc-fr' : 'Permet d’ajouter/modifier/retirer une ou plusieurs catégories lors de la prévisualisation d’une page' },
      { 'name' : 'CategoryRC' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/CategoryRCExtension.js' , 'neededright' : '' , 'desc-fr' : 'Permet de ne surveiller que les pages appartenant à une ou plusieur catégories' },
      { 'name' : 'PreviewAllLinksExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/PreviewAllLinksExtension.js' , 'neededright' : '' , 'desc-fr' : 'Permet de prévisualiser tout lien interne de la fenêtre de prévisualisation' },
      { 'name' : 'PreviewThisPageExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/PreviewThisPageExtension.js' , 'neededright' : '' , 'desc-fr' : 'Permet de prévisualiser une page au choix' },
      { 'name' : 'DiffExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/DiffExtension.js' , 'neededright' : '' , 'desc-fr' : 'Permet d’avoir les fonctions automatiques de LiveRC dans les diff "normaux"' },
      { 'name' : 'AskForRevisionDeleteFromHistExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/AskForRevisionDeleteFromHistExtension.js' , 'neededright' : 'deleterevision' , 'desc-fr' : 'Ajoute des cases à cocher et un bouton dans la prévisualisation d’un historique pour demander un masquage' },
      { 'name' : 'EditCharactersExtension' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/EditCharactersExtension.js' , 'neededright' : '' , 'desc-fr' : 'Améliore la fenêtre de modification avec les fonctions standards du Common.js (caractères spéciaux).' },
      { 'name' : 'RunCommonJS' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/RunCommonJS.js' , 'neededright' : '' , 'desc-fr' : 'Améliore la prévisualisation avec des fonctions du Common.js (boîtes déroulantes, palettes, etc...)' },
      { 'name' : 'BandeauPortail' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/BandeauPortail.js' , 'neededright' : '' , 'desc-fr' : 'Permet d’ajouter/modifier/retirer un ou plusieurs bandeau de portail lors de la prévisualisation d’un article' },
      { 'name' : 'InserisciTemplate' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/AddComplexTemplateExtension.js' , 'neededright' : '' , 'desc-fr' : 'Permet d’insérer un modèle d’avertissement paramétré dans une page' },
      { 'name' : 'MarkQuestionable' , 'url' : '//fr.wikipedia.org/w/index.php?title=MediaWiki:Gadget-LiveRC.js/Extensions/MarkQuestionableExtension.js' , 'neededright' : 'autopatrol' , 'desc' : 'Instaure un système de modifications marquées comme douteuses' }
    ]);
  }catch(e){ }


  // -- Affichage/masquage des onglets du menu de configuration --

  try{
    addCustomParamMenuTab("lstReport", true);
    addCustomParamMenuTab("lrcExtensions", true);
    addCustomParamMenuTab("InserisciTemplateLegend", false);
  }catch(e){ }

}


/* ** Extensions ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
    'UserWarningsExtension',      // Ajoute une icône aux utilisateurs ayant reçu un avertissement. En option, indique si la page de discussion de l’utilisateur existe ou non.
    'MostModifiedPagesExtension', // Ajoute une icône aux pages ayant été modifiées récemment par plusieurs utilisateurs ou ayant fait l’objet de plusieurs reverts.
    'MarkQuestionable'            // Instaure un système de modifications marquées comme douteuses
  ];


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

// {{Catégorisation JS}}