Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// ————————————————————————————————————
//  POPUPS
// ————————————————————————————————————

mw.loader.load('https://cs.wikipedia.org/w/index.php?title=Wikipedista:Jagro/popups.js'
    + '&action=raw&ctype=text/javascript');

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


// ————————————————————————————————————
//  UPLOAD SCRIPT
// ————————————————————————————————————

var UploadForm_forcebasic = true;

// ————————————————————————————————————
//  RYCHLÁ KATEGORIZACE
// ————————————————————————————————————
importScript('MediaWiki:Commander.js');


// ————————————————————————————————————
//  SHRNUTÍ EDITACE
// ————————————————————————————————————

function loadScript(url)
{
   var e = document.createElement("script");
   e.src = url;
   e.type="text/javascript";
   document.getElementsByTagName("head")[0].appendChild(e);
}
 
loadScript("http://cs.wikipedia.org/w/index.php?title=Wikipedista:Mormegil/tools.js&action=raw&ctype=text/javascript&dontcountme=s");

$(function() {
	if(typeof addSummaryToolbar === 'undefined') return;
	addSummaryToolbar([

", ", "; ", "+ ", "- ", "edit: ", " () ", "2× ", "3× ", "Template: ", "",
"photo", "commonscat", "description ", "image", "Jagro", "answer", "signature", "",
"IW", "IB", "link", "please", "",
"create category", "main article", "GPS", "date", "",
"copyvio", "delete", "duplicate"

]); });

// ————————————————————————————————————
//  TLAČÍTKOVÁ LIŠTA
// ————————————————————————————————————

if (mwCustomEditButtons) {

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/skins/common/images/button_sig.png",
      "speedTip": "Podpis",
      "tagOpen": " ",
      "tagClose": "\— \~\~\~\~",
      "sampleText": ""};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e5/Button_copyvio.png",
      "speedTip": "Copyvio",
      "tagOpen": "\x7b\x7bCopyvio|",
      "tagClose": "}}\n",
      "sampleText": "Adresa"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e4/Bouton_Vandale3.png",
      "speedTip": "Smazat",
      "tagOpen": "\x7b\x7bSpeedy|",
      "tagClose": "}}\n",
      "sampleText": "Důvod"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/bd/Button_recherche_ip.png",
      "speedTip": "Duplicate",
      "tagOpen": "\x7b\x7bDuplicate|File:",
      "tagClose": "}}\n",
      "sampleText": "Duplicate"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/bd/Button_recherche_ip.png",
      "speedTip": "Bad name",
      "tagOpen": "\x7b\x7bBad name|",
      "tagClose": "}}\n",
      "sampleText": "Bad name"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/17/Button_small_2.png",
      "speedTip": "Small",
      "tagOpen": "<small>",
      "tagClose": "</small>",
      "sampleText": "Malé"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/1c/Button_advanced_image.png",
      "speedTip": "Obrázek",
      "tagOpen": "[[File:",
      "tagClose": "|thumb|left|]]",
      "sampleText": "Obrázek"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/c1/Button-attachment.gif",
      "speedTip": "Gallery",
      "tagOpen": "<gallery>",
      "tagClose": "</gallery>",
      "sampleText": "Image:|"};

    mwCustomEditButtons[mwCustomEditButtons.length] = {
      "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/11/Button_Nuvola_apps_edu_lang.png",
      "speedTip": "Wikipedista",
      "tagOpen": "[[User:",
      "tagClose": "|]]",
      "sampleText": "Jméno"};
}