Extension:EnhancedStandardUIs
Appearance
This extension is mainly supported in an external venue: BlueSpice Community Forum
. If you need help, you should post there, and not on the talk page. |
Please expand this page. |
EnhancedStandardUIs Release status: stable |
|
---|---|
Author(s) | Hallo Welt! GmbH |
Maintainer(s) | Hallo Welt! GmbH |
Latest version | 4.5 |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
MediaWiki | 1.39 (LTS) |
License | GNU General Public License 3.0 only |
Download | |
|
|
|
|
Quarterly downloads | 2 (Ranked 134th) |
Translate the EnhancedStandardUIs extension if it is available at translatewiki.net | |
Community Forum |
The EnhancedStandardUIs extension provides enhanced versions of various user interface elements. For example a Special:EnhancedAllPages which lists all pages with additional pagination and search functionality.
Installation
[edit]- Add the following code to your
composer.local.json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wikimedia/mediawiki-extensions-EnhancedStandardUIs.git"
}
],
"require": {
"mediawiki/enhanced-standard-uis": "1.1.*"
}
}
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'EnhancedStandardUIs' );
- Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Categories:
- Pages to be expanded
- Stable extensions
- Extensions with invalid or missing type
- GPL licensed extensions
- Extensions in Wikimedia version control
- GetPreferences extensions
- MWStakeCommonUIRegisterSkinSlotComponents extensions
- MWStakeCommonWebAPIsQueryStoreResult extensions
- SpecialPage initList extensions
- All extensions
- Extensions by HalloWelt
- BlueSpice