Template:Status box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Khaled hosny (talk | contribs) mNo edit summary |
||
(37 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| cellpadding="2" cellspacing="0" style="float:right; border:1px solid |
{| 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; |
| 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 = <!-- Name of the activity --> |
|||
| icon = <!-- ''file name.ext'' (sans <tt><nowiki>[[Image:</nowiki>''file name.ext''<nowiki>]]</nowiki></tt> --> |
|||
| 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 --> |
|||
<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 --> }}