Extension:Toolhub

From mediawiki.org
MediaWiki extensions manual
Toolhub
Release status: experimental
Implementation Hook
Description Provides Scribunto library for interacting with the Toolhub API
Author(s) BDavis (WMF)talk
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.38+
Database changes No
License GNU General Public License 2.0 or later
Download
README.md
Example https://toolhub-extension-demo.toolforge.org/
Module
$wgToolhubBaseUrl
Quarterly downloads 1 (Ranked 146th)
Translate the Toolhub extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The Toolhub extension provides a Scribunto library for interacting with the Toolhub API.

Installation

  • Download and move the extracted Toolhub folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Toolhub
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Toolhub' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters

$wgToolhubBaseUrl
Base URL for Toolhub instance. Default https://toolhub.wikimedia.org

See also