Benutzer:Robin Hood/monobook.js
Us der alemannische Wikipedia, der freie Dialäkt-Enzyklopedy
Hywys: Nôch dyner Änderig muess no der Browser-Cache gleert wärde!
Mozilla/Safari/Konqueror: Strg-Umschalttaste-R (oder Umschalttaste drückt halte und uf’s Neu-Laden-Symbol klicke), IE: Strg-F5, Opera/Firefox: F5
function addLoadEvent(func) { if (window.addEventListener) { window.addEventListener("load", func, false); } else if (window.attachEvent) { window.attachEvent("onload", func); } } // AJOUTE DEUX ONGLETS MONOBOOK function ajoutOngletJS() { var a = document.getElementById("p-cactions"); if (a) { b = a.getElementsByTagName("ul"); if(b.length > 0) { b[0].innerHTML = b[0].innerHTML + '<li id="ca-nstab-user">' + '<a href="/wiki/Benutzer:Robin_Hood/monobook.js">' + 'js</a></li>'; } } } function ajoutOngletCSS() { var a = document.getElementById("p-cactions"); if (a) { b = a.getElementsByTagName("ul"); if(b.length > 0) { b[0].innerHTML = b[0].innerHTML + '<li id="ca-nstab-user">' + '<a href="/wiki/Benutzer:Robin_Hood/monobook.css">' + 'css</a></li>'; } } } // AJOUTE UN ONGLET STRUCTURE function ajoutOngletStructure() { var a = document.getElementById("p-cactions"); if (a) { b = a.getElementsByTagName("ul"); if(b.length > 0) { b[0].innerHTML = b[0].innerHTML + '<li id="ca-nstab-user">' + '<a href="/wiki/Benutzer:Robin_Hood/Structure">' + 'Structure</a></li>'; } } } // AJOUTE LES LIENS DANS LA BOÎTE DE NAVIGATION function ajoutLiens() { var a = document.getElementById("p-navigation"); if (a) { b = a.getElementsByTagName("ul"); if(b.length > 0) { b[0].innerHTML = b[0].innerHTML + '<li><a style="display: inline" title="Wikipedia:Botschaft" ' + 'href="/w/index.php?title=Wikipedia:Botschaft&action=purge">' + 'Ambassade</a></li>' + '<li><a style="display: inline" title="Wikipedia:Stammtisch" ' + 'href="/w/index.php?title=Wikipedia:Stammtisch&action=purge">' + 'La Taverne</a></li>' + '<li><a style="display: inline" title="Suivis" ' + 'href="http://als.wikipedia.org/w/index.php?title=Spezial:Beobachtungsliste&days=0">' + 'Tous les jours</a>' + '<a style="display: inline" title="Suivis" ' + 'href="http://als.wikipedia.org/w/index.php?title=Spezial:Beobachtungsliste&days=3">' + '3 jours</a>' + '<a style="display: inline" title="Suivis" ' + 'href="http://als.wikipedia.org/w/index.php?title=Spezial:Beobachtungsliste&days=1">' + '1 jour</a></li>' } } } addLoadEvent(ajoutLiens); if ( wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk" ) { addLoadEvent(ajoutOngletStructure); addLoadEvent(ajoutOngletJS); addLoadEvent(ajoutOngletCSS); } // AJOUTE LES LIENS DANS LA BOÎTE À OUTILS addOnloadHook(function () { if ( wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk" ) { url = wgServer + "/w/index.php?title=Special:Log&user=" + wgTitle.split("/")[0]; } else if ( wgCanonicalNamespace == "Special" ) { return; } else { url = wgServer + "/w/index.php?title=Special:Log&page=" + wgPageName; } addPortletLink("p-tb", "http://tools.wikimedia.de/~interiot/cgi-bin/count_edits?user=Robin+Hood&dbname=alswiki_p", "Compteur d'éditions", "ca-editcount"); addPortletLink("p-cactions", url, "Journal", "pt-logs"); });