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
Line 24: Line 24:
|-
|-
| Projects
| Projects
| {{#arraymap:{{{projects}}}|,|x|{{#set: In project=x}}|}}
| {{#arraymap:{{{projects}}}|,|x|{{#set: Project=x}}|}} {{#arraymap:{{{projects|}}}|,|x|[[x]]|<br>}}
|-
|-
| 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
Line 39: Line 36:
|-
|-
| Work to be done
| Work to be done
| [[Finished::{{{finished|}}}]]
| [[Finished by::{{{finish|}}}]]
|-
|-
| Work to be done
| Work to be done
| [[Hours::{{{hours|}}}]]
| [[Estimated hours::{{{hours|}}}]]
|-
|-
|}
|}
[[Category:Task]]|}}</includeonly>
[[Category:Task]]|}}</includeonly>

Revision as of 21:53, September 17, 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
| hours            = estimated hours for experienced person
}}

Edit the page to see the template text.