Jump to content

Extension:RandomGameUnit/pl

From mediawiki.org
This page is a translated version of the page Extension:RandomGameUnit and the translation is 12% complete.
Podręcznik rozszerzeń MediaWiki
RandomGameUnit
Status wydania: stabilne
Realizacja Rozszerzenie parsera
Opis Displays a randomly chosen picture game, poll or a quiz
Autor(zy) Aaron Wright, David Pean, Jack Phoenix
Ostatnia wersja 2.7 (2020-05-24)
MediaWiki 1.39+
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
  • $wgRandomGameDisplay
  • $wgRandomImageSize
Quarterly downloads 1 (Ranked 130th)
Przetłumacz rozszerzenie RandomGameUnit jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

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:

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie RandomGameUnit w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/RandomGameUnit
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'RandomGameUnit' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Parametry

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