Template:Activity: Difference between revisions

From OLPC
Jump to navigation Jump to search
(+ tags)
No edit summary
Line 6: Line 6:
|width="35%"| '''{{{activity_name}}}:''' {{{activity_description}}}<br/>''{{{comments}}}''
|width="35%"| '''{{{activity_name}}}:''' {{{activity_description}}}<br/>''{{{comments}}}''
|width="30%"| '''Download:''' {{{activity_bundle}}} (v.{{{activity_version}}})<br/>'''Source:''' {{{activity_source}}}<br/>'''Build:''' {{{build}}}
|width="30%"| '''Download:''' {{{activity_bundle}}} (v.{{{activity_version}}})<br/>'''Source:''' {{{activity_source}}}<br/>'''Build:''' {{{build}}}
|width="30%"| '''Mime types:''' {{{mime_types}}}<br/>'''Internationalization:''' {{{i18n}}}<br/>'''Tags:''' {{{tags}}}
|width="30%"| '''Mime types:''' {{{mime_types}}}<br/>'''Internationalization:''' {{{i18n}}}<br/>'''Tags:''' {{{tags}}}<br/>'''Development Status:''' {{{devel_status}}}
|}
|}
<noinclude>
<noinclude>
Line 24: Line 24:
|comments = Based on Mozilla Firefox
|comments = Based on Mozilla Firefox
|tags = Tags for searches (separated by ',')
|tags = Tags for searches (separated by ',')
|devel_status = In Development/Ready for Testing/Working
}}</nowiki>
}}</nowiki>


Line 39: Line 40:
|comments = based on Mozilla Firefox
|comments = based on Mozilla Firefox
|tags = internet, surfing
|tags = internet, surfing
|devel_status = In Development/Ready for Testing/Working
}}
}}



Revision as of 14:56, 5 June 2008

Template for Activities Grid

{{{icon}}} {{{activity_name}}}: {{{activity_description}}}
{{{comments}}}
Download: {{{activity_bundle}}} (v.{{{activity_version}}})
Source: {{{activity_source}}}
Build: {{{build}}}
Mime types: {{{mime_types}}}
Internationalization: {{{i18n}}}
Tags: {{{tags}}}
Development Status: {{{devel_status}}}


Usage

{{Activity
 |icon                     =  [[Image:web.png|40px]]
 |activity_name            =  [[Browse]]
 |activity_description     =  A web browser
 |activity_bundle          =  [[:Image:Browse.xo|Browse.xo]]
 |activity_source          =  [http://dev.laptop.org/git?p=web-activity]
 |activity_version         =  75
 |build                    =  all
 |mime_types               =  .ogg .html
 |i18n                     =  [https://dev.laptop.org/translate/projects/xo_core/ xo_core]
 |comments                 =  Based on Mozilla Firefox
 |tags                     =  Tags for searches (separated by ',')
 |devel_status             =  In Development/Ready for Testing/Working
 }}


File:Web.png Browse: A web browser
based on Mozilla Firefox
Download: Browse.xo (v.75)
Source: [1]
Build: all
Mime types: .ogg .html
Internationalization: xo_core
Tags: internet, surfing
Development Status: In Development/Ready for Testing/Working