Extension:StandardDialogs

![]() Release status: stable |
|
---|---|
Description | Provides standard actions via dialogs |
Author(s) | Mschlindwein, Robert Vogel |
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 | |
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
InstallationEdit
- Download and place the file(s) in a directory called
StandardDialogs
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'StandardDialogs' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.