Extension:Toolhub

This page is a translated version of the page Extension:Toolhub and the translation is 57% complete.
Languages:
MediaWiki 拡張機能マニュアル
Toolhub
リリースの状態: 実験的
実装 フック
説明 Provides Scribunto library for interacting with the Toolhub API
作者 BDavis (WMF)トーク
互換性の方針 MediaWikiとともにリリースされるスナップショット。 master には後方互換性がありません。
MediaWiki 1.38+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
README.md
https://toolhub-extension-demo.toolforge.org/
Module
$wgToolhubBaseUrl
Quarterly downloads 2 (Ranked 168th)
translatewiki.net で翻訳を利用できる場合は、Toolhub 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

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

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のToolhubという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php の末尾に追加します:
    wfLoadExtension( 'Toolhub' );
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

構成パラメーター

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

関連項目