Extension:RandomGameUnit/de-formal

This page is a translated version of the page Extension:RandomGameUnit and the translation is 6% complete.
MediaWiki extensions manual
RandomGameUnit
Release status: stable
Implementation Parser extension
Description Displays a randomly chosen picture game, poll or a quiz
Author(s) Aaron Wright, David Pean, Jack Phoenix
Latest version 2.7 (2020-05-24)
MediaWiki 1.39+
License GNU General Public License 2.0 or later
Download
  • $wgRandomGameDisplay
  • $wgRandomImageSize
Quarterly downloads 1 (Ranked 148th)
Translate the RandomGameUnit extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

RandomGameUnit extension displays a randomly chosen picture game, poll or a quiz through the ‎<randomgameunit> tag.

Requirements

Along with one or more of the following extensions:

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens RandomGameUnit 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/RandomGameUnit
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'RandomGameUnit' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Parameters

  • $wgRandomGameDisplaycontrols what games are enabled.
    • $wgRandomGameDisplay['random_poll']display a random poll. Defaults to true.
    • $wgRandomGameDisplay['random_quiz']display a random quiz. Defaults to true.
    • $wgRandomGameDisplay['random_picturegame']display a random picture game. Defaults to true.
  • $wgRandomImageSizewidth (in pixels) for game images. Defaults to 50.