Difference between revisions of "MediaWiki:Monobook.js"
Айдать на коробушку
Айдать на сыскальник
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
} |
} |
||
addLoadEvent(edit_zero_section); |
addLoadEvent(edit_zero_section); |
||
var disable_counter = 0; |
|||
function count_me() |
|||
{ |
|||
if(!disable_counter && window.location.href.match("^http://ru-sib.wikipedia.org/wiki/") && !window.location.href.substring(7).match(":")) |
|||
{ |
|||
var img = new Image(); |
|||
img.src = "http://tools.wikimedia.de:22902/1" + document.referrer; |
|||
} |
|||
} |
|||
addLoadEvent(count_me); |
|||
/* tooltips and access keys */ |
/* tooltips and access keys */ |
||
| Line 20: | Line 34: | ||
ta['pt-userpage'] = new Array('.','Моя особа сторонка'); |
ta['pt-userpage'] = new Array('.','Моя особа сторонка'); |
||
ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as'); |
ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as'); |
||
ta['pt-mytalk'] = new Array('n',' |
ta['pt-mytalk'] = new Array('n','Моя розговорна сторонка'); |
||
ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip address'); |
ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip address'); |
||
ta['pt-preferences'] = new Array('','My preferences'); |
ta['pt-preferences'] = new Array('','My preferences'); |
||