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.
// Options de xpatrol
xpatrolEnableClear = true; // blanchiment de page
xpatrolEnableBanner = true; // ajout de bandeau
xpatrolEnablePurge = true; // DPH
xpatrolSignatureRegistered = 'Merci d\'avance, ~~' + '~~.'; // Signature demande DPH
xpatrolCopyvioWarningTemplate = 'Bienvenue Copyvio 1'; // Message d'avertissement DPH

// xpatrol
importScript('User:Arkanosis/xpatrol.js');

// Options MoveDeluxe
var MoveDeluxe_Reason = new Array();

MoveDeluxe_Reason.push("Orthographe / Grammaire");
MoveDeluxe_Reason.push("Mauvais espace de noms");
MoveDeluxe_Reason.push("Titre imprécis");
MoveDeluxe_Reason.push("Conventions");
MoveDeluxe_Reason.push("Erreur lors de la création");
MoveDeluxe_Reason.push("Nom officiel du club");
 
// MoveDeluxe
obtenir('MoveDeluxe');

// CatRename
obtenir('CatRename');

// Bistro du jour
obtenir("BistroDuJour");

// Nom boutons d'édition
$('#ca-edit a').html('Code source');
$('#ca-ve-edit a').html('Éditeur visuel');
$('.mw-editsection a:not(.mw-editsection-visualeditor)').html('code source');
$('.mw-editsection a.mw-editsection-visualeditor').html('éditeur visuel');

// Pages concernées par DeluxeHistory
window.DeluxeHistory_Enabled = {
  'history': true,
  'watchlist': true,
  'recentchanges': false,
  'recentchangeslinked': true,
  'newpages': false,
  'log': false,
  'abuseLog': true,
  'other': false
};

// Projets pour le gadget évaluation
var alwaysEval = false; //mettez cette valeur à ''true'' si vous voulez que l'évaluation soit lancée automatiquement (à éviter en temps normal)
function initEvalProjectNames()
{
        evalProjectNames=new Array(); //liste de vos projets
        evalProjectNames.push("Sport") 
        evalProjectNames.push("Hockey sur glace")
        evalProjectNames.push("Roller et skateboard")
        evalProjectNames.push("France")
        evalProjectNames.push("Roller in line hockey")
        evalProjectNames.push("Canada")
        evalProjectNames.push("États-Unis")
        evalProjectNames.push("Finlande")
        evalProjectNames.push("Kazakhstan")
        evalProjectNames.push("Suède")
        evalProjectNames.push("Russie")
        evalProjectNames.push("Slovaquie")
        evalProjectNames.push("Royaume-Uni")
        evalProjectNames.push("Aquitaine")
}

importScript('Utilisateur:Dr Brains/WhatlinkshereDeluxe.js');

//début smartRollback
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hoo_man/smart_rollback.js&action=raw&ctype=text/javascript');

if(typeof(smartRollbackConfig) === 'undefined') smartRollbackConfig = {};
smartRollbackConfig.toolLinkMethod = 'p-cactions';

if(typeof(smartRollbackConfig) === 'undefined') smartRollbackConfig = {};
smartRollbackConfig.lang = 'fr';
//fin smartRollback

importScript('Utilisateur:Orlodrim/portail-eval.js');