Extension:PictureGame/de

From Linux Web Expert

MediaWiki-Erweiterungen
PictureGame
Freigabestatus: Beta
Einbindung Spezialseite
Beschreibung Ermöglicht das Erstellen von Bildspielen
Autor(en) Aaron Wright, Ashish Datta, David Pean, Jack Phoenix
MediaWiki 1.39+
Lizenz Keine Lizenz angegeben
Herunterladen
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Übersetze die PictureGame-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

Die PictureGame-Erweiterung ermöglicht Benutzer, Bildspiele zu Erstellen und Aufzunehmen.

Spezial:PictureGameHome ist die Hauptseite für Bildspiele.

See Help:Extension:PictureGame for more information on how to use this extension.

Abhängigkeiten

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/PictureGame/de</tvar>|Download]] and move the extracted <tvar name=name>PictureGame/de</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PictureGame%2Fde
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'PictureGame/de' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Benutzerrechte

This extension adds one new user right, picturegameadmin, which allows administering picture games. By default sysops and staff have this user right.

User points

Name Beschreibung
$wgUserStatsPointValues['picturegame_created'] set this to something to give out points for creating new picture games.
$wgUserStatsPointValues['picturegame_vote'] set this to something to give out points for voting in existing picture games.

Parameter

Name Beschreibung
$wgCreatePictureGameThresholds for example 'edits' => 5 if you want to require users to have at least 5 edits before they can create new picture games. Defaults to an empty array (no restrictions).
$wgPictureGameID this is the internal ID number of the current picture game and is used by PictureGame internally. It's documented here only for the sake of completeness. Setze es nicht!