Template talk:Task/Archive: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
m (trying to simplify...)
Line 3: Line 3:
|-
|-
| colspan="2" style="font-size:larger; text-align:center; background:#3b9fca; color:white" | '''Task: {{{name|<tt>{{PAGENAME}}</tt>}}}'''
| colspan="2" style="font-size:larger; text-align:center; background:#3b9fca; color:white" | '''Task: {{{name|<tt>{{PAGENAME}}</tt>}}}'''
|-
| style="text-align:right;" | '''Duration:'''
| style="text-align:left;" | {{{duration|}}}&nbsp;{{{unit}}}
|-
|-
| style="text-align:right;" | '''Category:'''
| style="text-align:right;" | '''Category:'''
| style="text-align:left;" | {{{category}}}
| style="text-align:left;" | {{{category}}}
|-
| style="text-align:right;" | '''Duration:'''
| style="text-align:left;" | {{{duration}}}
|-
|-
| style="text-align:right;" | '''Status:'''
| style="text-align:right;" | '''Status:'''
| style="text-align:left;" | {{{status|<tt>''unknown''</tt>}}}
| style="text-align:left;" | {{{status|<tt>''unknown''</tt>}}}
|-
|-
| style="text-align:right;" | '''Collaborators:'''
| style="text-align:right;" | '''Contributors:'''
| style="text-align:left;" | {{{collaborators|<tt>''nobody''</tt>}}}
| style="text-align:left;" | {{{contributors|<tt>''nobody''</tt>}}}
|}
|}
[[Category:{{{category}}} Tasks]]
[[Category:{{{category}}} Tasks]]
[[Category:{{{duration}}}]]
[[Category:Tasks]]
[[Category:Tasks]]
[[Category:{{{unit}}}]]
</includeonly><noinclude>
</includeonly><noinclude>

Purpose of this template is to organize [[:Category:Tasks]] in a homogeneous way, according to the guidelines mentioned in [[Participate]].
The 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:
Pages tagged with this will be included in the following categories:
Line 27: Line 28:
* According to its ''category'' parameter:
* According to its ''category'' parameter:
** [[:Category:Programming Tasks]], [[:Category:Education Tasks]], [[:Category:Organizing Tasks]], [[:Category:Translation Tasks]], or [[:Category:Other Tasks]]
** [[:Category:Programming Tasks]], [[:Category:Education Tasks]], [[:Category:Organizing Tasks]], [[:Category:Translation Tasks]], or [[:Category:Other Tasks]]
* According to its ''unit'' parameter:
* According to its ''duration'' parameter:
** [[:Category:minutes]], [[:Category:hours]], [[:Category:days]], [[:Category:weeks]], [[:Category:months]], or [[:Category:years]]
** [[:Category:Minutes]], [[:Category:Hours]], [[:Category:Days]], [[:Category:Weeks]], [[:Category:Months]], or [[:Category:Years]]


== Usage ==
== Usage ==
Line 34: Line 35:
<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;!-- OPTIONAL -- a number denoting the estimated time required --&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;
| duration = &lt;!-- { minutes | hours | days | weeks | months | years } --&gt;
| status = &lt;!-- { <tt>''unknown''</tt> (DEFAULT) | not yet started | in progress | complete | ongoing } --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>


Line 43: Line 43:


<br clear="all">
<br clear="all">
{{ Task | unit = hours | category = Programming }}
{{ Task | duration = hours | category = Programming }}
<nowiki>{{ Task | unit = hours | category = Programming }}</nowiki>
<nowiki>{{ Task | duration = hours | category = Programming }}</nowiki>
<br clear="all">
<br clear="all">
{{ Task | duration = 8 | unit = hours | category = Programming }}
{{ Task | duration = hours | category = Programming }}
<nowiki>{{ Task | duration = 8 | unit = hours | category = Programming }}</nowiki>
<nowiki>{{ Task | duration = hours | category = Programming }}</nowiki>
<br clear="all">
<br clear="all">
{{ Task | name = Testing | duration = 5 | unit = days | category = Organizing }}
{{ Task | name = Testing | duration = days | category = Organizing }}
<nowiki>{{ Task
<nowiki>{{ Task
| name = Testing
| name = Testing
| duration = 8
| duration = hours
| unit = hours
| category = Organizing }}</nowiki>
| category = Programming }}</nowiki>
<br clear="all">
<br clear="all">
{{ Task | name = Templates | duration = 1 | unit = year | category = Translation | status = ongoing | collaborators = [[User:Xavi|Xavi]] }}
{{ Task | name = Templates | duration = years | category = Translation | status = ongoing | contributors = [[User:Xavi|Xavi]] }}
<nowiki>{{ Task
<nowiki>{{ Task
| name = Templates
| name = Templates
| duration = 1
| duration = years
| unit = year
| category = Translation
| category = Translation
| status = ongoing
| status = ongoing
| collaborators = [[User:Xavi|Xavi]]
| contributors = [[User:Xavi|Xavi]]
}}</nowiki>
}}</nowiki>
</noinclude>
</noinclude>

Revision as of 19:07, 11 June 2007


The 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 -->
   | category =    <!-- { Programming | Education | Organizing | Translation | Other } -->
   | duration =    <!-- { minutes | hours | days | weeks | months | years } -->
   | status   =    <!-- { unknown (DEFAULT) | not yet started | in progress | complete | ongoing } -->
}}

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 = 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 | duration = 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 = hours
    | category = Organizing }}


Associated project ,|x|Related project::x}}
Short Description Short description::
Long Description Description::
Status Done::ongoing
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 = Templates
    | duration = years
    | category = Translation
    | status = ongoing
    | contributors = [[User:Xavi|Xavi]]
    }}