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

м
нет описания правки
мНет описания правки
мНет описания правки
Строка 9: Строка 9:
tools: {
tools: {
templates: {
templates: {
label: 'Стили',
label: 'Стили абзаца',
type: 'select',
type: 'select',
list: {
list: {
'Style-author': {
'Style-avtor': {label: 'Автор', action: {type: 'encapsulate',
label: 'Автор',
options: {pre: '{{Стиль А-Автор|', post: '}}'} } },
action: {
'Style-data-dnevnika': {label: 'Дата дневника', action: {type: 'encapsulate',
type: 'encapsulate',
options: {pre: '{{Стиль А-Дата дневника|', post: '}}'} } },
options: {
'Style-zagolovok': {label: 'Заголовок', action: {type: 'encapsulate',
pre: '{{Стиль А-Автор|',
options: {pre: '{{Стиль А-Заголовок|', post: '}}'} } },
post: '}}'
'Style-zagolovok-urovnya': {label: 'Заголовок уровня', action: {type: 'encapsulate',
}
options: {pre: '{{Стиль А-Заголовок уровня|2|', post: '}}'} } },
}
'Style-kniga': {label: 'Книга', action: {type: 'encapsulate',
},
options: {pre: '{{Стиль А-Книга|', post: '}}'} } },
'Style-book': {
'Style-podzagolovok': {label: 'Подзаголовок', action: {type: 'encapsulate',
label: 'Книга',
options: {pre: '{{Стиль А-Подзаголовок|', post: '}}'} } },
action: {
'Style-podpis': {label: 'Подпись', action: {type: 'encapsulate',
type: 'encapsulate',
options: {pre: '{{Стиль А-Подпись|', post: '}}'} } },
options: {
'Style-tekst-v-centre': {label: 'Текст в центре', action: {type: 'encapsulate',
pre: '{{Стиль А-Книга|',
options: {pre: '{{Стиль А-Текст в центре|', post: '}}'} } },
post: '}}'
'Style-citata': {label: 'Цитата', action: {type: 'encapsulate',
}
options: {pre: '{{Стиль А-Цитата|', post: '}}'} } },
}
'Style-citata-data': {label: 'Цитата, данные отправителя', action: {type: 'encapsulate',
}
options: {pre: '{{Стиль А-Цитата, данные отправителя|', post: '}}'} } },
'Style-citata-podpis': {label: 'Цитата, подпись', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Цитата, подпись|', post: '}}'} } },
'Style-epigraf': {label: 'Эпиграф', action: {type: 'encapsulate',
options: {pre: '{{Стиль А-Эпиграф|', post: '}}'} } }
}
}
}
}
Строка 38: Строка 42:
}
}
} );
} );
}
};
 
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */
/* 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 ) {
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 ) {