Extension:WSSlots
Appearance
WSSlots Release status: unknown |
|
---|---|
Author(s) | Marijn van Wezel (Xxmarijnwtalk) |
Latest version | 4.6.0 |
MediaWiki | >= 1.35.0 |
Composer | open-csp/w-s-slots |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
|
|
The WSSlots extension allows defining new MCR slots in LocalSettings.php. For documentation, see the README on GitHub.
Installation
[edit]Please see GitHub for the latest documentation.
- Download and place the file(s) in a directory called
WSSlots
in yourextensions/
folder. - Only when installing from Git, run Composer to install PHP dependencies, by issuing
composer install --no-dev
in the extension directory. (See task T173141 for potential complications.) - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'WSSlots' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
[edit]Usage
[edit]Categories:
- Extensions with invalid status
- Extensions with invalid or missing type
- Extensions supporting Composer
- GPL licensed extensions
- Extensions in GitHub version control
- BeforeInitialize extensions
- ChangeTagsListActive extensions
- ListDefinedTags extensions
- MediaWikiServices extensions
- ParserFirstCallInit extensions
- ResourceLoaderGetConfigVars extensions
- SMW::Store::BeforeDataUpdateComplete extensions
- ScribuntoExternalLibraries extensions
- All extensions
- Extensions requiring Composer with git