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

<div style="color: #555555; font-size: 80%; font-style: italic; font-family: serif; text-align: center;">Материал из '''Библиотеки Теопедии''', http://ru.teopedia.org/lib</div>
мНет описания правки
мНет описания правки
Строка 8: Строка 8:
list: {
list: {
tools: {
tools: {
templates: {
templatesA: {
label: 'Стили абзаца',
label: 'Стили абзаца',
type: 'select',
type: 'select',
list: {
list: {
'Style-avtor': {label: 'Автор', action: {type: 'encapsulate',
'Style-A-avtor': {label: 'Автор', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Автор|', post: '}}'} } },
options: {pre: '{{Стиль А-Автор|', post: '}}'} } },
'Style-data-dnevnika': {label: 'Дата дневника', action: {type: 'encapsulate',
'Style-A-data-dnevnika': {label: 'Дата дневника', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Дата дневника|', post: '}}'} } },
options: {pre: '{{Стиль А-Дата дневника|', post: '}}'} } },
'Style-zagolovok': {label: 'Заголовок', action: {type: 'encapsulate',
'Style-A-zagolovok': {label: 'Заголовок', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Заголовок|', post: '}}'} } },
options: {pre: '{{Стиль А-Заголовок|', post: '}}'} } },
'Style-zagolovok-urovnya': {label: 'Заголовок уровня', action: {type: 'encapsulate',
'Style-A-zagolovok-urovnya': {label: 'Заголовок уровня', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Заголовок уровня|2|', post: '}}'} } },
options: {pre: '{{Стиль А-Заголовок уровня|2|', post: '}}'} } },
'Style-kniga': {label: 'Книга', action: {type: 'encapsulate',
'Style-A-kniga': {label: 'Книга', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Книга|', post: '}}'} } },
options: {pre: '{{Стиль А-Книга|', post: '}}'} } },
'Style-podzagolovok': {label: 'Подзаголовок', action: {type: 'encapsulate',
'Style-A-podzagolovok': {label: 'Подзаголовок', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Подзаголовок|', post: '}}'} } },
options: {pre: '{{Стиль А-Подзаголовок|', post: '}}'} } },
'Style-podpis': {label: 'Подпись', action: {type: 'encapsulate',
'Style-A-podpis': {label: 'Подпись', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Подпись|', post: '}}'} } },
options: {pre: '{{Стиль А-Подпись|', post: '}}'} } },
'Style-tekst-v-centre': {label: 'Текст в центре', action: {type: 'encapsulate',
'Style-A-tekst-v-centre': {label: 'Текст в центре', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Текст в центре|', post: '}}'} } },
options: {pre: '{{Стиль А-Текст в центре|', post: '}}'} } },
'Style-citata': {label: 'Цитата', action: {type: 'encapsulate',
'Style-A-citata': {label: 'Цитата', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Цитата|', post: '}}'} } },
options: {pre: '{{Стиль А-Цитата|', post: '}}'} } },
'Style-citata-data': {label: 'Цитата, данные отправителя', action: {type: 'encapsulate',
'Style-A-citata-data': {label: 'Цитата, данные отправителя', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Цитата, данные отправителя|', post: '}}'} } },
options: {pre: '{{Стиль А-Цитата, данные отправителя|', post: '}}'} } },
'Style-citata-podpis': {label: 'Цитата, подпись', action: {type: 'encapsulate',
'Style-A-citata-podpis': {label: 'Цитата, подпись', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Цитата, подпись|', post: '}}'} } },
options: {pre: '{{Стиль А-Цитата, подпись|', post: '}}'} } },
'Style-epigraf': {label: 'Эпиграф', action: {type: 'encapsulate',
'Style-A-epigraf': {label: 'Эпиграф', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Эпиграф|', post: '}}'} } }
options: {pre: '{{Стиль А-Эпиграф|', post: '}}'} } }
}
},
templatesS: {
label: 'Стили символа',
type: 'select',
list: {
'Style-S-speaker': {label: 'Говорящий в диалоге', action: {type: 'encapsulate',
options: {pre: '{{Стиль С-Говорящий в диалоге|', post: '}}'} } }
}
}
}
}

Версия от 00:14, 11 октября 2018

/* Размещённый здесь код JavaScript будет загружаться пользователям при обращении к каждой странице */

/** -pm- Изменяем панель инструментов в редакторе WikiEditor **/
var customizeToolbar = function () {
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
	section: 'main',
	groups: {
		list: {
			tools: {
				templatesA: {
					label: 'Стили абзаца',
					type: 'select',
					list: {
						'Style-A-avtor': {label: 'Автор', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Автор|', post: '}}'} } },
						'Style-A-data-dnevnika': {label: 'Дата дневника', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Дата дневника|', post: '}}'} } },
						'Style-A-zagolovok': {label: 'Заголовок', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Заголовок|', post: '}}'} } },
						'Style-A-zagolovok-urovnya': {label: 'Заголовок уровня', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Заголовок уровня|2|', post: '}}'} } },
						'Style-A-kniga': {label: 'Книга', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Книга|', post: '}}'} } },
						'Style-A-podzagolovok': {label: 'Подзаголовок', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Подзаголовок|', post: '}}'} } },
						'Style-A-podpis': {label: 'Подпись', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Подпись|', post: '}}'} } },
						'Style-A-tekst-v-centre': {label: 'Текст в центре', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Текст в центре|', post: '}}'} } },
						'Style-A-citata': {label: 'Цитата', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Цитата|', post: '}}'} } },
						'Style-A-citata-data': {label: 'Цитата, данные отправителя', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Цитата, данные отправителя|', post: '}}'} } },
						'Style-A-citata-podpis': {label: 'Цитата, подпись', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Цитата, подпись|', post: '}}'} } },
						'Style-A-epigraf': {label: 'Эпиграф', action: {type: 'encapsulate',
							options: {pre: '{{Стиль А-Эпиграф|', post: '}}'} } }
					}
				},
				templatesS: {
					label: 'Стили символа',
					type: 'select',
					list: {
						'Style-S-speaker': {label: 'Говорящий в диалоге', action: {type: 'encapsulate',
							options: {pre: '{{Стиль С-Говорящий в диалоге|', post: '}}'} } }
					}
				}
			}
		}
	}
} );
};

/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 ) {
	mw.loader.using( 'user.options' ).then( function () {
		// This can be the string "0" if the user disabled the preference ([[phab:T54542#555387]])
		if ( mw.user.options.get( 'usebetatoolbar' ) == 1 ) {
			$.when(
				mw.loader.using( 'ext.wikiEditor' ), $.ready
			).then( customizeToolbar );
		}
	} );
}