Utilisateur:Jowinix/monobook.js

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
// Anzahl und Reihenfolge wählbar (siehe: [[Wikipedia:Helferlein/Extra-Editbuttons#Die Buttons]])
var customEditButtons = "9,E,J1,J2,KR,N,R,S,T,TT,I1,I2,B";

//Insert any tag before any element with an id
 function insert_link_before(tagname, previous_element, linkcode)
 {
 	var vl_logout = document.getElementById(previous_element);
 	if (vl_logout) 
 	{
 		var ins_li = document.createElement(tagname);
 		ins_li.innerHTML=/* */linkcode;/* */
 		 vl_logout.parentNode.insertBefore(ins_li, vl_logout);
 	}
 }
 
 MyChar[0]="’";
 MyCharText[0]=" ’ ";
 
 MyChar[1]="„";
 MyCharEnd[1]="“";
 MyCharText[1]=" „ “ ";

 MyChar[2]="–";
 MyCharText[2]=" – ";
 
 MyChar[3]="\{\{Idt\}\}"; 
 MyCharText[3]="Idt";
 
 MyChar[4]="\{\{Center\|"; 
 MyCharEnd[4]="\}\}";
 MyCharText[4]="Center";
 
 MyChar[5]="\{\{LineCenterSize\|100\|20\|\\'\\'\\'";
 MyCharEnd[5]="\\'\\'\\'\}\}";
 MyCharText[5]="LCent100";

 MyChar[6]="<poem>"; 
 MyCharEnd[6]="</poem>";
 MyCharText[6]="poem";
 
 MyChar[7]="\{\{Right\|"; 
 MyCharEnd[7]="\}\}";
 MyCharText[7]="Right";

 MyChar[8]="\{\{references\|\x\}\}";
 MyCharText[8]="References";
 
 MyChar[9]="\\n\\n\{\{PRZU\}\}";
 MyCharText[9]="PRZU";

 MyChar[10]="\{\{";
 MyCharEnd[10]="\}\}";
 MyCharText[10]="{{}}";

 MyChar[11]="\[\[";
 MyCharEnd[11]="\]\]";
 MyCharText[11]=" [[]] ";

 MyChar[12]="<ref>";
 MyCharEnd[12]="</ref>";
 MyCharText[12]=" ref ";

 MyChar[13]="\{\{Zeile|"; 
 MyCharEnd[13]="\}\}";
 MyCharText[13]="Zeile";
 MyCharDefault[13]="+5";

 MyChar[14]="<section begin= />";
 MyCharEnd[14]="\<section end= />";
 MyCharText[14]="  section";

 MyChar[15]="<tt>";
 MyCharEnd[15]="\</tt>";
 MyCharText[15]=" tt ";

 MyChar[16]="<br />";
 MyCharText[16]=" br";