Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* <nowiki> */importScript(':fr:MediaWiki:Gadget-AncreTitres.js');importScript(':fr:Utilisateur:Lgd/refErrors/refErrors.js');mw.loader.load("https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript");//////////// ÉQUIVALENT DU GADGET ContribColors AVEC UN BLEU PLUS FONCÉ ////////////////////if(mw.config.get('wgCanonicalSpecialPageName')==='Contributions'){$(function(){$('#bodyContent .mw-uctop').closest('li').css('background',' #74D0F1');});}//////////// AJOUT DE BOUTONS PERSO DANS LA BARRE D'OUTILS D'ÉDITION ////////////$(function(){mw.loader.using(['mediawiki.action.edit','ext.gadget.mediawiki.toolbar'],function(){mw.toolbar.addButton('//upload.wikimedia.org/wikipedia/commons/3/3c/Button_lienweb.png','Lien web','* {{Lien web|langue=','|auteur=|url=|titre=|date=|site=}}.','','mw-editbutton-lienwebligne');});});$(function(){mw.loader.using(['mediawiki.action.edit','ext.gadget.mediawiki.toolbar'],function(){mw.toolbar.addButton('//upload.wikimedia.org/wikipedia/commons/b/b4/Button_lienjournal.png','Article','* {{Article|langue=','|auteur=|titre=|périodique=|volume=|numéro=|jour=|mois=|année=|pages=|issn=|lire en ligne=}}.','','mw-editbutton-articleligne');});});$(function(){mw.loader.using(['mediawiki.action.edit','ext.gadget.mediawiki.toolbar'],function(){mw.toolbar.addButton('//upload.wikimedia.org/wikipedia/commons/f/fa/Button_ouvrage.png','Ouvrage','* {{Ouvrage|langue=','|auteur=|titre=|sous-titre=|éditeur=|année=|pages totales=|isbn1=|isbn2=|présentation en ligne=|lire en ligne=}}.','','mw-editbutton-ouvrageligne');});});$(function(){mw.loader.using(['mediawiki.action.edit','ext.gadget.mediawiki.toolbar'],function(){mw.toolbar.addButton('//upload.wikimedia.org/wikipedia/commons/c/c5/Button_chapitre2.png','Chapitre','* {{Chapitre|langue=','|auteur=|titre chapitre=|auteurs ouvrage= ({{abréviation discrète|1=dir.|2=directeur de publication}})|titre ouvrage=|sous-titre ouvrage=|éditeur=|année=|passage=|pages totales=|isbn1=|isbn2=|présentation en ligne=|lire en ligne=}}.','','mw-editbutton-chapitreligne');});});/* </nowiki> */