Extension:VECancelButton
This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
![]() Release status: stableCategory:Stable extensions |
|
---|---|
![]() |
|
Implementation | User interfaceCategory:User interface extensions |
Description | It adds the Cancel button to VisualEditor's toolbar |
Author(s) | WikiTeq |
Maintainer(s) | WikiTeq team |
Latest version | 1.0 (February 23, 2022) |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.Category:Extensions with long-term support release branches compatibility policy |
License | MIT License |
Download | Category:Extensions in Wikimedia version control |
Quarterly downloads | 0 |
Translate the VECancelButton extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The VECancelButton extension adds a Cancel button to VisualEditor's toolbar.
Installation
- Download and move the extracted
VECancelButton
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/VECancelButton - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'VECancelButton' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.