Extension:PictureGame/pl
![]() Status wydania: beta |
|
---|---|
Realizacja | Strona specjalna |
Opis | Allows making picture games |
Autor(zy) | Aaron Wright, Ashish Datta, David Pean, Jack Phoenix |
Ostatnia wersja | 3.3 (2015-11-21) |
MediaWiki | 1.39+ |
Zmiany w bazie danych | Tak |
Licencja | GNU General Public License 2.0 or later |
Pobieranie | |
|
|
Quarterly downloads | 8 (Ranked 157th) |
Przetłumacz rozszerzenie PictureGame jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
PictureGame extension allows users to create picture games and take them.
Special:PictureGameHome is the main page for picture games.
Dependencies
- New database tables: picturegame_images and picturegame_votes
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
PictureGame
w folderzeextensions/
. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'PictureGame' );
- Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
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! |