Template talk:Task/Archive: Difference between revisions

From OLPC
Jump to navigation Jump to search
(graduating template from Sandbox)
 
m (tweaking)
Line 9: Line 9:
| style="text-align:right;" | '''Category:'''
| style="text-align:right;" | '''Category:'''
| style="text-align:left;" | {{{category}}}
| style="text-align:left;" | {{{category}}}
|-
| style="text-align:right;" | '''Status:'''
| style="text-align:left;" | {{{status|<tt>''unknown''</tt>}}}
|}
|}
[[Category:{{{category}}}]]
[[Category:{{{category}}} Tasks]]
[[Category:{{{unit}}}]]
[[Category:{{{unit}}}]]
</includeonly><noinclude>
</includeonly><noinclude>
Line 20: Line 23:
* [[:Category:Tasks]]
* [[:Category:Tasks]]
* According to its ''category'' parameter:
* According to its ''category'' parameter:
** [[:Category:Programming Task]], [[:Category:Education Task]], [[:Category:Organizing Task]], [[:Category:Translation Task]], or [[:Category:Other Task]]
** [[:Category:Programming]]
** [[:Category:Education]]
** [[:Category:Organizing]]
** [[:Category:Translation]]
** [[:Category:Other]]
* According to its ''unit'' parameter:
* According to its ''unit'' parameter:
** [[:Category:minutes]], [[:Category:hours]], [[:Category:days]], [[:Category:weeks]], [[:Category:months]], or [[:Category:years]]
** [[:Category:minutes]]
** [[:Category:hours]]
** [[:Category:days]]
** [[:Category:weeks]]
** [[:Category:months]]
** [[:Category:years]]


== Usage ==
== Usage ==


<nowiki>{{</nowiki> Task
<nowiki>{{</nowiki> Task
| name = &lt;!-- OPTIONAL -- some name for the task at hand --&gt;
| name = &lt;!-- OPTIONAL -- some name for the task at hand --&gt;
| duration = &lt;!-- a number denoting the estimated time required --&gt;
| duration = &lt;!-- a number denoting the estimated time required --&gt;
| unit = &lt;!-- { minutes | hours | days | weeks | months | years } --&gt;
| unit = &lt;!-- { minutes | hours | days | weeks | months | years } --&gt;
| category = &lt;!-- { Programming | Education | Organizing | Translation | Other } --&gt;
| category = &lt;!-- { Programming | Education | Organizing | Translation | Other } --&gt;
| status = &lt;!-- { <tt>''unknown''</tt> (DEFAULT) | started | working | finished } --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>



Revision as of 17:31, 1 June 2007


Purpose of this template is to organize Category:Tasks in a homogeneous way, according to the guidelines mentioned in Participate.

Pages tagged with this will be included in the following categories:

Usage

{{ Task
   | name     =    <!-- OPTIONAL -- some name for the task at hand -->
   | duration =    <!-- a number denoting the estimated time required -->
   | unit     =    <!-- { minutes | hours | days | weeks | months | years } -->
   | category =    <!-- { Programming | Education | Organizing | Translation | Other } -->
   | status   =    <!-- { unknown (DEFAULT) | started | working | finished } -->
}}

Samples


Associated project ,|x|Related project::x}}
Short Description Short description::
Long Description Description::
Status Done::
Created Created::
Skills needed to accomplish task ,|x|Skills needed::x}}
Hardware and software needed to complete the task ,|x|Things needed::x}}
Date the task is finished Date finished::
Topic the task is related to ,|x|Topic::x}}
Person or persons working on the task ,|x|Contributor::x}}
Priority Has priority::
{{ Task | duration = 8 | unit = hours | category = Programming }}


Associated project ,|x|Related project::x}}
Short Description Short description::
Long Description Description::
Status Done::
Created Created::
Skills needed to accomplish task ,|x|Skills needed::x}}
Hardware and software needed to complete the task ,|x|Things needed::x}}
Date the task is finished Date finished::
Topic the task is related to ,|x|Topic::x}}
Person or persons working on the task ,|x|Contributor::x}}
Priority Has priority::
{{ Task | name = Testing | duration = 8 | unit = hours | category = Programming }}