MediaWiki:Common.js: различия между версиями

Материал из Янтарной ноосферы, доступной интернет-энциклопедии
добавим какую-то хрень
Метка: отменено
нахрен вообще всё
Метки: очистка ручная отмена
Строка 1: Строка 1:
// Check if we're editing a page.
 
if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) !== -1 ) {
// Add a hook handler.
mw.hook( 'wikiEditor.toolbarReady' ).add( function ( $textarea ) {
// Configure a new toolbar entry on the given $textarea jQuery object.
$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'advanced',
group: 'format',
tools: {
math: {
label: 'Math',
type: 'button',
oouiIcon: 'mathematics',
action: {
type: 'encapsulate',
options: {
pre: '<math>',
post: '</math>'
}
}
}
}
} );
} );
} );
}

Версия от 01:35, 15 февраля 2023