Extension:PictureGame/de-formal

This page is a translated version of the page Extension:PictureGame and the translation is 4% complete.
MediaWiki extensions manual
PictureGame
Release status: beta
Implementation Special page
Description Allows making picture games
Author(s) Aaron Wright, Ashish Datta, David Pean, Jack Phoenix
Latest version 3.3 (2015-11-21)
MediaWiki 1.39+
Database changes Yes
License GNU General Public License 2.0 or later
Download
  • $wgCreatePictureGameThresholds
Quarterly downloads 3 (Ranked 173rd)
Translate the PictureGame extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

PictureGame extension allows users to create picture games and take them.

Special:PictureGameHome is the main page for picture games.

  • New database tables: picturegame_images and picturegame_votes

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens PictureGame im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php hinzufügen:
    wfLoadExtension( 'PictureGame' );
    
  • Führen Sie das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

User rights

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 Description
$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.

Parameters

Name Description
$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. Do not set it!