Wikipedysta:PS./monobook.js
var wp_sk_show_as_button = true; // pokazuj przycisk
var wp_sk_redir_enabled = true; // ajaksowe redirecty
importScript('Wikipedysta:Nux/wp_sk.js');
importScript('Wikipedysta:Nux/LiveRC.js');
// Dołączenie skryptu ze strony: [[Wikipedysta:ToSter/daty.js]]
document.write('<script type="text/javascript" src="'+
'http://pl.wikipedia.org/w/index.php?title=Wikipedysta:ToSter/daty.js\
&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// Dołączenie skryptu ze strony: [[Wikipedysta:Matma Rex/disFixer.js]]
document.write('<script type="text/javascript" src="'+
'http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Matma_Rex/disFixer.js\
&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// Dołączenie skryptu ze strony: [[MediaWiki:Gadget-quickeditcounter.js]]
document.write('<script type="text/javascript" src="'+
'http://pl.wikipedia.org/w/index.php?title=MediaWiki:Gadget-quickeditcounter.js\
&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// Dołączenie skryptu ze strony: [[Wikipedysta:Matma Rex/defaultsort.js]]
document.write('<script type="text/javascript" src="'+
'http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Matma Rex/defaultsort.js\
&action=raw&ctype=text/javascript&dontcountme=s"></script>');
$(function()
// brudnopisy //
{
var elBefore = document.getElementById('pt-mytalk');
var elNew;
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./przydatne">przydatne</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./kluby">kluby</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./brudnopis2">Liverpool</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./brudnopis3">Mistrzowie</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./brudnopis4">Chelsea</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./brudnopis5">Newcastle</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Manchester United F.C.">United</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./monobook.js">monobook</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
elNew = document.createElement('li');
elNew.innerHTML='<a href="http://pl.wikipedia.org/w/index.php?title=Wikipedysta:PS./szablon2">infobox</a>';
elBefore.parentNode.insertBefore(elNew, elBefore);
});
//Dodatkowe przyciski na stronie artykułu
$(function()
{
var copywarn = document.getElementById('editpage-copywarn');
if (! copywarn)
return;
// usuń niepotrzebne
copywarn.innerHTML = '';
if (wgNamespaceNumber != 0)
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, 'aktual.', 'publikator("aktualizacja") ', '', 'aktual.');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'nr', 'publikator("numer") ', '', 'nr');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'data1', 'publikator("data1") ', '', 'data1');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'data2', 'publikator("data2") ', '', 'data2');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'transfer', 'publikator("transfer do") ', '', 'transfer');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'wyp.', 'publikator("wypożyczenie do") ', '', 'wyp.');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'brak źródeł', 'publikator("[[WP:WER|brak źródeł]]") ', '', 'brak źródeł');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'nieoficjalnie', 'publikator("[[WP:WER|brak oficjalnego potwierdzenia]]") ', '', 'nieoficjalnie');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'ligowe', 'publikator("tylko ligowe mecze") ', '', 'ligowe');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'zbędne', 'publikator("zbędne flagi i linki do dat") ', '', 'zbędne');
el.appendChild(document.createTextNode(' ')); // odstęp
przyciskiDodaj(el, 'hasło', 'publikator("nowe hasło") ', '', 'hasło');
el.appendChild(document.createTextNode(' ')); // odstęp
});
function publikator(n)
{
document.editform.wpSummary.value += "" + n;
}
// snippets //
importScript('Wikipedysta:ToSter/snippets.js');
$(document).ready(function() {
window.sniparray = [
'{{Piłkarz infobox\n | imięinazwisko = \n | zdjęcie = \n | pełneimięinazwisko = \n | dataurodzenia = \n | miastourodzenia = \n | krajurodzenia = \n | dataśmierci = \n | miastośmierci = \n | krajśmierci = \n | wzrost = cm\n | masa_ciała = kg\n | pseudonim = \n | pozycja = [[bramkarz]], [[obrońca (piłka nożna)|obrońca]], [[pomocnik]], [[napastnik]]\n | obecnyklub = \n | numer = \n | juniorskielata = \n | juniorskiekluby = \n | lata = –\n | kluby = \n | występy(gole) = \n | trener-lata = \n | trener-kluby = \n | latawreprezentacji = –\n | reprezentacja = {{Reprezentacja|}}\n | występywreprezentacji(gole) = \n | data1 = \n | data2 = \n}}\n\'\'\'Pełne imię i nazwisko\'\'\' (ur. data urodzenia w miejsce urodzenia) – ... [[piłka nożna|piłkarz]] występujący na pozycji [[obrońca (piłka nożna)|obrońcy]], [[pomocnik]]a, [[napastnik]]a, [[bramkarza]] w ... i [[Reprezentacja ... w piłce nożnej|reprezentacji..]].\n\n== Kariera klubowa ==\n\n== Kariera reprezentacyjna ==\n\n{{przypisy}}\n\n== Linki zewnętrzne ==\n* {{NFT|p|}}\n* {{Soccerbase|}}',
'{{Piłkarz infobox\n | imięinazwisko = \n | zdjęcie = \n | pełneimięinazwisko = \n | dataurodzenia = \n | miastourodzenia = \n | krajurodzenia = \n | dataśmierci = \n | miastośmierci = \n | krajśmierci = \n | wzrost = cm\n | masa_ciała = kg\n | pseudonim = \n | pozycja = [[bramkarz]], [[obrońca (piłka nożna)|obrońca]], [[pomocnik]], [[napastnik]]\n | obecnyklub = \n | numer = \n | juniorskielata = \n | juniorskiekluby = \n | lata = –\n | kluby = \n | występy(gole) = \n | trener-lata = \n | trener-kluby = \n | latawreprezentacji = –\n | reprezentacja = {{Reprezentacja|}}\n | występywreprezentacji(gole) = \n | data1 = \n | data2 = \n}}'
];
});
// flagi i lata //
importScript('Wikipedysta:PS./flagi.js');
// MyLanguages //
importScript('Wikipedysta:Lampak/MyLanguages.js');
var mylangsArray = new Array("en");
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.