Extension:VECancelButton
Appearance
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.
VECancelButton Release status: stable |
|
---|---|
Implementation | User interface |
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. |
MediaWiki | >= 1.39.0 |
License | MIT License |
Download | |
Quarterly downloads | 2 (Ranked 129th) |
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
[edit]- 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.