User:OsvátA/vector.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// edit section 0 (text until the first section title)
function addEditSection0(){
if(!document.getElementById) return;
var edit = document.getElementById('ca-edit');
if(!edit) return;
var link = ((edit.children) ? edit.children : edit.childNodes)[0].href + '&section=0';
var edit0 = mw.util.addPortletLink('p-cactions', link, '0', 'ca-edit-0',
'Bevezető szerkesztése', '0', edit.nextSibling);
if(/selected/.test(edit.className) && /section=0$/.test(window.location.href))
edit0.className = 'selected';
if(/istalk/.test(edit.className))
edit0.className += (edit0.className.length ? ' istalk' : 'istalk');
}
$(addEditSection0);
if ( typeof importScript !== 'undefined' ) {
	importScript("Szerkesztő:BáthoryPéter/keresésÚjFülön.js");
}