Difference between revisions of "Template:McNair Projects"

From edegan.com
Jump to navigation Jump to search
Line 21: Line 21:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #0d776e; background-color: #eeeeee; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
+
</noinclude>
! style="text-align: center; background-color:#0d776e;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
|-
 
! Project Title
 
| {{#arraymap:{{{Project Title|}}}|,|x|[[Project Title::x]]}}
 
|-
 
! Topic Area
 
| {{#arraymap:{{{Topic Area|}}}|,|x|[[Topic Area::x]]}}
 
|-
 
! Owner
 
| {{#arraymap:{{{Owner|}}}|,|x|[[Owner::x]]}}
 
|-
 
! Start Term
 
| {{#arraymap:{{{Start Term|}}}|,|x|[[Start Term::x]]}}
 
|-
 
! End Term
 
| {{#arraymap:{{{End Term|}}}|,|x|[[End Term::x]]}}
 
|-
 
! Status
 
| {{#arraymap:{{{Status|}}}|,|x|[[Status::x]]}}
 
|-
 
! Deliverable
 
| {{#arraymap:{{{Deliverable|}}}|,|x|[[Deliverable::x]]}}
 
|-
 
! Audience
 
| {{#arraymap:{{{Audience|}}}|,|x|[[Audience::x]]}}
 
|-
 
! Skills Needed
 
| {{#arraymap:{{{Skills Needed|}}}|,|x|[[Skills Needed::x]]}}
 
|-
 
! Keywords
 
| {{#arraymap:{{{Keywords|}}}|,|x|[[Keywords::x]]}}
 
|-
 
! Primary Billing
 
| {{#arraymap:{{{Primary Billing|}}}|,|x|[[Primary Billing::x]]}}
 
|-
 
! Test Property
 
| [[Test Property::{{{Test1|,Test2|,Test3|}}}]]
 
|}
 
  
<!-- | [[has type::Value1; Value2; Value3]] -->
+
<includeonly>
 +
{{Infobox
 +
| bodystyle  = width: 25em; background-color: #ffffff; border: 1px solid #a63c07;
  
{{#set:
+
| title      = {{ #if: {{{Project|}}} | McNair Project }}
  |Skills Needed=;value2;value3|+sep=;
+
 
 +
| abovestyle = background:#eb6d2e; font-size: 125%;
 +
| above      = {{PAGENAME}}
 +
 
 +
| image      = [[File:{{{Image|}}}|200px|thumb|center]]
 +
| caption    = {{{Caption}}}
 +
 
 +
| headerstyle = background:#eb6d2e;
 +
| header1    = {{#if: {{{Project Title|}}} | Project Information}}
 +
 
 +
| labelstyle  = width: 33%;
 +
| label2      = Project Title
 +
| data2      = {{#arraymap:{{{Project Title|}}}|,|x|[[Project Title::x]]}}
 +
 
 +
| label3      = Topic Area
 +
| data3      = {{#arraymap:{{{Topic Area|}}}|,|x|[[Topic Area::x]]}}
 +
 
 +
| label5      = Owner
 +
| data5      = {{#arraymap:{{{Owner|}}}|,|x|[[Owner::x]]}}
 +
 
 +
| label6      = Start Term
 +
| data6      = {{#arraymap:{{{Start Term|}}}|,|x|[[Start Term::x]]}}
 +
 
 +
| label7      = End Term
 +
| data7      = {{#arraymap:{{{End Term|}}}|,|x|[[End Term::x]]}}
 +
 
 +
| label8      = Status
 +
| data8      = {{#arraymap:{{{Status|}}}|,|x|[[Status::x]]}}
 +
 
 +
| label9      = Deliverable
 +
| data9      = {{#arraymap:{{{Deliverable|}}}|,|x|[[Deliverable::x]]}}
 +
 
 +
| label10      = Audience
 +
| data10      = {{#arraymap:{{{Audience|}}}|,|x|[[Audience::x]]}}
 +
 
 +
| label15      = Skills Needed
 +
| data15      = {{#arraymap:{{{Skills Needed|}}}|,|x|[[Skills Needed::x]]}}
 +
 
 +
| label20      = Keywords
 +
| data120      = {{#arraymap:{{{Keywords|}}}|,|x|[[Keywords::x]]}}
 +
 
 +
| label25      = Primary Billing
 +
| data25      = {{#arraymap:{{{Primary Billing|}}}|,|x|[[Primary Billing::x]]}}
 +
 
 +
 
 +
 
 +
| belowstyle  = background:#12a593;
 +
| below      = McNairCenterⓂ
 
}}
 
}}
 +
</includeonly>
  
 
{{#default_form:McNair Projects}}
 
{{#default_form:McNair Projects}}
 
[[Category:McNair Projects]]
 
[[Category:McNair Projects]]
 
</includeonly>
 
</includeonly>

Revision as of 16:37, 9 June 2016

This is the "McNair Projects" template. It should be called in the following format:

{{McNair Projects
|Project Title=
|Topic Area=
|Owner=
|Start Term=
|End Term=
|Status=
|Deliverable=
|Audience=
|Skills Needed=
|Keywords=
|Primary Billing=
|Test1=
|Test2=
|Test3=
}}

Edit the page to see the template text. </includeonly>