Template:Activity: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(+ tags)
Line 5: Line 5:
|width= "5%" align="center"| {{{icon}}}
|width= "5%" align="center"| {{{icon}}}
|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}}}
|width="30%"| '''Download:''' {{{activity_bundle}}} (v.{{{activity_version}}})<br/>'''Source:''' {{{activity_source}}}<br/>'''Build:''' {{{build}}}
|width="30%"| '''Build:''' {{{build}}}<br/>'''Mime type:''' {{{mime_types}}}<br/>'''Internationalization:''' {{{i18n}}}
|width="30%"| '''Mime types:''' {{{mime_types}}}<br/>'''Internationalization:''' {{{i18n}}}<br/>'''Tags:''' {{{tags}}}
|}
|}
<noinclude>
<noinclude>
Line 22: Line 22:
|mime_types = .ogg .html
|mime_types = .ogg .html
|i18n = [https://dev.laptop.org/translate/projects/xo_core/ xo_core]
|i18n = [https://dev.laptop.org/translate/projects/xo_core/ xo_core]
|comments = based on Mozilla Firefox
|comments = Based on Mozilla Firefox
|tags = Tags for searches (separated by ',')
}}</nowiki>
}}</nowiki>


Line 37: Line 38:
|i18n = [https://dev.laptop.org/translate/projects/xo_core/ xo_core]
|i18n = [https://dev.laptop.org/translate/projects/xo_core/ xo_core]
|comments = based on Mozilla Firefox
|comments = based on Mozilla Firefox
|tags = internet, surfing
}}
}}



Revision as of 15:09, 2 January 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}}}


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 ',')
 }}


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