Erweiterung:FanBoxes

From mediawiki.org
This page is a translated version of the page Extension:FanBoxes and the translation is 29% complete.
MediaWiki-Erweiterungen
FanBoxes
Freigabestatus: stabil
Einbindung Spezialseite
Beschreibung A new way of creating and using userboxes, based on special pages
Autor(en)
Letzte Version 3.3.0 (2016-07-01)
MediaWiki 1.35+
Datenbankänderungen Ja
Tabellen fantag
user_fantag
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
CHANGELOG at Phabricator
NS_FANTAG, NS_FANTAG_TALK
$wgFanBoxPageDisplay['comments']
  • create-userbox
Quarterly downloads 7 (Ranked 137th)
Übersetze die FanBoxes-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

FanBoxes extension adds a new way of creating and using userboxes, based on special pages. When installed, three new special pages will be added: Special:UserBoxes (to create new userboxes), Special:TopUserBoxes (to view most popular ones) and Special:ViewUserBoxes (to view all userboxes). It also adds ‎<userboxes> and ‎<fan> parser hooks (TODO: document). Both of these parser hooks disable parser cache.

FanBoxes requires SocialProfile extension and YUI (YUI is used only for the color picker feature on Special:UserBoxes; the YUI files are loaded from Yahoo!'s servers).

Abhängigkeiten

  • Yahoo! User Interface Library (YUI)
  • New database tables:

fantag,user_fantag

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens FanBoxes 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/FanBoxes
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'FanBoxes' );
    
  • Führe das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Parameter

  • $wgFanBoxPageDisplay['comments']should we display comments on FanBox pages? Defaults to true (for now, anyway). Requires Erweiterung:Comments .