492 bytes added
, 18:25, 27 February 2017
Check that you did the following:
*Put the category in the template itself
*Make sure that there is a default form associated with the template
<nowiki>
{{#default_form:McNair Projects}}
[[category:McNair Projects]]
</nowiki>
Use simple assignment whenever possible:
| label6 = Start Date
| data6 = [[Start date::{{{Start date|}}}]]
If you have to use an array ref, here's the syntax:
| label5 = Owner
| data5 = {{#arraymap:{{{Owner|}}}|,|x|[[Owner::x]]}}