Extension:VECancelButton

From mediawiki.org
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.
MediaWiki extensions manual
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 6 (Ranked 139th)
Translate the VECancelButton extension if it is available at translatewiki.net

The VECancelButton extension adds a Cancel button to VisualEditor's toolbar.

Installation[edit]

  • Download and move the extracted VECancelButton folder to your extensions/ 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Screenshot[edit]