Template:Game

From OLPC
Revision as of 10:30, 30 June 2008 by Sethwoodworth (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This Template needs to be substituted.

This template will format in a standard way a page for any games created for the XO.

{{{gametitle}}}
[[Image:{{{icon}}}|center]]
Status: {{{status}}}
Version: {{{version}}}
Base: No
Source: {{{source}}}
l10n: missing
Contributors
{{{contributors}}}

{{{gametitle}}}

{{{description}}}

Screenshot

{{{screenshot}}}

Instructions

How to install

{{{howtoinstall}}}

How to play

{{{howtoplay}}}

How to develop

{{{howtodevelop}}}

Testing ({{{tested}}})

{{{testing}}}

Reviews

{{{reviews}}}

Bugs

{{{bugs}}}

Feature requests

{{{featurerequests}}}

Usage

See Tetris for an example of usage.

{{Game
 | gametitle       = <!-- Title of the game activity -->
 | description     = <!-- Brief description of the game -->
 | icon            = <!-- file name.ext (sans [[Image:file name.ext]] -->
 | screenshot      = <!-- file name.ext (sans [[Image:file name.ext]] -->
 | status          = <!-- Status of the activity (finished/under development/inactive)-->
 | version         = <!-- Current/latest version available -->
 | source          = <!-- Repository / location of the source -->
 | contributors    = <!-- People contributing to the activity -->
 | howtoinstall    = <!-- Installation instructions -->
 | howtoplay       = <!-- Play instructions -->
 | howtodevelop    = <!-- Development instructions -->
 | tested          = <!-- Has it been tested? (Yes/No) -->
 | testing         = <!-- Description of testing performed -->
 | reviews         = <!-- Reviews and comments on the game -->
 | bugs            = <!-- Bugs that have been found -->
 | featurerequests = <!-- Things you'd like to see -->
}}