Task: Difference between revisions
From dotnet
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
| finish = finish no later than date | | finish = finish no later than date | ||
| funds = the funds that are available for the task | | funds = the funds that are available for the task | ||
| interested = people who are interested in this work | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 38: | Line 39: | ||
| Funds Available | | Funds Available | ||
| [[Funds available::{{{funds|}}}]] | | [[Funds available::{{{funds|}}}]] | ||
|- | |||
| Interested | |||
| {{#arraymap:{{{interested|}}}|,|x|{{#set: Interested=x}}| <br> }} {{#arraymap:{{{interested|}}}|,|x|x|<br>}} | |||
|- | |- | ||
|} | |} | ||
[[Category:Task]]</includeonly> | [[Category:Task]]</includeonly> | ||
Revision as of 04:29, September 19, 2023
This is the "Task" template. It should be called in the following format:
{{Task
| projects = project this work is for
| skills = skills required
| work = description of the work to be done
| deliverables = deliverables required at completion
| finish = finish no later than date
| funds = the funds that are available for the task
| interested = people who are interested in this work
}}
Edit the page to see the template text.