MediaWiki:Common.js: Difference between revisions

Find traditional instrumental music
(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
                }
        }
} );

Revision as of 15:00, 15 April 2012

$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
        'sections': {
                'annotations': {
                        'type': 'toolbar', // Can also be 'booklet'
                        'label': 'Annotations'
                        // or 'labelMsg': 'section-emoticons-label' for a localized label
                }
        }
} );