Template:Status box: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(52 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| cellpadding="2" cellspacing="0" style="float:right; border:2px solid; border-color:Gray; text-size: small;background:GhostWhite; width:23em;"
{| 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:'''
| style="text-align:left;" | [edit this]
| style="text-align:left;" | {{{status}}}
|-
|-
| style="text-align:right;" | '''Version:'''
| style="text-align:right;" | '''Version:'''
| style="text-align:left;" | [edit this]
| 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;" | [http://link/to/current/build]
| 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'''
|-
|-
| colspan="2" style="text-align:left" |
| colspan="2" style="text-align:center" | {{{contributors}}}
| Name<br>
| Name<br>
| Name<br>
|
|}
|}
<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]]
{| style="width: 23em;"
/ Could be the first ''build'' number --&gt;
|colspan="2" style="text-align: center; font-size: larger; padding-bottom: 8px; float:right; border:2px solid; border-color:black; background:green"
| source = &lt;!-- Repository / location of the source --&gt;
|'''Status'''
| l10n = &lt;!-- Repository / location of the l10n resources --&gt;
|
| contributors = &lt;!-- People contributing to the activity --&gt;

<nowiki>}}</nowiki>





{| cellpadding="3" cellspacing="0" style="float:right; margin:5px; border:1px solid; border-color:#EFCFEF; text-size: small;background:#FFF;"



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