Template:Game: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
| activity = {{{activity}}}
| activity = {{{activity}}}
| icon = {{{icon}}}
| icon = {{{icon}}}
| status = <!-- Status of the activity -->
| status = {{{status}}}
| version = <!-- Current/latest version available -->
| version = {{{version}}}
| base = <!-- ? -->
| tested = {{{tested}}}
| source = <!-- Repository / location of the source -->
| source = {{{source}}}
| contributors = <!-- People contributing to the activity -->
| contributors = {{{contributors}}}
}}
}}


Line 22: Line 22:
| 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 --&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;
| base = &lt;!-- ? --&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 -->
}}