DedicatedMoveButton moves pages with an button.
Installation
CSS snippets
The script can be configured using these CSS snippets; add them in your global.css/common.css or in MediaWiki:Common.css:
- Hide the move icon:
.dedicated-move-button > .wds-icon { display: none; }
- Show a counter next to the move button:
.dedicated-move-button_edit-count { display: inline !important; }