Template:Activity page: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Related projects show up if empty)
(prettier)
Line 21: Line 21:
</noinclude>
</noinclude>
{| border="0" cellpadding="4" cellspacing="4"
{| border="0" cellpadding="4" cellspacing="4"
| Icon:
! The wiki link to the icon for the activity. Ex. [[Image:web.png|40px]]
| [[Icon::{{{icon|}}}]]
| [[Icon::{{{icon|}}}]]
|-
|-
| Short description:
! A description of what the activity does or should do in 1 or 2 sentences. Ex. A web browser
| [[Short Description::{{{short description|}}}]]
| [[Short Description::{{{short description|}}}]]
|-
|-
| Description:
! A longer description of the activity. Ex. Browse is a web browser that uses the same rendering engine as Fireefox. It
| [[Description::{{{long description|}}}]]
| [[Description::{{{long description|}}}]]
|-
|-
| Maintainers:
! This is any number of people involved in the project to whom questions can be addressed. Ex. [[user:mpg|Marco]], [[user:Erikos|Erikos]]
| {{#arraymap:{{{contact person|}}}|,|x|[[Contact person::x]]}}
| {{#arraymap:{{{contact person|}}}|,|x|[[Contact person::x]]}}
|-
|-
| Repository URL:
! Location of the git repository at dev.laptop.org. Ex. [http://dev.laptop.org/git?p=web-activity].
| [[Source code::{{{activity source|}}}]]
| [[Source code::{{{activity source|}}}]]
|-
|-
| Wikilink to bundle file:
! Location on the wiki of the most recent uploaded .xo bundle file. Ex. [[:Image:Browse.xo|Browse.xo]]
| [[Activity bundle::{{{bundle|}}}]]
| [[Activity bundle::{{{bundle|}}}]]
|-
|-
| Last tested version:
! The version number of the last tested version of the activity. This should be the version of the .xo file linked to in bundle. It should also be an integer which increments by one with new releases. Ex. 75
| [[Activity version::{{{activity version|}}}]]
| [[Activity version::{{{activity version|}}}]]
|-
|-
! Approximate status of development.
| Development status:
| [[Devel status::{{{devel status|}}}]]
| [[Devel status::{{{devel status|}}}]]
|-
|-
| Available languages:
! All the languages in which this activity is currently translated
| {{#arraymap:{{{language|}}}|,|x|[[Language::x]]}}
| {{#arraymap:{{{language|}}}|,|x|[[Language::x]]}}
|-
|-
| Pootle URL:
! A link to the pootle translation instance of the activity. Ex. [https://dev.laptop.org/translate/projects/xo_core/]
| [[I18n::{{{i18n|}}}]]
| [[I18n::{{{i18n|}}}]]
|-
|-
! Links to related projects.
| Related projects:
| {{#arraymap:{{{related project|}}}|Related projects,|x|[[Related projects::x]]}}
| {{#arraymap:{{{related project|}}}|Related projects,|x|[[Related projects::x]]}}
|-
|-
| Contributors:
! List any users or groups who are involved in the project.
| {{#arraymap:{{{team|}}}|,|x|[[Team member::x]]}}
| {{#arraymap:{{{team|}}}|,|x|[[Team member::x]]}}
|}
|}

Revision as of 14:56, 4 August 2008

This is the 'Activity Page' template. It should be called in the following format:

{{Activity Page
|icon=
|short description=
|long description=
|contact person=
|activity source=
|bundle=
|activity version=
|devel status=
|language=
|i18n=
|related project=
|team=
}}

Edit the page to see the template text.

Icon: Icon::
Short description: Short Description::
Description: Description::
Maintainers: ,|x|Contact person::x}}
Repository URL: Source code::
Wikilink to bundle file: Activity bundle::
Last tested version: Activity version::
Development status: Devel status::
Available languages: ,|x|Language::x}}
Pootle URL: I18n::
Related projects: Related projects,|x|Related projects::x}}
Contributors: ,|x|Team member::x}}