Wikipedysta:Staszek99/monobook.js
Z Wikipedii
Uwaga: po zapisaniu zmian musisz zaktualizować pamięć podręczną (cache) przeglądarki: Mozilla / Firefox: wciśnij Reload (lub CTRL+R), IE / Opera: CTRL+F5, Safari: CMD+R, Konqueror CTRL+R.
// Dołączenie skryptu ze strony: [[MediaWiki:Gadget-delete.js]] document.write('<script type="text/javascript" src="'+ 'http://pl.wikipedia.org/w/index.php?title=MediaWiki:Gadget-delete.js\ &action=raw&ctype=text/javascript&dontcountme=s"></script>'); // <nowiki> ------------------------------------------- // przyciski tylko podczas edycji strony dyskusji - testy addOnloadHook(function() { var copywarn = document.getElementById('editpage-copywarn'); if (! copywarn) return; // usuń niepotrzebne copywarn.innerHTML = ''; if (wgNamespaceNumber != 3) return; if (wgAction != 'edit' && wgAction != 'editredlink') return; var userSummaryButtons = document.getElementById('userSummaryButtons'); if (! userSummaryButtons) { var userSummaryButtons = document.createElement('span'); userSummaryButtons.id = 'userSummaryButtons' copywarn.appendChild(userSummaryButtons); } else { userSummaryButtons.appendChild(document.createElement('br')); } var el = userSummaryButtons; przyciskiDodaj(el, 'test', 'usertalk_test(0) ', '', 'test'); przyciskiDodaj(el, 'stub', 'usertalk_test("Stub") ', '', 'artykuł nie spełnia wymagań'); el.appendChild(document.createTextNode(' ')); // odstęp przyciskiDodaj(el, 'test1', 'usertalk_test(1) ', '', 'obraźliwe sformułowania'); przyciskiDodaj(el, 'wulg', 'usertalk_test("W") ', '', 'wulgaryzmy'); przyciskiDodaj(el, 'wandal', 'usertalk_test("K") ', '', 'wandalizm'); przyciskiDodaj(el, 'testU', 'usertalk_test("U") ', '', 'wandalizm'); przyciskiDodaj(el, 'spamer', 'usertalk_text("spam", 0) ', '', 'przestań wprowadzać zewnętrzne odnośniki do stron'); przyciskiDodaj(el, 'test2', 'usertalk_test(2) ', '', 'nonsensowne edycje'); przyciskiDodaj(el, 'testG', 'usertalk_test("G") ', '', 'tworzenie bezsensownych haseł'); przyciskiDodaj(el, 'test3', 'usertalk_test(3) ', '', 'niszczenie stron'); przyciskiDodaj(el, 'test4', 'usertalk_test(4) ', '', 'ostatnie ostrzeżenie'); przyciskiDodaj(el, 'testP', 'usertalk_test("P") ', '', 'pierwsze i ostatnie ostrzeżenie'); przyciskiDodaj(el, 'test5', 'usertalk_test(5) ', '', 'blokada'); el.appendChild(document.createTextNode(' ')); // odstęp przyciskiDodaj(el, 'npa', 'usertalk_test("NPA") ', '', 'npa'); przyciskiDodaj(el, 'żart', 'usertalk_test("żart") ', '', 'żart'); przyciskiDodaj(el, 'testL', 'usertalk_test("L") ', '', 'niszczenie linków, szablonów'); przyciskiDodaj(el, 'PE', 'usertalk_test("PE") ', '', 'zabawa paskiem edycji'); przyciskiDodaj(el, 'AD', 'usertalk_test("AD") ', '', 'dodawanie/kasowanie informacji'); el.appendChild(document.createElement('br')); // odstęp przyciskiDodaj(el, 'podglądaj', 'usertalk_text("podgląd", 0) ', '', 'używaj przycisku Pokaż podgląd przed zapisaniem artykułu'); przyciskiDodaj(el, 'opisuj', 'usertalk_text("testopis", 0) ', '', 'proszę o wypełnianie pola Opis zmian'); przyciskiDodaj(el, 'podpisuj', 'usertalk_text("dyskusjapodpis", 1) ', '', 'na czyjeś wiadomości odpowiadaj na jego stronie dyskusji'); przyciskiDodaj(el, 'nie podpisuj', 'usertalk_text("bezpodpisu", 1) ', '', 'nie podpisuj edytowanych przez Ciebie artykułów'); przyciskiDodaj(el, 'popraw', 'usertalk_text("topopraw", 1) ', '', 'należy coś zmienić, nie krępuj się!'); el.appendChild(document.createTextNode(' ')); // odstęp przyciskiDodaj(el, 'grafikizew', 'usertalk_text("GrafikiZewnętrzne", 0) ', '', 'nie zamieszczaj linków do grafik zewnętrznych'); przyciskiDodaj(el, 'wstawiaj ek', 'usertalk_text("Wikipedysta:Beau/TestEK", 1) ', '', 'nie kasuj zawartości strony, którą chcesz usunąć'); przyciskiDodaj(el, 'nie komentuj', 'usertalk_text("Wikipedysta:Beau/TestKomentarz", 1) ', '', 'nie umieszczaj komentarzy w treści artykułu'); przyciskiDodaj(el, 'przenoś', 'usertalk_test("Przenieś") ', '', 'nie wolno przenosić stron kopiując jedynie ich treść'); przyciskiDodaj(el, 'ency', 'usertalk_text("Wikipedysta:Beau/TestEncy", 1) ', '', 'nie dopisuj siebie lub kolegów'); }); function usertalk_test(n) { var text; var summary; if (n == '0') { text = '{' + '{' + 'test|' + wgUserName + '|~~~~}}'; summary = "[[Szablon:test|test]]"; } else { text = '{' + '{' + 'test' + n + '}}~~~~'; summary = "[[Szablon:test" + n + "|test" + n + "]]"; } document.editform.wpTextbox1.value += text; if (document.editform.wpSection.value == '') document.editform.wpSummary.value = summary; } function usertalk_text(n, subst) { var sufix = '{' + '{' + ( subst ? 'subst:' : '') + n + '}}~~~~'; document.editform.wpTextbox1.value = document.editform.wpTextbox1.value + sufix; var prefix = n.substr(0, 12) == 'Wikipedysta:' ? '' : 'Szablon:'; if (document.editform.wpSection.value == '') document.editform.wpSummary.value = "[[" + prefix + n + "|" + n + "]]"; } // </nowiki> ------------------------------------------- window.NoSummaryWarningDone = true; /* == LiveRC == */ document.write('<script type="text/javascript" src="' + 'http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Leafnode/LiveRC.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); // // Oryginalna wersja [[Wikipedia:Narzędzia/Navigation popups|Popups]]: [[:en:User:Lupin/popups.js]] // Proszę zachować powyższe informacje. // // // skrypt z polskim tłumaczeniem i poprawkami drobnymi document.write('<script type="text/javascript" src=" \ http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Nux/popups.pl.js \ &action=raw&ctype=text/javascript&dontcountme=s"></script>'); // // Ustawienia popupDelay=1; // opóźnienie w sekundach popupFixRedirs=true; // naprawianie linków do przekierowań popupFixDabs=true; // naprawianie linków do stron ujednoznaczniających popupRevertSummaryPrompt=true; // możliwość zmiany tekstu przy revertowaniu popupAdminLinks=true; // wyświetlanie linków dla adminów (bloki itp.) // Revert tools by Lorian function getElementsByClass(searchClass,node,tag) { // Function from http://www.dustindiaz.com/getelementsbyclass/ var classElements = new Array(); if ( node == null ) node = document; if ( tag == null ) tag = '*'; var els = node.getElementsByTagName(tag); var elsLen = els.length; var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)"); for (i = 0, j = 0; i < elsLen; i++) { if ( pattern.test(els[i].className) ) { classElements[j] = els[i]; j++; } } return classElements; } // _GET code from NoGray JS Library http://www.nogray.com/new_site/ var _GET = new Array(); var _uri = location.href; var _temp_get_arr = _uri.substring(_uri.indexOf('?')+1, _uri.length).split("&"); var _temp_get_arr_1 = new Array(); for(_get_arr_i=0; _get_arr_i<_temp_get_arr.length; _get_arr_i++){ _temp_get_arr_1 = _temp_get_arr[_get_arr_i].split("="); _GET[decodeURI(_temp_get_arr_1[0])] = decodeURI(_temp_get_arr_1[1]); } delete _uri; delete _temp_get_arr; delete _temp_get_arr_1; function getMessage (where, user1, user2) { var message = prompt ('Jaką wiadomość chciałbyś zostawić ?', ''); window.location = 'http://pl.wikipedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&'+where+'=2&user1='+user1+'&user2='+user2+'&message='+message; } addOnloadHook(function (){ if (location.href.match(/diff=/)) { // Get username of submitter var user1h = getElementsByClass('diff-otitle',null,'td'); user1 = user1h[0].getElementsByTagName('a')[2].innerHTML; var user2h = getElementsByClass('diff-ntitle',null,'td'); user2 = user2h[0].getElementsByTagName('a')[3].innerHTML; if (user2 == 'Dyskusja') { user2 = user2h[0].getElementsByTagName('a')[2].innerHTML; } document.getElementById('contentSub').innerHTML = '(<a href="http://pl.wikipedia.org/w/index.php?title=' + _GET['title'] + '&action=edit&oldid=' + _GET['oldid'] + '&revert=1&user1='+user1+'&user2='+user2+'">Revert</a> | <a href="javascript:var message = getMessage(\'revert\', \''+user1+'\', \''+user2+'\');">Powód/Info</a>) (Ostrzeżenia: <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=1">testżart</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=2">test</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=3">test1</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=4">test3</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=5">test4</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=6">testP</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=7">blok</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=8">testNPA</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=9">testNPW</a> | <a href="http://pl.wikipedia.org/w/index.php?title=User_talk:'+user2+'&action=edit§ion=new&warn=10">spam</a>)'; } else if (location.href.match(/revert=1/)) { document.getElementById('wpSummary').value = 'Przywrócono przedostatnią wersję, jej autor to [[Wikipedysta:'+_GET['user1']+'|'+_GET['user1']+']]. Autor wycofanej edycji to [[Specjalna:Contributions/'+_GET['user2']+'|'+_GET['user2']+']]'; document.getElementById('editform').submit(); } else if (location.href.match(/revert=2/)) { document.getElementById('wpSummary').value = 'Przywrócono przedostatnią wersję, jej autor to [[Wikipedysta:'+_GET['user1']+'|'+_GET['user1']+']]. Autor wycofanej edycji to [[Specjalna:Contributions/'+_GET['user2']+'|'+_GET['user2']+']] ('+_GET['message']+')'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=1/)) { document.editform.wpSummary.value = '[[Wikipedia:Wandalizm|Wygłupy]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:testżart}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=2/)) { document.editform.wpSummary.value = 'Nieudana edycja'; document.getElementById('wpTextbox1').value = '{{sub'+'st:test|Staszek99|~~'+'~~}}'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=3/)) { document.editform.wpSummary.value = '[[Wikipedia:Wikietykieta|Wikietykieta]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:test1}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=4/)) { document.editform.wpSummary.value = '[[Wikipedia:Wandalizm|Wandalizm]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:test3}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=5/)) { document.editform.wpSummary.value = '[[Wikipedia:Wandalizm|Wandalizm]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:test4}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=6/)) { document.editform.wpSummary.value = '[[Wikipedia:Wandalizm|Wandalizm]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:testP}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=7/)) { document.editform.wpSummary.value = '[[Wikipedia:Zasady blokowania|Zostałeś/aś zablokowany/a]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:zablokowany}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=8/)) { document.editform.wpSummary.value = '[[Wikipedia:Prawa autorskie|Prawa autorskie w polskiej Wikipedii]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:testNPA}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=9/)) { document.editform.wpSummary.value = '[[Wikipedia:Neutralny punkt widzenia|Neutralny punkt widzenia]]'; document.getElementById('wpTextbox1').value = '{{sub'+'st:testNPW}} ~~'+'~~'; document.getElementById('editform').submit(); } else if (location.href.match(/warn=0/)) { document.editform.wpSummary.value = '[[Wikipedia:Wandalizm|Wandalizm]] - spam'; document.getElementById('wpTextbox1').value = '{{sub'+'st:spam}} ~~'+'~~'; document.getElementById('editform').submit(); } }); function InsertButtonsToToolBar() { //Ek mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/a/a9/Ek_button.png", "speedTip": "Szablon Ekspresowego Kasowanka", "tagOpen": "{{ek", "tagClose": "}}<br /><br />", "sampleText": ""} //Poczekalnia mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/1a/Nuvola_apps_bell.png", "speedTip": "Poczekalnia SDU", "tagOpen": "{{PoczSdU", "tagClose": "}}", "sampleText": ""} //Unistub mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/2/2c/P_vip.png", "speedTip": "Unistub", "tagOpen": "{{unistub", "tagClose": "}}", "sampleText": "|P vip.png|33|biografia|muzyka"} //Strona zabezpieczona mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/8/83/Button_encrypted.png", "speedTip": "CZS", "tagOpen": "{{CZS", "tagClose": "}}", "sampleText": ""} //Commons mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/f/f8/Button_Tool_commons.png", "speedTip": "Commons", "tagOpen": "{{Commons", "tagClose": "}}", "sampleText": ""} //Wikiquote mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/c1/Button_wikiquote.png", "speedTip": "Cytaty", "tagOpen": "{{Wikiquote", "tagClose": "}}", "sampleText": ""} //Wikiquote mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/eb/Button_wikisource.png", "speedTip": "Źródła", "tagOpen": "{{Wikisource", "tagClose": "}}", "sampleText": ""} //Komentarz mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/en/3/34/Button_hide_comment.png", "speedTip": "Dodaj ukryty komentarz", "tagOpen": "<!-- ", "tagClose": " -->", "sampleText": "Komentarz"} //Kod mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/2/23/Button_code.png", "speedTip": "<code>", "tagOpen": "<code>", "tagClose": "</code>", "sampleText": "Wstaw tekst"} //Technical font mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/30/Tt_icon.png", "speedTip": "<tt> technical", "tagOpen": "<tt>", "tagClose": "</tt>", "sampleText": "Wstaw tekst"} //Twarda spacja mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/6/64/Button_nbsp_bold.png", "speedTip": "Twarda spacja", "tagOpen": " ", "tagClose": ";", "sampleText": ""} //Szablon mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/3b/Button_template_alt.png", "speedTip": "Szablon", "tagOpen": "{{", "tagClose": "}}", "sampleText": "Nazwa szablonu"} //Disambig mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/6/62/Button_desambig.png", "speedTip": "Disambig", "tagOpen": "{{", "tagClose": "}}", "sampleText": "disambig"} //SdUz mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/5/5b/Button_check.png", "speedTip": "SdUz", "tagOpen": "{{", "tagClose": "}}", "sampleText": "SdUz"} //SdUu mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e4/Bouton_Vandale3.png", "speedTip": "SdUu", "tagOpen": "{{", "tagClose": "}}", "sampleText": "SdUu"} //SdUb mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/a/aa/Button_question.png", "speedTip": "SdUb", "tagOpen": "{{", "tagClose": "}}", "sampleText": "SdUb"} //Przekr mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/2/21/Button_invalid_template.png", "speedTip": "Przekr", "tagOpen": "{{", "tagClose": "}}", "sampleText": "Przekr"} //Podpis mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://pl.wikipedia.org/skins-1.5/common/images/button_sig.png", "speedTip": "Podpis", "tagOpen": "~~", "tagClose": "~~", "sampleText": ""} //Głosowanie mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/35/Button_substitute.png", "speedTip": "Głosowanie", "tagOpen": "{{subst:głosowanie", "tagClose": "}}", "sampleText": "|7"} //SdUplus mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/ba/Button_conserver.png", "speedTip": "SdUplus", "tagOpen": "{{", "tagClose": "}}", "sampleText": "SdUplus"} //SdUbrakwyniku mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/4/4e/Button_neutre.png", "speedTip": "SdUbrakwyniku", "tagOpen": "{{", "tagClose": "}}", "sampleText": "SdUbrakwyniku"} //Witaj2 mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e3/Button_bienvenido.png", "speedTip": "Witaj", "tagOpen": "{{", "tagClose": "}}", "sampleText": "Witaj|Staszek99"} //welcome mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/b9/Nuvola_apps_edu_languages.png", "speedTip": "welcome", "tagOpen": "{{", "tagClose": "}}", "sampleText": "welcome"} //test mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Zielony_listek.svg/600px-Zielony_listek.svg.png", "speedTip": "test", "tagOpen": "{{", "tagClose": "}}", "sampleText": "test|Staszek99"} //testStub mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Wiki_puzzle.svg/200px-Wiki_puzzle.svg.png", "speedTip": "testStub", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testStub"} //pigułka mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/8/83/Button_biocitas.png", "speedTip": "pigułka", "tagOpen": "{{", "tagClose": "}}", "sampleText": "pigułka"} //test1 mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e8/Uw1.png", "speedTip": "test1", "tagOpen": "{{", "tagClose": "}}", "sampleText": "test1"} //test2 mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e7/Uw2.png", "speedTip": "test2", "tagOpen": "{{", "tagClose": "}}", "sampleText": "test2"} //test3 mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/be/Uw3.png", "speedTip": "test3", "tagOpen": "{{", "tagClose": "}}", "sampleText": "test3"} //testG mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/8/85/RomanG-01.png", "speedTip": "testG", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testG"} //testW mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/4/4a/RomanW-01.png", "speedTip": "testW", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testW"} //testP mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/33/Button_exclamation.png", "speedTip": "testP", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testP"} //testopis mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/8/89/Exquisite-khelpcenter.png", "speedTip": "testopis", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testopis|Staszek99"} //testNPA mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/b/b6/Copyright.png", "speedTip": "testNPA", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testNPA"} //testPOV mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/37/Button_no_neutral.png", "speedTip": "testPOV", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testPOV"} //testNPW mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/1c/Button_flamme.png", "speedTip": "testNPW", "tagOpen": "{{", "tagClose": "}}", "sampleText": "testNPW"} //test spam mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/c/cb/Pulsante_spam.png", "speedTip": "spam", "tagOpen": "{{", "tagClose": "}}", "sampleText": "spam"} //bezpodpisu mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/7/7a/Nosign.png/40px-Nosign.png", "speedTip": "bezpodpisu", "tagOpen": "{{", "tagClose": "}}", "sampleText": "bezpodpisu"} //dyskusjapodpis mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/e2/Nuvola_apps_ksig.png/40px-Nuvola_apps_ksig.png", "speedTip": "dyskusjapodpis", "tagOpen": "{{", "tagClose": "}}", "sampleText": "dyskusjapodpis"} //odpowiedz mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/36/Nuvola_apps_email.png/40px-Nuvola_apps_email.png", "speedTip": "odp", "tagOpen": "{{", "tagClose": "}}", "sampleText": "odp|Staszek99"} //topopraw mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/f/f9/RomanP-01.png", "speedTip": "topopraw", "tagOpen": "{{", "tagClose": "}}", "sampleText": "topopraw"} //anonim mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/0/0e/RomanA-01.png", "speedTip": "anonim", "tagOpen": "{{", "tagClose": "}}", "sampleText": "anonim"} } addOnloadHook( InsertButtonsToToolBar ); // Dołączenie skryptu ze strony: [[Wikipedysta:Leafnode/quickedit.js]] document.write('<script type="text/javascript" src=" \ http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Leafnode/quickedit.js \ &action=raw&ctype=text/javascript&dontcountme=s"></script>'); // Dołączenie skryptu ze strony: [[Wikipedysta:Nux/SearchBox.js]] document.write('<script type="text/javascript" src=" \ http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Nux/SearchBox.js \ &action=raw&ctype=text/javascript&dontcountme=s"></script>'); var wp_sk_show_as_button = true; // Dołączenie skryptu ze strony: [[Wikipedysta:BartekChom/wp_sk.js]] document.write('<script type="text/javascript" src="'+ 'http://pl.wikipedia.org/w/index.php?title=Wikipedysta:BartekChom/wp_sk.js\ &action=raw&ctype=text/javascript&dontcountme=s"></script>'); // Dołączenie skryptu ze strony: [[Wikipedysta:Saper/scripts/eh.js]] document.write('<script type="text/javascript" src="'+ 'http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Saper/scripts/eh.js\ &action=raw&ctype=text/javascript&dontcountme=s"></script>');