Extension:Toolhub
Appearance
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 |
|
| 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
[edit]- Download and move the extracted
Toolhubfolder to yourextensions/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' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
[edit]- $wgToolhubBaseUrl
- Base URL for Toolhub instance. Default
https://toolhub.wikimedia.org
