Template:Game: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:


{{Status box
{{Status box
| activity = {{{activity}}}
| activity = {{{gametitle}}}
| icon = {{{icon}}}
| icon = {{{icon}}}
| status = {{{status}}}
| status = {{{status}}}
Line 27: Line 27:
== Usage ==
== Usage ==
<nowiki>{{</nowiki>Game
<nowiki>{{</nowiki>Game
| activity = &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;
| status = &lt;!-- Status of the activity (finished/under development/inactive)--&gt;

Revision as of 02:17, 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}}}

Testing ({{{tested}}})

{{{testing}}}

Reviews

{{{reviews}}}

Usage

{{Game
 | gametitle = <!-- 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 -->
}}