Template:Status box: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (some documentation)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 16: Line 16:
| style="text-align:right;" | '''Source:'''
| style="text-align:right;" | '''Source:'''
| style="text-align:left;" | {{{source}}}
| style="text-align:left;" | {{{source}}}
|-
| style="text-align:right;" | '''[[Localization|l10n]]:'''
| style="text-align:left;" | {{{l10n|''missing''}}}
|-
|-
| colspan="2" style="text-align:center;" | '''Contributors'''
| colspan="2" style="text-align:center;" | '''Contributors'''
Line 21: Line 24:
| colspan="2" style="text-align:center" | {{{contributors}}}
| colspan="2" style="text-align:center" | {{{contributors}}}
|}
|}
<includeonly>[[Category:Activity]]</includeonly><noinclude>
<includeonly>[[Category:Activities]]</includeonly><noinclude>
This template automatically includes the page in the [[:Category:Activity]].
This template automatically includes the page in the [[:Category:Activities]].


== Usage ==
== Usage ==
Line 31: Line 34:
| status = &lt;!-- Status of the activity --&gt;
| status = &lt;!-- Status of the activity --&gt;
| version = &lt;!-- Current/latest version available --&gt;
| version = &lt;!-- Current/latest version available --&gt;
| base = &lt;!-- ? --&gt;
| base = &lt;!-- Yes/No if it's included in the [[OS images]]
/ Could be the first ''build'' number --&gt;
| source = &lt;!-- Repository / location of the source --&gt;
| source = &lt;!-- Repository / location of the source --&gt;
| l10n = &lt;!-- Repository / location of the l10n resources --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>

Latest revision as of 21:38, 17 July 2007

{{{activity}}}
[[Image:{{{icon}}}|center]]
Status: {{{status}}}
Version: {{{version}}}
Base: {{{base}}}
Source: {{{source}}}
l10n: missing
Contributors
{{{contributors}}}

This template automatically includes the page in the Category:Activities.

Usage

{{Status box
 | activity     = <!-- Name of the activity -->
 | icon         = <!-- file name.ext (sans [[Image:file name.ext]] -->
 | status       = <!-- Status of the activity -->
 | version      = <!-- Current/latest version available -->
 | base         = <!-- Yes/No if it's included in the OS images
                       / Could be the first build number -->
 | source       = <!-- Repository / location of the source -->
 | l10n         = <!-- Repository / location of the l10n resources -->
 | contributors = <!-- People contributing to the activity -->
 }}