Difference between revisions of "Template:Task"
Jump to navigation
Jump to search
| Line 19: | Line 19: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
| − | </noinclude><includeonly> | + | </noinclude> |
| + | |||
| + | <includeonly> | ||
| + | |||
| + | {{Infobox | ||
| + | | bodystyle = width: 25em; background-color: #ffffff; border: 1px solid #a63c07; | ||
| + | | title = Test | ||
| + | | abovestyle = background:#0d776e; font-size: 125%; color:#ffffff | ||
| + | | above = {{PAGENAME}} | ||
| + | | headerstyle = background:#0d776e; color:#ffffff | ||
| + | | header1 = Information | ||
| + | | labelstyle = width: 33%; | ||
| + | | label2 =Task Description | ||
| + | | data2 =[[Task Description::{{{Task Description|}}}]] | ||
| + | | label3 =Task Number | ||
| + | | data3 =[[Task Number::{{{Task Number|}}}]] | ||
| + | | label4 =Has owner | ||
| + | | data4 ={{#arraymap:{{{Has owner|}}}|,|x|[[Has owner::x]]}} | ||
| + | | label5 =Has start date | ||
| + | | data5 =[[Has start date::{{{Has start date|}}}]] | ||
| + | | label6 =Has deadline date | ||
| + | | data6 =[[Has deadline::{{{Has deadline date|}}}]] | ||
| + | | label7 =Has keywords | ||
| + | | data7 ={{#arraymap:{{{Has keywords|}}}|,|x|[[Has keywords::x]]}} | ||
| + | | label8 =Has project status | ||
| + | | data8 =[[Has project status::{{{Has project status|}}}]] | ||
| + | | label9 =Is dependent on | ||
| + | | data9 ={{#arraymap:{{{Is dependent on|}}}|,|x|[[Is dependent on::x]]}} | ||
| + | | label10 =Dependent(s): | ||
| + | | data10 ={{#ask: [[Category:Project]] [[Is dependent on::{{PAGENAME}}]]}} | ||
| + | | label11 =Does subsume | ||
| + | | data11 ={{#arraymap:{{{Does subsume|}}}|,|x|[[Does subsume::x]]}} | ||
| + | | label12 =Subsumed by: | ||
| + | | data12 ={{#ask: [[Category:Project]] [[Does subsume::{{PAGENAME}}]]}} | ||
| + | | label13 =Is billed to | ||
| + | | data13 ={{#arraymap:{{{Is billed to|}}}|,|x|[[Is billed to::x]]}} | ||
| + | | belowstyle = background:#d6d6d6; font-size: 0.7em; | ||
| + | | below = Copyright © 2019 edegan.com. All Rights Reserved. | ||
| + | }} | ||
| + | |||
| + | |||
==Project Component Number== | ==Project Component Number== | ||
{{#arraymap:{{{Project Component Number|}}}|,|x|[[Project Component Number::x]]}} | {{#arraymap:{{{Project Component Number|}}}|,|x|[[Project Component Number::x]]}} | ||
| − | |||
| − | |||
==Task Description== | ==Task Description== | ||
| Line 56: | Line 94: | ||
[[Status::{{{Status|}}}]] | [[Status::{{{Status|}}}]] | ||
| + | |||
| + | {{#default_form:Team Member}} | ||
[[Category:Task]] | [[Category:Task]] | ||
| + | |||
</includeonly> | </includeonly> | ||
Revision as of 22:04, 14 March 2019
This is the "Task" template. It should be called in the following format:
{{Task
|Project Component Number=
|Task Number=
|Task Description=
|Begin Date=
|Begin Week Number=
|Target Completion Date=
|Team Member=
|Location(s) of Results and Documentation=
|Observations=
|Notes=
|Percentage Complete=
|Status=
}}
Edit the page to see the template text.