Template:Task: Difference between revisions
Jump to navigation
Jump to search
(Template:Task moved to Template talk:Task/Archive: about to be clobbered) |
(..) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> |
|||
#REDIRECT [[Template talk:Task/Archive]] |
|||
This is the 'Task' template. |
|||
It should be called in the following format: |
|||
<pre> |
|||
{{Task |
|||
|associated project= |
|||
|short description= |
|||
|long description= |
|||
|status= |
|||
|created= |
|||
|skills= |
|||
|things needed= |
|||
|date finished= |
|||
|topic= |
|||
|contributor= |
|||
|priority= |
|||
}} |
|||
</pre> |
|||
Edit the page to see the template text. |
|||
</noinclude><includeonly> |
|||
{| border="0" cellpadding="4" cellspacing="4" |
|||
! Associated project |
|||
| {{#arraymap:{{{associated project|}}}|,|x|[[Related project::x]]}} |
|||
|- |
|||
! Short Description |
|||
| [[Short description::{{{short description|}}}]] |
|||
|- |
|||
! Long Description |
|||
| [[Description::{{{long description|}}}]] |
|||
|- |
|||
! Status |
|||
| [[Done::{{{status|}}}]] |
|||
|- |
|||
! Created |
|||
| [[Created::{{{created|}}}]] |
|||
|- |
|||
! Skills needed to accomplish task |
|||
| {{#arraymap:{{{skills|}}}|,|x|[[Skills needed::x]]}} |
|||
|- |
|||
! Hardware and software needed to complete the task |
|||
| {{#arraymap:{{{things needed|}}}|,|x|[[Things needed::x]]}} |
|||
|- |
|||
! Date the task is finished |
|||
| [[Date finished::{{{date finised|}}}]] |
|||
|- |
|||
! Topic the task is related to |
|||
| {{#arraymap:{{{topic|}}}|,|x|[[Topic::x]]}} |
|||
|- |
|||
! Person or persons working on the task |
|||
| {{#arraymap:{{{contributor|}}}|,|x|[[Contributor::x]]}} |
|||
|- |
|||
! Priority |
|||
| [[Has priority::{{{priority|}}}]] |
|||
|} |
|||
[[Category:Tasks]] |
|||
</includeonly> |
Latest revision as of 22:19, 18 December 2009
This is the 'Task' template. It should be called in the following format:
{{Task |associated project= |short description= |long description= |status= |created= |skills= |things needed= |date finished= |topic= |contributor= |priority= }}
Edit the page to see the template text.