Actions

Template

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
| projects        = project this work is for
| 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
| hours           = estimated hours for experienced person
| 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}}
__NOEDITSECTION__
{| class="wikitable" style="float:left;width:1100px"
{| class="wikitable" style="float:left;width:1100px;margin-left: 40px"
! colspan="2" style="background:lightgrey;font-size:20pt" | {{PAGENAME}}
! colspan="2" style="background:lightblue;font-size:10pt" | {{PAGENAME}}
|-
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" |
|-
|-
| Projects
| style="width:200px" | Project
| {{#arraymap:{{{projects}}}|,|x|{{#set: In project=x}}|}}
| [[{{{project}}}]] {{#set: Project={{{project}}} }}
|-
|-
| Skills
| Skills
| {{#arraymap:{{{skills|}}}|,|x|{{#set: Needs skill=x}}| <br> }}
| {{#arraymap:{{{skills|}}}|,|x|{{#set: Skill=x}}| <br> }} {{#arraymap:{{{skills|}}}|,|x|[[x]]|<br>}}
|-
| style="width:100px" |Sectors
| {{#arraymap:{{{sector|}}}|,|x|[[Has sector::x]]| <br> }}
|-
|-
| Work to be done
| Work to be done
| [[Work::{{{work|}}}]]
| [[Work::{{{work|}}}]]
|-
|-
| Work to be done
| Deliverables
| [[Deliverables::{{{deliverables|}}}]]
| {{#arraymap:{{{deliverables|}}}|,|x|{{#set: Deliverables=x}}| <br> }} {{#arraymap:{{{deliverables|}}}|,|x|x|<br>}}
|-
| Completion
| [[Finished by::{{{finish|}}}]]
|-
| Funds Available
| [[Funds available::{{{funds|}}}]]
|-
|-
| Work to be done
| Open
| [[Finished::{{{finished|}}}]]
| [[Active::{{{active|}}}]]
|-
|-
| Work to be done
| Interested
| [[Hours::{{{hours|}}}]]
| {{#arraymap:{{{interested|}}}|,|x|{{#set: Interested=x}}| <br> }} {{#arraymap:{{{interested|}}}|,|x|x|<br>}}
|-
|-
|}
|}
[[Category:Task]]|}}</includeonly>
[[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.