Task: Difference between revisions
From dotnet
No edit summary |
No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Task | {{Task | ||
| | | project = the project this work is for | ||
| skills = skills required | | skills = skills required | ||
| work = description of the work to be done | | work = description of the work to be done | ||
| deliverables = deliverables required at completion | | deliverables = deliverables required at completion | ||
| finish = finish no later than date | | finish = finish no later than date | ||
| | | funds = the funds that are available for the task | ||
| active = This task is still open | |||
| interested = people who are interested in this work | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 15: | Line 17: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
This {{#formlink:form=Task|link text=link|linktype=button|wpRunQuery=true|target={{PAGENAME}} }} will let you edit and express your interest in the task. | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{#default_form:Project}} | {{#default_form:Project}} | ||
{| class="wikitable" style="float:left;width:1100px" | {| class="wikitable" style="float:left;width:1100px" | ||
! colspan="2" style="background:lightgrey;font-size:20pt" | {{PAGENAME}} | ! colspan="2" style="background:lightgrey;font-size:20pt" | {{PAGENAME}} | ||
|- | |- | ||
| style="width:200px" | | | style="width:200px" | Project | ||
| | | [[{{{project}}}]] {{#set: Project={{{project}}} }} | ||
|- | |- | ||
| Skills | | Skills | ||
| Line 30: | Line 32: | ||
| [[Work::{{{work|}}}]] | | [[Work::{{{work|}}}]] | ||
|- | |- | ||
| | | Deliverables | ||
| | | {{#arraymap:{{{deliverables|}}}|,|x|{{#set: Deliverables=x}}| <br> }} {{#arraymap:{{{deliverables|}}}|,|x|x|<br>}} | ||
|- | |- | ||
| | | Completion | ||
| [[Finished by::{{{finish|}}}]] | | [[Finished by::{{{finish|}}}]] | ||
|- | |- | ||
| | | Funds Available | ||
| [[ | | [[Funds available::{{{funds|}}}]] | ||
|- | |||
| Open | |||
| [[Active::{{{active|}}}]] | |||
|- | |||
| Interested | |||
| {{#arraymap:{{{interested|}}}|,|x|{{#set: Interested=x}}| <br> }} {{#arraymap:{{{interested|}}}|,|x|x|<br>}} | |||
|- | |- | ||
|} | |} | ||
[[Category:Task]] | [[Category:Task]]</includeonly> | ||
Latest revision as of 15:34, October 5, 2023
This is the "Task" template. It should be called in the following format:
{{Task
| project = the 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
| active = This task is still open
| interested = people who are interested in this work
}}
Edit the page to see the template text.