Template:Activity bundle: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: <noinclude> This is the 'Activity bundle' template. It should be called in the following format: <pre> {{Activity bundle |bundle URL= |releases= }} </pre> Edit the page to see the template...)
 
m (oops, categorize inside the noinclude)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the 'Activity bundle' template.
This is the 'Activity bundle' template.

It displays its parameters in a simple table and turns them into semantic annotations. You can add this information to pages with Form:Activity; look for an 'edit with form' tab on activity pages.

It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
Line 6: Line 9:
|bundle URL=
|bundle URL=
|releases=
|releases=
|activity version=
|devel status=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.

[[Category:Semantic infrastructure]]
</noinclude><includeonly>
</noinclude><includeonly>
{|
{| border="0" cellpadding="4" cellspacing="4"
! URL from which to download the latest .xo bundle
| URL from which to download the last .xo bundle that works with old releases
| [[Activity bundle::{{{bundle URL|}}}]]
| [[Activity bundle::{{{bundle URL|}}}]]
|-
|-
| Activity version number:
! The releases with which this version of the activity has been tested.
| [[Activity version::{{{activity version|}}}]]
|-
| The releases with which this version of the activity has been tested.
| {{#arraymap:{{{releases|}}}|,|x|[[Software release::x]]}}
| {{#arraymap:{{{releases|}}}|,|x|[[Software release::x]]}}
|-
| Development status:
| {{ #if: {{{devel status|}}} | [[Devel status::{{{devel status}}}]] | }}
|}
|}
</includeonly>
</includeonly>

Latest revision as of 04:17, 4 October 2008

This is the 'Activity bundle' template.

It displays its parameters in a simple table and turns them into semantic annotations. You can add this information to pages with Form:Activity; look for an 'edit with form' tab on activity pages.

It should be called in the following format:

{{Activity bundle
|bundle URL=
|releases=
|activity version=
|devel status=
}}

Edit the page to see the template text.