MediaWiki:Common.js: Difference between revisions
(Blanked the page) |
No edit summary |
||
Line 1: | Line 1: | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | |||
'sections': { | |||
'annotations': { | |||
'type': 'toolbar', // Can also be 'booklet' | |||
'label': 'Annotations' | |||
// or 'labelMsg': 'section-emoticons-label' for a localized label | |||
} | |||
} | |||
} ); |