Template:Game: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
= {{{gametitle}}} =
= {{{gametitle}}} =
{{{description}}}
{{{description}}}

= Screenshot =
{{{screenshot}}}

= Instructions =
== How to install ==
{{{howtoinstall}}}
== How to play ==
{{{howtoplay}}}
== How to develop ==
{{{howtodevelop}}}


= Testing ({{{tested}}}) =
= Testing ({{{tested}}}) =
Line 21: Line 32:
== Reviews ==
== Reviews ==
{{{reviews}}}
{{{reviews}}}

== Bugs ==
{{{bugs}}}

== Feature requests ==
{{{featurerequests}}}


<noinclude>
<noinclude>
Line 27: Line 44:
== Usage ==
== Usage ==
<nowiki>{{</nowiki>Game
<nowiki>{{</nowiki>Game
| gametitle = &lt;!-- Title of the game activity --&gt;
| gametitle = &lt;!-- Title of the game activity --&gt;
| icon = &lt;!-- ''file name.ext'' (sans <tt><nowiki>[[Image:</nowiki>''file name.ext''<nowiki>]]</nowiki></tt> --&gt;
| icon = &lt;!-- ''file name.ext'' (sans <tt><nowiki>[[Image:</nowiki>''file name.ext''<nowiki>]]</nowiki></tt> --&gt;
| status = &lt;!-- Status of the activity (finished/under development/inactive)--&gt;
| screenshot = &lt;!-- ''file name.ext'' (sans <tt><nowiki>[[Image:</nowiki>''file name.ext''<nowiki>]]</nowiki></tt> --&gt;
| version = &lt;!-- Current/latest version available --&gt;
| status = &lt;!-- Status of the activity (finished/under development/inactive)--&gt;
| source = &lt;!-- Repository / location of the source --&gt;
| version = &lt;!-- Current/latest version available --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
| source = &lt;!-- Repository / location of the source --&gt;
| tested = &lt;!-- Has it been tested? (Yes/No) --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
| testing = &lt;!-- Description of testing performed --&gt;
| howtoinstall = &lt;!-- People contributing to the activity --&gt;
| reviews = &lt;!-- Reviews and comments on the game --&gt;
| howtoplay = &lt;!-- People contributing to the activity --&gt;
| howtodevelop = &lt;!-- People contributing to the activity --&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;
| bugs = &lt;!-- People contributing to the activity --&gt;
| featurerequests = &lt;!-- People contributing to the activity --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>

Revision as of 02:22, 13 June 2007

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: Game
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

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