Template:Game: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 16: Line 16:
{{{description}}}
{{{description}}}


= Testing and reviews =
= Testing ({{{tested}}}) =
{{{tested}}}
{{{testing}}}

== Reviews ==
{{{reviews}}}


<noinclude>
<noinclude>
Line 30: Line 33:
| source = &lt;!-- Repository / location of the source --&gt;
| source = &lt;!-- Repository / location of the source --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
| tested = &lt;!-- Description of --&gt;
| tested = &lt;!-- Has it been tested? (Yes/No) --&gt;
| testing = &lt;!-- Description of testing performed --&gt;
| reviews = &lt;!-- Reviews and comments on the game --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>

Revision as of 02:14, 13 June 2007

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


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

{{{gametitle}}}

{{{description}}}

Testing ({{{tested}}})

{{{testing}}}

Reviews

{{{reviews}}}

Usage

{{Game
 | activity     = <!-- Title of the game activity -->
 | icon         = <!-- 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 -->
 | tested       = <!-- Has it been tested? (Yes/No) -->
 | testing      = <!-- Description of testing performed -->
 | reviews      = <!-- Reviews and comments on the game -->
}}