document.write('<script type="text/javascript" src="' 
            + 'http://ro.wikipedia.org/w/index.php?title=Utilizator:Pixi/recent2.js' 
            + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

// installation of the wikEd editing page extension

// install ] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');

// install ] page preview tool
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Pilaf/livepreview.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

// install ] common typo fixer
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/RegExTypoFix.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

// install ] translation here

// install ] editing page extension
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//++butoane
//<pre>
//============================================================
// en: ADD SOME EXTRA BUTTONS TO THE EDITPANEL
// de: FÜGE NEUE BUTTON IN DIE WERKZEUGLEISTE
//============================================================
// Vorschläge für neue Buttons werden gerne entgegengenommen
// Die Reihenfolge und Anzahl der Buttons ist über die (alphabetische) Variable XEBOrder wählbar.

if (typeof XEBOrder == 'undefined') // can be modified
XEBOrder="A,B,D,C,D1,F,U,S,I1,I2,J1,E,G,Q,W,X,K,L,M,H,O,R,T,V";

if (XEBOrder.toLowerCase() == 'all') 
        XEBOrder="A,B,D,C,D1,F,U,S,I1,I2,J1,E,G,Q,W,X,K,L,M,H,O,R,T,V,FS,J2,N,P,P1,R1,R2,R3,R4,T1,TL,Y1,Y2,Z,Z2,AI";

//fills the variable mwCustomEditButtons (s. function in /wikibits.js), with buttons for the Toolbar  
function addCustomButton(imageFile, speedTip, tagOpen, tagClose, sampleText){
 mwCustomEditButtons.push({
  "imageFile": imageFile,
  "speedTip": speedTip,
  "tagOpen": tagOpen,
  "tagClose": tagClose,
  "sampleText": sampleText});
}

var Isrc='http://upload.wikimedia.org/wikipedia/commons/';

var BDict={
'A0':,
'B0':,
'C0':]','Link title'],
'D0':','http://www.example.com link title'],
'E0':,
'F0':]','Example.jpg'],
'G0':]','Example.ogg'],
'H0':,
'I0':,
'J0':,
'K0':,
'A':,
'B':,
'C':,
'D':,
'D1':,
'E':,
'F':,
'FS':,
'G':]\nImage:Mona Lisa.jpg|]\nImage:Truite arc-en-ciel.jpg|Eine ]\n<\/gallery>",'M63.jpg'],
'H':,
'I1':,
'I2':,
'J1':,
'J2':,
'K':]",'Nume Categorie'],
'L':,
'M':,
'N':,
'O':,
'P':,
'P1':]','Page'],
'Q':,
'R':,
'R1':,
'R2':,
'R3':,
'R4':,
'S':,
'T':,
'T1':,
'TL':,
'U':,
'V':]",'Article Name'],
'W':,
'X':,
'Y1':,
'Y2':,
'Z':,
'Z2':,
'AI':]",'FileName.jpg']
}

XEBOrder=XEBOrder.split(",");
for (var b in XEBOrder) {
var bc = BDict];
addCustomButton(Isrc+bc,bc,bc,bc,bc)
}
//</pre>

// ]
 
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
importScript('User:Firilacroco/friendly.js');