Extension:WSSlots

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
WSSlots
Release status: unknownCategory:Extensions with invalid status
Author(s) Marijn van Wezel (Xxmarijnwtalk)
Latest version 4.6.1
MediaWiki >= 1.35.0
Composer open-csp/w-s-slotsCategory:Extensions supporting Composer
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
  • $wgWSSlotsSemanticSlots
  • $wgWSSlotsDefaultContentModel
  • $wgWSSlotsDefaultSlotRoleLayout
  • $wgWSSlotsDoPurge
  • $wgWSSlotsDefinedSlots
  • $wgWSSlotsOverrideActions
Category:All extensions

The WSSlots extension allows defining new MCR slots in LocalSettings.php. For documentation, see the README on GitHub.

Installation

Please see GitHub for the latest documentation.

  • Download and place the file(s) in a directory called WSSlots in your extensions/ folder.
  • Only when installing from Git, run Composer to install PHP dependencies, by issuing composer install --no-dev in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WSSlots' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

GitHub

Usage

GitHub

Category:All extensions Category:BeforeInitialize extensions Category:ChangeTagsListActive extensions Category:Extensions in GitHub version control Category:Extensions requiring Composer with git Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions with invalid status Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ListDefinedTags extensions Category:MediaWikiServices extensions Category:ParserFirstCallInit extensions Category:ResourceLoaderGetConfigVars extensions Category:SMW::Store::BeforeDataUpdateComplete extensions Category:ScribuntoExternalLibraries extensions