Template:Game: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
 
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
<big>'''This Template needs to be [[Help:subst|substituted]]'''.</big>

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

[[Category:Games]]


{{Status box
{{Status box
Line 8: Line 12:
| status = {{{status}}}
| status = {{{status}}}
| version = {{{version}}}
| version = {{{version}}}
| base = [[Template:Game|Game]]
| base = No
| source = {{{source}}}
| source = {{{source}}}
| contributors = {{{contributors}}}
| contributors = {{{contributors}}}
Line 22: Line 26:
== How to install ==
== How to install ==
{{{howtoinstall}}}
{{{howtoinstall}}}

== How to play ==
== How to play ==
{{{howtoplay}}}
{{{howtoplay}}}
Line 43: Line 48:


== Usage ==
== Usage ==
See [[Tetris]] for an example of usage.
<nowiki>{{</nowiki>Game
<nowiki>{{</nowiki>Game
| gametitle = &lt;!-- Title of the game activity --&gt;
| gametitle = &lt;!-- Title of the game activity --&gt;
| description = &lt;!-- Brief description of the game --&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;
| screenshot = &lt;!-- ''file name.ext'' (sans <tt><nowiki>[[Image:</nowiki>''file name.ext''<nowiki>]]</nowiki></tt> --&gt;
| screenshot = &lt;!-- ''file name.ext'' (sans <tt><nowiki>[[Image:</nowiki>''file name.ext''<nowiki>]]</nowiki></tt> --&gt;
Line 51: Line 58:
| 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;
| howtoinstall = &lt;!-- People contributing to the activity --&gt;
| howtoinstall = &lt;!-- Installation instructions --&gt;
| howtoplay = &lt;!-- People contributing to the activity --&gt;
| howtoplay = &lt;!-- Play instructions --&gt;
| howtodevelop = &lt;!-- People contributing to the activity --&gt;
| howtodevelop = &lt;!-- Development instructions --&gt;
| tested = &lt;!-- Has it been tested? (Yes/No) --&gt;
| tested = &lt;!-- Has it been tested? (Yes/No) --&gt;
| testing = &lt;!-- Description of testing performed --&gt;
| testing = &lt;!-- Description of testing performed --&gt;
| reviews = &lt;!-- Reviews and comments on the game --&gt;
| reviews = &lt;!-- Reviews and comments on the game --&gt;
| bugs = &lt;!-- People contributing to the activity --&gt;
| bugs = &lt;!-- Bugs that have been found --&gt;
| featurerequests = &lt;!-- People contributing to the activity --&gt;
| featurerequests = &lt;!-- Things you'd like to see --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>

Latest revision as of 20:43, 16 February 2010

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 -->
}}