Template:Activity bundle: Difference between revisions

From OLPC
Jump to navigation Jump to search
(guard Devel_status:: semantic assignments with #if: to avoid "Empty strings are not accepted" warning triangles)
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 25: Line 28:
| {{ #if: {{{devel status|}}} | [[Devel status::{{{devel status}}}]] | }}
| {{ #if: {{{devel status|}}} | [[Devel status::{{{devel status}}}]] | }}
|}
|}

[[Category:Semantic infrastructure]]
</includeonly>
</includeonly>

Revision as of 04:15, 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.