Участник:DonRumata/acute.js

var customizeToolbar = function() {
	// To add a group to an existing toolbar section:
	$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
		'section': 'advanced',
        'group': 'insert',
        'tools': {
			'acute': {
				'label': 'Ударение',
				'type': 'button',
				'icon': '//upload.wikimedia.org/wikipedia/commons/thumb/a/a2/A_with_acute.svg/22px-A_with_acute.svg.png',
				'action': {	'type': 'encapsulate', 'options': {'pre': '\u0301'}}
			},
			'grave': {
				'label': 'Гравис',
				'type': 'button',
				'icon': '//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/A_with_grave.svg/22px-A_with_grave.svg.png',
				'action': {	'type': 'encapsulate', 'options': {'pre': '\u0300'}}
			},
			'double_grave': {
				'label': 'Двойной гравис',
				'type': 'button',
				'icon': '//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/A_with_double_grave.svg/22px-A_with_double_grave.svg.png',
				'action': {	'type': 'encapsulate', 'options': {'pre': '\u030F'}}
			},
			'inverted_breve': {
				'label': 'Арка',
				'type': 'button',
				'icon': '//upload.wikimedia.org/wikipedia/commons/thumb/3/33/A_with_inverted_breve.svg/22px-A_with_inverted_breve.svg.png',
				'action': {	'type': 'encapsulate', 'options': {'pre': '\u0311'}}
			},
			'macron': {
				'label': 'Макрон',
				'type': 'button',
				'icon': '//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/A_with_a_macron.svg/22px-A_with_a_macron.svg.png',
				'action': {	'type': 'encapsulate', 'options': {'pre': '\u0304'}}
			}
		}
	} );
};
if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) !== -1 ) {
    mw.loader.using( ['user.options', 'jquery.textSelection'], function () {
        if ( mw.user.options.get('usebetatoolbar') === 1 ) {
			$.when(
				mw.loader.using( 'ext.wikiEditor' ),
					$.ready
			).then( customizeToolbar );
		}
    } );
}

 

Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia