Extension:Toolhub/de-formal

From mediawiki.org
This page is a translated version of the page Extension:Toolhub and the translation is 29% complete.
MediaWiki extensions manual
Toolhub
Release status: experimental
Implementation Hook
Description Provides Scribunto library for interacting with the Toolhub API
Author(s) BDavis (WMF)Diskussion
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens Toolhub im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Toolhub
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'Toolhub' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Configuration parameters

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

Siehe auch