Template:Status box: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| cellpadding="2" cellspacing="0" style="float:right; border:1px solid; border-color:Gray; text-size: small;background:#f9f9f9; width:20em; margin:2px;"
{| cellpadding="2" cellspacing="0" style="float:right; border:1px solid #aaa; text-size: small; background:#f9f9f9; width:15em; margin:5px 0px 5px 5px;"
|-
| colspan="2" style="font-size:larger; text-align:center; color:LimeGreen;" |'''{{{activity}}}'''
| colspan="2" style="font-size:larger; text-align:center; background:#6bbe45; color:white" | '''{{{activity}}}'''
----
|-
| colspan="2" style="valign:middle; padding:5px"| [[Image:{{{icon}}}|center]]
|-
|-
| style="text-align:right;" | '''Status:'''
| style="text-align:right;" | '''Status:'''
Line 8: Line 10:
| style="text-align:right;" | '''Version:'''
| style="text-align:right;" | '''Version:'''
| style="text-align:left;" | {{{version}}}
| style="text-align:left;" | {{{version}}}
|-
| style="text-align:right;" | '''Base:'''
| style="text-align:left;" | {{{base}}}
|-
|-
| 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 16: Line 24:
| colspan="2" style="text-align:center" | {{{contributors}}}
| colspan="2" style="text-align:center" | {{{contributors}}}
|}
|}
<includeonly>[[Category:Activities]]</includeonly><noinclude>
This template automatically includes the page in the [[:Category:Activities]].

== Usage ==

<nowiki>{{</nowiki>Status box
| activity = &lt;!-- Name of the activity --&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;!-- 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;
| l10n = &lt;!-- Repository / location of the l10n resources --&gt;
| contributors = &lt;!-- People contributing to the activity --&gt;
<nowiki>}}</nowiki>

[[Category:Template]]
</noinclude>

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 -->
 }}