Бюрократы, Администраторы интерфейса, Администраторы (Semantic MediaWiki), Кураторы (Semantic MediaWiki), Editors (Semantic MediaWiki), Скрывающие, Администраторы, trusted
69 247
правок
мНет описания правки |
мНет описания правки |
||
Строка 9: | Строка 9: | ||
tools: { | tools: { | ||
templates: { | templates: { | ||
label: 'Стили', | label: 'Стили абзаца', | ||
type: 'select', | type: 'select', | ||
list: { | list: { | ||
'Style- | 'Style-avtor': {label: 'Автор', action: {type: 'encapsulate', | ||
options: {pre: '{{Стиль А-Автор|', post: '}}'} } }, | |||
'Style-data-dnevnika': {label: 'Дата дневника', action: {type: 'encapsulate', | |||
options: {pre: '{{Стиль А-Дата дневника|', post: '}}'} } }, | |||
'Style-zagolovok': {label: 'Заголовок', action: {type: 'encapsulate', | |||
options: {pre: '{{Стиль А-Заголовок|', post: '}}'} } }, | |||
'Style-zagolovok-urovnya': {label: 'Заголовок уровня', action: {type: 'encapsulate', | |||
options: {pre: '{{Стиль А-Заголовок уровня|2|', post: '}}'} } }, | |||
} | 'Style-kniga': {label: 'Книга', action: {type: 'encapsulate', | ||
}, | options: {pre: '{{Стиль А-Книга|', post: '}}'} } }, | ||
'Style- | 'Style-podzagolovok': {label: 'Подзаголовок', action: {type: 'encapsulate', | ||
label: 'Книга', | options: {pre: '{{Стиль А-Подзаголовок|', post: '}}'} } }, | ||
action: { | 'Style-podpis': {label: 'Подпись', action: {type: 'encapsulate', | ||
options: {pre: '{{Стиль А-Подпись|', post: '}}'} } }, | |||
'Style-tekst-v-centre': {label: 'Текст в центре', action: {type: 'encapsulate', | |||
options: {pre: '{{Стиль А-Текст в центре|', 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 ) { |