Difference between revisions of "User:Root/vector.js"

From www.PSALTIKI.info
Jump to: navigation, search
(Created page with "importScript("User:GregU/hotkeys.js");: importScript("MediaWiki:hotkeys.js"); hotkeys = { 'b' : 'Brooks was here', 'l' : '', 's' : '§', 't' : '{| cla...")
 
m
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* importScript("User:GregU/hotkeys.js"); */
+
// mw.loader.load( '/index.php?title=MediaWiki:Highlight.js&action=raw&ctype=text/javascript' );
  
importScript("MediaWiki:hotkeys.js");  
+
/*    $('<li>', {
 +
    id: 'pt-название-на-латинице',
 +
    html: $('<a>', {
 +
    href: 'URL ссылки',
 +
    href: 'http:/index.php?title=MediaWiki:Print.css&action=edit',
 +
    text: 'Видимое название',
 +
    title: 'Текст всплывающей подсказки',
 +
    }),
 +
    }).insertBefore($('#расположение'));
  
hotkeys = {
+
    Замените расположение на значение из списка ниже (сохранив знак #). Кнопка будет расположена перед:
    'b' : 'Brooks was here',
+
    pt-userpage — ЛС
    'l' : '',
+
    pt-mytalk — ЛСО
    's' : '§',
+
    pt-preferences — Настройки
    't' : '{| class="wikitable"\n! header\n! header\n|-\n| data\n| data\n|}\n'
+
    pt-watchlist — СН
}
+
    pt-mycontris — Вклад
 +
*/
 +
 
 +
$('<li>', {
 +
id: 'pt-css',
 +
html: $('<a>', {
 +
href: '/MediaWiki:Common.css',
 +
text: 'css',
 +
title: 'edit Common.css',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
 
 +
$('<li>', {
 +
id: 'pt-pcss',
 +
html: $('<a>', {
 +
href: '/MediaWiki:Print.css',
 +
text: 'pcss',
 +
title: 'edit Print.css',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
 
 +
 
 +
$('<li>', {
 +
id: 'pt-js',
 +
html: $('<a>', {
 +
href: '/MediaWiki:Common.js',
 +
text: 'j',
 +
title: 'edit Common.js',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
 
 +
$('<li>', {
 +
id: 'pt-rvjs',
 +
html: $('<a>', {
 +
href: '/User:Root/vector.js',
 +
text: 'rj',
 +
title: 'edit Root vector.js',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
 
 +
$('<li>', {
 +
id: 'pt-vjs',
 +
html: $('<a>', {
 +
href: '/MediaWiki:Vector.js',
 +
text: 'vj',
 +
title: 'edit vector.js',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
 
 +
 
 +
$('<li>', {
 +
id: 'pt-rvjs',
 +
html: $('<a>', {
 +
href: '/MediaWiki:Sidebar',
 +
text: 'sb',
 +
title: 'edit Sidebar',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));

Latest revision as of 22:14, 4 May 2018

// mw.loader.load( '/index.php?title=MediaWiki:Highlight.js&action=raw&ctype=text/javascript' );

/*    $('<li>', {
    	id: 'pt-название-на-латинице',
    	html: $('<a>', {
    		href: 'URL ссылки',
    			href: 'http:/index.php?title=MediaWiki:Print.css&action=edit',
    		text: 'Видимое название',
    		title: 'Текст всплывающей подсказки',
    	}),
    }).insertBefore($('#расположение'));

    Замените расположение на значение из списка ниже (сохранив знак #). Кнопка будет расположена перед:
    pt-userpage — ЛС
    pt-mytalk — ЛСО
    pt-preferences — Настройки
    pt-watchlist — СН
    pt-mycontris — Вклад
*/

$('<li>', {
	id: 'pt-css',
	html: $('<a>', {
		href: '/MediaWiki:Common.css',
		text: 'css',
		title: 'edit Common.css',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-pcss',
	html: $('<a>', {
		href: '/MediaWiki:Print.css',
		text: 'pcss',
		title: 'edit Print.css',
	}),
}).insertBefore($('#pt-mytalk'));


$('<li>', {
	id: 'pt-js',
	html: $('<a>', {
		href: '/MediaWiki:Common.js',
		text: 'j',
		title: 'edit Common.js',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-rvjs',
	html: $('<a>', {
		href: '/User:Root/vector.js',
		text: 'rj',
		title: 'edit Root vector.js',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-vjs',
	html: $('<a>', {
		href: '/MediaWiki:Vector.js',
		text: 'vj',
		title: 'edit vector.js',
	}),
}).insertBefore($('#pt-mytalk'));


$('<li>', {
	id: 'pt-rvjs',
	html: $('<a>', {
		href: '/MediaWiki:Sidebar',
		text: 'sb',
		title: 'edit Sidebar',
	}),
}).insertBefore($('#pt-mytalk'));