Extension:SaveSpinner

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.
Category:Extensions by WikiTeq Category:Extensions without an imageCategory:MIT licensed extensions
MediaWiki extensions manual
SaveSpinner
Release status: stableCategory:Stable extensions
Implementation Page action Category:Page action extensions
Description Adds visual feedback to page save, preview and changes actions
Author(s) WikiTeq team
Maintainer(s) WikiTeq team
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
MediaWiki 1.35, 1.39Category:Extensions with manual MediaWiki version
PHP 7.3+
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
Quarterly downloads 4 (Ranked 96th)
Translate the SaveSpinner extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The SaveSpinner extension to page save, preview and changes action by adding respective buttons on the page edit form and on special page "FormEdit". While the next page is loading, it will display a very prominent spinner, informing the user that the action is in progress.

This extension was created for WikiWorks.

Installation

  • Download and move the extracted SaveSpinner 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/SaveSpinner
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SaveSpinner' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:EditPage::showEditForm:initial extensions Category:Extensions by WikiTeq Category:Extensions in Wikimedia version control Category:Extensions included in Canasta Category:Extensions with long-term support release branches compatibility policy Category:Extensions with manual MediaWiki version Category:Extensions without an image Category:MIT licensed extensions Category:PageForms::RenderingEnd extensions Category:Page action extensions Category:Stable extensions