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 = Blah <!-- Status of the activity -->
| status = <!-- Status of the activity -->
| version = version<!-- Current/latest version available -->
| version = <!-- Current/latest version available -->
| base = wha<!-- ? -->
| base = <!-- ? -->
| source = sourc<!-- Repository / location of the source -->
| source = <!-- Repository / location of the source -->
| contributors = ppl! <!-- People contributing to the activity -->
| contributors = <!-- People contributing to the activity -->
}}
}}


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;
| version = &lt;!-- Current/latest version available --&gt;
| base = &lt;!-- ? --&gt;
| source = &lt;!-- Repository / location of the source --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>

Revision as of 02:04, 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:
Version:
Base:
Source:
l10n: missing
Contributors

{{{gametitle}}}

Usage

{{Game
 | activity      = <!-- Title of the game activity -->
 | icon         = <!-- file name.ext (sans [[Image:file name.ext]] -->
 | status       = <!-- Status of the activity -->
 | version      = <!-- Current/latest version available -->
 | base         = <!-- ? -->
 | source       = <!-- Repository / location of the source -->
 | contributors = <!-- People contributing to the activity -->
}}