diff --git a/modules/ve-mw/ui/ve.ui.MWWikitextCommandRegistry.js b/modules/ve-mw/ui/ve.ui.MWWikitextCommandRegistry.js
index 88627ec3df..f0db48db53 100644
--- a/modules/ve-mw/ui/ve.ui.MWWikitextCommandRegistry.js
+++ b/modules/ve-mw/ui/ve.ui.MWWikitextCommandRegistry.js
@@ -120,6 +120,18 @@ ve.ui.wikitextCommandRegistry.register(
{ args: [ '', '', OO.ui.deferMsg( 'visualeditor-annotationbutton-superscript-tooltip' ) ], supportedSelections: [ 'linear' ] }
)
);
+ve.ui.wikitextCommandRegistry.register(
+ new ve.ui.Command(
+ 'big', 'mwWikitext', 'toggleWrapSelection',
+ { args: [ '', '', OO.ui.deferMsg( 'visualeditor-annotationbutton-big-tooltip' ) ], supportedSelections: [ 'linear' ] }
+ )
+);
+ve.ui.wikitextCommandRegistry.register(
+ new ve.ui.Command(
+ 'small', 'mwWikitext', 'toggleWrapSelection',
+ { args: [ '', '', OO.ui.deferMsg( 'visualeditor-annotationbutton-small-tooltip' ) ], supportedSelections: [ 'linear' ] }
+ )
+);
( function () {
var i, heading = '';