Extension:PageLoadingSpinner

MediaWiki extensions manual
PageLoadingSpinner
Release status: unmaintained
Author(s) Pierre Boutet (Pyro853talk)
Latest version 1.0.0
MediaWiki
Composer wikifab/page-loading-spinner
License MIT License
Download

The PageLoadingSpinner extension provides a loading spinner when editing a page using Page Forms (or WikiFab's fork of it)

Installation edit

  • Download and place the file(s) in a directory called PageLoadingSpinner in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PageLoadingSpinner' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.