Uporabnik:Helter/monobook.js: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
Helter (pogovor | prispevki)
Nova stran: // Add a "Kate" link to your monobook "personal menu" list at the very // top of the page. // // Indicate where you would like "Kate" to appear: // pt-userpage, pt-mytalk, pt-...
 
Helter (pogovor | prispevki)
Brez povzetka urejanja
Vrstica 6:
// pt-watchlist, pt-mycontris, pt-logout
//
gsKateInsertBefore = 'pt-mytalklogout'; // leave blank to append after "logout"
function KateLink()
Vrstica 16:
var a = document.createElement( 'a' );
a.appendChild( document.createTextNode( 'KateŠtevc' ) ); // eh, the css makes the text lowercase
a.href = 'http://toolstoolserver.wikimedia.deorg/~interiot/cgi-bin/count_edits?user=Klemen+Kocjancichelter&dbname=slwiki_p'
li.appendChild( a );