Extension:RandomGameUnit
From MediaWiki.org
|
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 |
||
| Last version | 2.0 | ||
| MediaWiki | 1.16+ | ||
| License | GNU General Public License 2.0 or later | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
RandomGameUnit extension displays a randomly chosen picture game, poll or a quiz through the <randomgameunit> tag.
[edit] Requirements
- SocialProfile extension
- PictureGame extension
- PollNY extension
- QuizGame extension
[edit] Installation
- Download the extension files
- Add require_once("$IP/extensions/RandomGameUnit/RandomGameUnit.php"); into the wiki's LocalSettings.php
- Installation can now be verified through the wiki's Special:Version
[edit] Parameters
- $wgRandomGameDisplay — controls 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.
- $wgRandomImageSize — width (in pixels) for game images. Defaults to 50.
| 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 |