//importScript("Utilisateur:Dr Brains/CopyrightInHistory.js" );
//importScript("Utilisateur:Dr Brains/SuivisSousPages.js" );
//importScript("Utilisateur:Dr Brains/AutresDiscussions.js" );
//importScript("Utilisateur:Darkoneko/nekotb fc 1.0.js" );

//obtenir('AllmessagesDeluxe');
//obtenir('PagesSansBandeauDePortail');
//obtenir('FusionContribs');

//Lien Onglet RC IP
//function OngletRCIP() {
//   var ptb = document.getElementById("p-cactions");
//  if (ptb) {
//     var ul = ptb.getElementsByTagName("ul");
//     if(ul.length > 0)
//       ul.innerHTML += '<li id="t-rcip"><a href="/w/index.php?hideliu=1&title=Special%3ARecentchanges&namespace=0" title="RC IP">RC IP</a></li>';
//   }
//}
//addOnloadHook(OngletRCIP);


importScript("Utilisateur:Kropotkine 113/Navigation.js");


window.ResumeDeluxe_liens = [
	,
	,
	,
	,
	,
	,
	,	
	,
	,
	,
	,
	,
	,
	,
	,
	,
	,
	,
	,
	,
	,
	])'],
	,
	
];


// <pre><nowiki>

addCustomButton('//upload.wikimedia.org/wikipedia/commons/3/3f/Button_en.png', // url de l'image
 'Traduction-Références',                             // description du bouton
 '== Références ==\n{{Références}}\n\n== Notes==\n{{Traduction/Référence|en||}}',   // texte inséré devant
 '',                                                  // texte inséré derrière
 '',                                                  // texte inscrit par défaut
 ''                                                   // identifiant du bouton
);

function addMarkAsReadButtonsInWatchlist() {
    $('a:contains("diff")').each(function() {
        var diff = /diff=(+)/.exec($(this).prop('href'));
        if (!diff) return;
        $(this).before($('<a href="#">vu</a>').data('diff', diff).click(function(){
            $(this).closest('li').removeClass('mw-changeslist-line-watched');
            new mw.Api().postWithToken('csrf', {action: 'setnotificationtimestamp', revids: $(this).data('diff')});
            return false;
        }), ' | ');
    });
}

if (mw.config.get('wgCanonicalSpecialPageName') === 'Watchlist') {
    mw.loader.using(, function() {
        $(addMarkAsReadButtonsInWatchlist);
    });
}





//Options des popups
//popupDelay=0.1;
//popupHideDelay=0.2;
//popupDabRegexp='(\\s*homonymie|homonymie\\s*)';
//simplePopups=true;
//popupAdminLinks=true;


//obtenir("BistroDuJour");
//obtenir("CatsaGauche");
//obtenir("FusionContribs");
//obtenir("HistoryNumDiff");
//obtenir("EditZeroth");
//obtenir("OptimizedSuivi");
//obtenir("OngletGoogle");
//obtenir("RevertDiff");

//importScript('Utilisateur:Kropotkine_113/ScriptCommunaute.js');

// SUB PAGES SEARCH
//importScript( "Utilisateur:Deep silence/SubPageSearch.js" );

//refill
mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );