Task: Difference between revisions
From dotnet
(Created page with "<noinclude> This is the "Task" template. It should be called in the following format: <pre> {{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 | hours = estimated hours for experienced person }} </pre> Edit the page to see the template text. </noinclude> <includeon...") |
No edit summary |
||
| (15 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: | |||
|- | |- | ||
| | | style="width:200px" | Project | ||
| {{ | | [[{{{project}}}]] {{#set: Project={{{project}}} }} | ||
|- | |- | ||
| Skills | | Skills | ||
| {{#arraymap:{{{skills|}}}|,|x|{{#set: | | {{#arraymap:{{{skills|}}}|,|x|{{#set: Skill=x}}| <br> }} {{#arraymap:{{{skills|}}}|,|x|[[x]]|<br>}} | ||
|- | |- | ||
| Work to be done | | Work to be done | ||
| [[Work::{{{work|}}}]] | | [[Work::{{{work|}}}]] | ||
|- | |- | ||
| | | Deliverables | ||
| [[ | | {{#arraymap:{{{deliverables|}}}|,|x|{{#set: Deliverables=x}}| <br> }} {{#arraymap:{{{deliverables|}}}|,|x|x|<br>}} | ||
|- | |||
| Completion | |||
| [[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.