Difference between revisions of "MediaWiki:Monobook.js"
Content deleted Content added
No edit summary |
No edit summary |
||
Line 15:
}
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 */
Line 20 ⟶ 34:
ta['pt-userpage'] = new Array('.','Моя особа сторонка');
ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as');
ta['pt-mytalk'] = new Array('n','
ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip address');
ta['pt-preferences'] = new Array('','My preferences');
| |||