Изменения

Перейти к: навигация, поиск

MediaWiki:Common.js

59 байтов добавлено, 10:23, 22 февраля 2014
м
Нет описания правки
group: 'format',
tools: {
"mathquotes": {
label: 'Кавычки',
type: 'button',
group: 'format',
tools: {
"mathcode": {
label: 'Code',
type: 'button',
group: 'format',
tools: {
"mathpre": {
label: 'Pre',
type: 'button',
group: 'format',
tools: {
"mathrefs": {
label: 'Шаблон',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/d/dd/Vector_toolbar_template_button.png',
action: {
type: 'encapsulate',
options: {
pre: "<references />",
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'advanced',
group: 'insert',
tools: {
"math": {
label: 'Примечания',
type: 'button',
icon: '//upload.wikimedia.org/wikipedia/commons/c/cf/Toolbar_insert_reference.png',
action: {
type: 'encapsulate',
/* Добавление дополнительных кнопок в WikiEditor на страницах LiquidThreads' */
mw.hook( 'ext.lqt.textareaCreated' ).add( customizeToolbar );
 
 
/* Добавление RefToolbar в WikiEditor */
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 ) {
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript' );
window.refToolbarInstalled = true;
}

Навигация