Extension:StandardDialogs

This extension is maintained by a member of the MediaWiki Stakeholders' Group .
MediaWiki extensions manual
StandardDialogs
Release status: stable
Description Provides dialog user interfaces for common page actions
Author(s) Mschlindwein, Robert Vogel
Latest version 2.1-alpha
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.35+
Composer mediawiki/standard-dialogs
License GNU General Public License 3.0 only
Download
Quarterly downloads 4 (Ranked 145th)
Translate the StandardDialogs extension if it is available at translatewiki.net

Provides dialogs for various actions, including

  • Delete
  • Move
  • Protect
  • Refresh
  • New page
  • New subpage

Installation edit

  • Download and move the extracted StandardDialogs 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/StandardDialogs
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'StandardDialogs' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

External links edit