Extension:ScryfallLinks/de-formal

From mediawiki.org
This page is a translated version of the page Extension:ScryfallLinks and the translation is 20% complete.
MediaWiki extensions manual
ScryfallLinks
Release status: stable
Implementation Hook
Description Creates Scryfall links from Magic: The Gathering card names.
Author(s) Nils Enevoldsen
Latest version 1.5 (2020-03-12)
MediaWiki 1.23+
PHP 5.3+
Database changes No
License GNU General Public License 2.0 or later
Download

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).

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens ScryfallLinks im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'ScryfallLinks' );
    
  • Configure as required
  • 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