Extension:EnhancedStandardUIs
![]() | 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. |
![]() |
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
- 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.
Category:All extensions
Category:BlueSpice
Category:Extensions by HalloWelt
Category:Extensions in Wikimedia version control
Category:Extensions with invalid or missing type
Category:Extensions with long-term support release branches compatibility policy
Category:Extensions with manual MediaWiki version
Category:GPL licensed extensions
Category:GetPreferences extensions
Category:MWStakeCommonUIRegisterSkinSlotComponents extensions
Category:MWStakeCommonWebAPIsQueryStoreResult extensions
Category:Pages to be expanded
Category:SpecialPage initList extensions
Category:Stable extensions