Difference between revisions of "MediaWiki:Vector.js"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 8: Line 8:
 
}),
 
}),
 
}).insertBefore($('#pt-mytalk'));
 
}).insertBefore($('#pt-mytalk'));
 +
 +
$('<li>', {
 +
id: 'pt-templates',
 +
html: $('<a>', {
 +
href: '/Special:AllPages?from=&to=&namespace=10',
 +
text: '⚒',
 +
title: 'Templates - Πρότυπα - Шаблоны',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
 +
$('<li>', {
 +
id: 'pt-wiki',
 +
html: $('<a>', {
 +
href: '/Special:AllPages?from=&to=&namespace=8',
 +
text: '⚛',
 +
title: 'MediaWiki',
 +
}),
 +
}).insertBefore($('#pt-mytalk'));
 +
  
 
$('<li>', {
 
$('<li>', {
Line 23: Line 42:
 
href: '/Special:Listfiles',
 
href: '/Special:Listfiles',
 
text: '☷',
 
text: '☷',
title: '<en>List files</en><ru>Списокъ данныхъ</ru>',
+
title: 'List files - Списокъ данныхъ',
 
}),
 
}),
 
}).insertBefore($('#pt-mytalk'));
 
}).insertBefore($('#pt-mytalk'));

Revision as of 22:22, 4 May 2018

$('<li>', {
	id: 'pt-all',
	html: $('<a>', {
		href: '/Special:AllPages',
		text: '❃',
		title: 'Allpages',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-templates',
	html: $('<a>', {
		href: '/Special:AllPages?from=&to=&namespace=10',
		text: '⚒',
		title: 'Templates - Πρότυπα - Шаблоны',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-wiki',
	html: $('<a>', {
		href: '/Special:AllPages?from=&to=&namespace=8',
		text: '⚛',
		title: 'MediaWiki',
	}),
}).insertBefore($('#pt-mytalk'));


$('<li>', {
	id: 'pt-Recentchanges',
	html: $('<a>', {
		href: '/Special:Recentchanges',
		text: '✍',
		title: 'Recentchanges',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-Recentchanges',
	html: $('<a>', {
		href: '/Special:Listfiles',
		text: '☷',
		title: 'List files - Списокъ данныхъ',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-Batchupload',
	html: $('<a>', {
		href: '/Special:BatchUpload',
		text: '✄',
		title: 'BatchUpload',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-Newimages',
	html: $('<a>', {
		href: '/Special:Newimages',
		text: '✿',
		title: 'Newimages',
	}),
}).insertBefore($('#pt-mytalk'));

$('<li>', {
	id: 'pt-Specialpages',
	html: $('<a>', {
		href: '/Special:Specialpages',
		text: '✑',
		title: 'Specialpages',
	}),
}).insertBefore($('#pt-mytalk'));









/* Any JavaScript here will be loaded for users using the Vector skin */
// 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'));

*/