Extension:ScryfallLinks

From mediawiki.org
This page is a translated version of the page Extension:ScryfallLinks and the translation is 100% complete.
MediaWiki 拡張機能マニュアル
ScryfallLinks
リリースの状態: 安定
実装 フック
説明 Creates Scryfall links from Magic: The Gathering card names.
作者 Nils Enevoldsen
最新バージョン 1.5 (2020-03-12)
MediaWiki 1.23+
PHP 5.3+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード

ScryfallLinks is a MediaWiki extension that creates Scryfall links from *Magic: The Gathering* card names.

It is designed to be backwards-compatible with the MTG Wiki's "MTGSCards" extension.

It is based on Extension:BoilerPlate .

It makes use of the Scryfall API to load images, and Tippy.js tooltips (also MIT licensed).

インストール

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

設定