Extension:PictureGame
From MediaWiki.org
|
PictureGame Release status: unstable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Allows making picture games | ||
| Author(s) | Aaron Wright Ashish Datta David Pean Jack Phoenix |
||
| Last version | 2.0 | ||
| MediaWiki | 1.16+ | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
|
|||
|
|||
|
|||
| Check usage and version matrix | |||
PictureGame extension allows users to create picture games and take them.
Special:PictureGameHome is the main page for picture games.
Contents |
Dependencies [edit]
- SocialProfile extension
- New database tables: picturegame_images and picturegame_votes
Installation [edit]
- Dump the files into $IP/extensions/PictureGame
- Create the three required database tables (by re-running the MediaWiki updater script, update.php)
- Add require_once("$IP/extensions/PictureGame/PictureGame.php"); into the wiki's LocalSettings.php
- Installation can now be verified through the wiki's Special:Version
User rights [edit]
This extension adds one new user right, picturegameadmin, which allows administering picture games. By default sysops and staff have this user right.
User points [edit]
- $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 [edit]
- $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!
| Social tools | |
|---|---|
| SocialProfile | Overview • UserStatus (GSoC 2011 project) • Roadmap • Developer info • Screenshots • History |
| Other social extensions | Automatic Board Welcome • BlogPage • FanBoxes • NewUsersList • PictureGame • PollNY • QuizGame • RandomFeaturedUser • RandomGameUnit • RandomUsersWithAvatars • SiteMetrics • UserWelcome |
| Semanticness | Semantic Social Profile |
| Other related extensions (which do not depend on SocialProfile) |
Comments • LinkFilter • NewSignupPage • RandomImageByCategory • Video • VoteNY • WikiTextLoggedInOut |