Aller au contenu

Utilisateur:BimBe93/LiveRCparam.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) ;

Firefox (sur GNU/Linux) / 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){ }


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

  try{
    addCustomOption("User_AUTOPATROLLED", true);
  }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' : 'Bienvenue PU' , 'resume' : 'Bienvenue PU' }
    ]);
  }catch(e){ }


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

  try{
    defineCustomRevertMessages([
      { 'resume' : 'Merci d\'utiliser le [[Wikipédia:Bac à sable|bac à sable]] pour vos essais' , 'text' : 'Bac à sable' },
      { 'resume' : '[[Wikipédia:Vandalisme|Vandalisme]]' , 'text' : 'Vandalisme' },
      { 'resume' : 'Merci d\'apporter une source' , 'text' : 'Non-sourcé' },
      { 'resume' : 'Traduction automatique' , 'text' : 'Trad auto' },
      { 'resume' : 'Modifications suspectes' , 'text' : 'Modifications suspectes' },
      { 'resume' : 'Liens externes dans le texte' , 'text' : 'LE dans texte' },
      { 'resume' : 'Suppression injustifiée d\'informations sourcées' , 'text' : 'Supp injust sources' },
      { 'resume' : 'Suppression injustifiée' , 'text' : 'Supp injust' },
      { 'resume' : 'Maladresses' , 'text' : 'Maladresses' },
      { 'resume' : 'Orthographe' , 'text' : 'Orthographe' },
      { 'resume' : 'Insertion d\'informations fausses' , 'text' : 'Infos fausses' },
      { 'resume' : 'Modification non motivée' , 'text' : 'Motivation modif' },
      { 'resume' : 'Ajouts non encyclopédiques' , 'text' : 'Non-encyclo' }
    ]);
  }catch(e){ }


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

  try{
    Custom_lstAverto = [
      { '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' : 'Test 1' , 'string' : 'Test 1' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 2' , 'string' : 'Test 2' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Test 3' , 'string' : 'Test 3' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Seul avertissement' , 'string' : 'Test 4' , 'hasPage' : false , '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' : 'Bienvenue spammeur' , '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' : 'SI critères d\'admissibilité' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI BàS' , 'string' : 'SI Bac à sable' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI promo' , 'string' : 'SI promo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'BSI canular' , 'string' : 'SI canular' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Aide sources' , 'string' : 'Aide sources' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Aide images' , 'string' : 'Aide images' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Aide wikification' , 'string' : 'Aide wikif' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Aide liens' , 'string' : 'Aide liens' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'AideMeta/Promo' , 'string' : 'Aide Promo' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'AideMeta/RefLié' , 'string' : 'Aide RefLié' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'AideMeta/RefSec' , 'string' : 'Aide RefSec' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'AideMeta/TI' , 'string' : 'Aide TI' , 'hasPage' : true , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'AideMeta/Delist' , 'string' : 'Aide Delist' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Test ?' , 'string' : 'Test ?' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Signature' , 'string' : 'Signature' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'No ref wiki' , 'string' : 'Wikipédia n\'est pas une source' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Bienvenue autobiographie' , 'string' : 'Bienvenue autobiographie' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Suppr Bandeaux' , 'string' : 'Suppression bandeaux maintenance' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Suppr Bandeau Suppression' , 'string' : 'Suppression bandeau SI' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Retour en brouillon' , 'string' : 'Retour au brouillon' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'U-R3R' , 'string' : 'R3R' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Contributions promotionnelles' , 'string' : 'Contributions promotionnelles' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Nom d\'utilisateur connu' , 'string' : 'Nom d\'utilisateur connu' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Bienvenue nom d\'utilisateur' , 'string' : 'Bienvenue nom d\'utilisateur' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Bienvenue SI 2' , 'string' : 'Bienvenue SI 2' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'BSI doublon' , 'string' : 'SI doublon' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Bienvenue SI 3' , 'string' : 'Bienvenue SI 3' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Insultes' , 'string' : 'Insultes' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Utilisateur hors-sujet' , 'string' : 'WP:FORUM' , 'hasPage' : true , 'addName' : true , 'addSectionTitle' : false },
      { 'template' : 'Rappel bonne conduite' , 'string' : 'Comportement' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false },
      { 'template' : 'Après que' , 'string' : 'Après que + indicatif' , 'hasPage' : false , 'addName' : false , 'addSectionTitle' : false }
    ];
  }catch(e){ }

}


/* ** Extensions ** */

  LiveRC_Config['UsedLiveRCExtensions'] = [
    'MarkQuestionable'  // Instaure un système de modifications marquées comme douteuses
  ];


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

// {{Catégorisation JS}}