Template talk:Task/Archive: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (tweaking)
m (tweaking)
Line 2: Line 2:
{| cellpadding="2" cellspacing="0" style="float:right; border:1px solid #aaa; font-size:small; background:#f9f9f9; width:15em; margin:5px 0px 5px 5px;"
{| cellpadding="2" cellspacing="0" style="float:right; border:1px solid #aaa; font-size:small; background:#f9f9f9; width:15em; margin:5px 0px 5px 5px;"
|-
|-
| colspan="2" style="font-size:larger; text-align:center; background:#3b9fca; color:white" | '''Task: {{{name|<tt>un-named</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:right;" | '''Duration:'''
Line 12: Line 12:
| 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:left;" | {{{collaborators|<tt>''nobody''</tt>}}}
|}
|}
[[Category:{{{category}}} Tasks]]
[[Category:{{{category}}} Tasks]]
[[Category:{{{unit}}}]]
[[Category:{{{unit}}}]]
</includeonly><noinclude>
</includeonly><noinclude>
<center><big>{{PAGENAME}}</big></center>

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


Line 35: Line 38:
| 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;
| status = &lt;!-- { <tt>''unknown''</tt> (DEFAULT) | started | working | finished } --&gt;
| collaborators = &lt;!-- list of <tt><nowiki>[[</nowiki>User:''username''<nowiki>]]</nowiki></tt> --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>


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

Revision as of 18:02, 1 June 2007

Task/Archive

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 } -->
   | collaborators   =    <!-- list of [[User:username]] -->
}}

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 }}


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 = 1
    | unit = year
    | category = Translation
    | status = ongoing
    | collaborators = [[User:Xavi|Xavi]]
    }}