Template:OBX activity: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (tweak)
m (→‎Usage: more obsolete-ness explanation)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{OBX boilerplate html | icon={{{1}}} | text = This [[:Category:Activity|activity]] is a [[:Category:{{{2}}}]]{{#if:{{{3|}}}|<br>{{{3}}}}}}}<includeonly>[[Category:Activity|{{PAGENAME}}]] [[Category:{{{2}}}|{{PAGENAME}}]]</includeonly><noinclude>{{-}}
{{OBX boilerplate html | icon={{{1|[[Image:Xo s.png|21px]]}}} | text = {{#ifeq: {{{2|extra}}}|extra|<!-- all activities are "extra" since 2008--> |This [[:Category:Activities|activity]] was [[:Category:{{{2}}}|{{{2}}}]]}}{{#if:{{{3|}}}|<hr>{{{3}}}}}}}<includeonly>{{#if:{{{1|}}}||[[Category:Missing activity icon|{{PAGENAME}}]]}}[[Category:Activities|{{PAGENAME}}]] {{#ifeq: {{{2|extra}}}|extra|<!-- all activities are "extra" since 2008--> | [[Category:{{{2}}}|{{PAGENAME}}]]}}</includeonly><noinclude>{{-}}


== Usage ==
== Usage ==
<nowiki>{{</nowiki>{{PAGENAME}} |icon| |''optional text'' <nowiki>}}</nowiki>


Used to declare the type of activity being documented. Has three (unnamed) parameters:
Used to declare the type of activity being documented. Has three (unnamed) parameters:
* the activity's icon (a wiki link)
# the activity's icon (a wiki link)
* the sub-category of [[:Category:Activity]] in which it should be categorized
# ''obsolete'' the activity's sub-category of [[:Category:Activities]] Just leave it blank. This used to be for the '''''obsolete''''' notion of:
#* <tt>core</tt> &mdash; for activities such as [[Journal]] and [[Write]] that were [[:Category:core|core]] functionality in [[Ship.2]] builds,
* OPTIONAL &mdash; some text you may want after.
#* <tt>bundled</tt> &mdash; for activities that were [[:Category:bundled|bundled]] in [[Ship.2]] builds, and
#* <tt>extra</tt> &mdash; other activities that users can add themselves. Since 2008 every activity besides Journal is "extra".
# OPTIONAL &mdash; some additional text you may want to display, after a horizontal ruler line.


Set the second parameter to "extra" or blank and nothing will show; "core" or "bundled" display as "Activity ''was'' core/bundled"
<nowiki>{{</nowiki>{{PAGENAME}} |icon|sub-category <nowiki>}}</nowiki>


== Categories ==
== Categories ==


* [[:Category:Activity]]
* [[:Category:Activities]]
* The specific '''sub'''-category of [[:Category:Activity]]
* The specific '''sub'''-category of [[:Category:Activities]]
* If no icon is provided, [[:Category:Missing activity icon]]


== Sample ==
== Sample ==


{{{{PAGENAME}} |[[Image:Kuku.png]]|Game }}
{{{{PAGENAME}} |[[Image:Kuku.png]]|extra}}
{{-}}
{{-}}
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>|[[Image:Kuku.png]]|Game }}</nowiki>
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>|[[Image:Kuku.png]]|extra}}</nowiki>


{{{{PAGENAME}} |[[Image:Kuku.png|21px]]|Game }}
{{{{PAGENAME}} |[[Image:Kuku.png|21px]]|extra}}
{{-}}
{{-}}
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>|[[Image:Kuku.png|21px]]|Game }}</nowiki>
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>|[[Image:Kuku.png|21px]]|extra}}</nowiki>


{{{{PAGENAME}} |[[Image:Kuku.png]]|Game|short for 'Kuku Anakula' that means "Hungry Chicken"}}
{{{{PAGENAME}} |[[Image:Kuku.png|42px]]|extra|short for ''Kuku Anakula'' &ndash; "Hungry Chicken"}}
{{-}}
{{-}}
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>|[[Image:Kuku.png]]|Game|short for 'Kuku Anakula' that means "Hungry Chicken"}}</nowiki>
<nowiki>{{</nowiki>{{PAGENAME}} <nowiki>|[[Image:Kuku.png|42px]]|extra|short for 'Kuku Anakula' &ndash; "Hungry Chicken"}}</nowiki>


== See also ==
* [[Form:Activity]] is a form that updates semantic info in activity pages, storing it in [[Template:Activity page]]. Its information and approach needs to be merged with the OBX activity templates. See e.g. [[Browse]], note the "edit with form" tab, and scroll down to the bottom to see the template output and factbox.



[[Category:OBX templates|Activity]]
[[Category:OBX templates|Activities]]
[[Category:Templates using ParserFunctions]]
[[Category:Templates using ParserFunctions]]
</noinclude>
</noinclude>

Latest revision as of 00:45, 16 March 2009

Xo s.png


Usage

{{OBX activity |icon| |optional text }}

Used to declare the type of activity being documented. Has three (unnamed) parameters:

  1. the activity's icon (a wiki link)
  2. obsolete the activity's sub-category of Category:Activities Just leave it blank. This used to be for the obsolete notion of:
    • core — for activities such as Journal and Write that were core functionality in Ship.2 builds,
    • bundled — for activities that were bundled in Ship.2 builds, and
    • extra — other activities that users can add themselves. Since 2008 every activity besides Journal is "extra".
  3. OPTIONAL — some additional text you may want to display, after a horizontal ruler line.

Set the second parameter to "extra" or blank and nothing will show; "core" or "bundled" display as "Activity was core/bundled"

Categories

Sample

Kuku.png


{{OBX activity |[[Image:Kuku.png]]|extra}}
Kuku.png


{{OBX activity |[[Image:Kuku.png|21px]]|extra}}
Kuku.png
short for Kuku Anakula – "Hungry Chicken"


{{OBX activity |[[Image:Kuku.png|42px]]|extra|short for 'Kuku Anakula' – "Hungry Chicken"}}

See also

  • Form:Activity is a form that updates semantic info in activity pages, storing it in Template:Activity page. Its information and approach needs to be merged with the OBX activity templates. See e.g. Browse, note the "edit with form" tab, and scroll down to the bottom to see the template output and factbox.