MediaWiki:Common.js: Difference between revisions

no edit summary
(Amwelladmin changed the content model of the page MediaWiki:Common.js from "wikitext" to "JavaScript")
Tag: content model change
No edit summary
Line 458: Line 458:
}
}
});
});
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'sections': {
'emoticons': {
'type': 'toolbar', // Can also be 'booklet'
'label': 'Emoticons'
// or 'labelMsg': 'section-emoticons-label' for a localized label
}
}
} );
};
};