Template:Activity bundle: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (oops, categorize inside the noinclude) |
||
(5 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 7: | Line 10: | ||
|releases= |
|releases= |
||
|activity version= |
|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 |
| 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: |
||
| [[Activity version::{{{activity version|}}}]] |
| [[Activity version::{{{activity version|}}}]] |
||
|- |
|- |
||
| The releases with which this version of the activity has been tested. |
| 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.