Template:Game: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
== Usage ==
== Usage ==
<nowiki>{{</nowiki>Game
<nowiki>{{</nowiki>Game
| activity = &lt;!-- Title of the game activity --&gt;
| activity = &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;
| version = &lt;!-- Current/latest version available --&gt;
| version = &lt;!-- Current/latest version available --&gt;
| tested = &lt;!-- Tested by kids (yes/no) --&gt;
| tested = &lt;!-- Tested by kids (yes/no) --&gt;
| 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;

Revision as of 02:07, 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: {{{base}}}
Source: {{{source}}}
l10n: missing
Contributors
{{{contributors}}}

{{{gametitle}}}

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 -->
 | tested       = <!-- Tested by kids (yes/no) -->
 | source       = <!-- Repository / location of the source -->
 | contributors = <!-- People contributing to the activity -->
}}