Difference between revisions of "Template:Project"

From edegan.com
Jump to navigation Jump to search
 
Line 17: Line 17:
 
</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 #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
+
</noinclude><includeonly>
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
|-
 
! Has image
 
| [[Has image::{{{Has image|}}}]]
 
|-
 
! Has title
 
| [[Has title::{{{Has title|}}}]]
 
|-
 
! Has owner
 
| [[Has owner::{{{Has owner|}}}]]
 
|-
 
! Has start date
 
| [[Has start date::{{{Has start date|}}}]]
 
|-
 
! Has deadline date
 
| [[Has deadline::{{{Has deadline date|}}}]]
 
|-
 
! Has keywords
 
| {{#arraymap:{{{Has keywords|}}}|,|x|[[Has keywords::x]]}}
 
|-
 
! Has project status
 
| [[Has project status::{{{Has project status|}}}]]
 
|-
 
! Is dependent on
 
| {{#arraymap:{{{Is dependent on|}}}|,|x|[[Is dependent on::x]]}}
 
|-
 
! Does subsume
 
| {{#arraymap:{{{Does subsume|}}}|,|x|[[Does subsume::x]]}}
 
|-
 
! Is billed to
 
| {{#arraymap:{{{Is billed to|}}}|,|x|[[Is billed to::x]]}}
 
|}
 
  
 +
{{Infobox
 +
| bodystyle  = width: 25em; background-color: #ffffff; border: 1px solid #a63c07;
 +
| title      = Project
 +
| abovestyle  = background:#0d776e; font-size: 125%; color:#ffffff
 +
| above      = {{PAGENAME}}
 +
| image      = [[File:{{{Has Image|Project_logo_02.png}}}|200px|thumb|center]]
 +
| headerstyle = background:#0d776e; color:#ffffff
 +
| header1    = Project Information
 +
| labelstyle  = width: 33%;
 +
| label2      =Has image
 +
| data2      =[[Has image::{{{Has image|}}}]]
 +
| label3      =Has title
 +
| data3      =[[Has title::{{{Has title|}}}]]
 +
| label4      =Has owner
 +
| data4      =[[Has owner::{{{Has owner|}}}]]
 +
| 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:McNair Projects]] [[Is dependent on::{{PAGENAME}}]]}}
 +
| label11      =Does subsume
 +
| data11      ={{#arraymap:{{{Does subsume|}}}|,|x|[[Does subsume::x]]}}
 +
| label12    =Subsumed by:
 +
| data12      ={{#ask: [[Category:McNair Projects]] [[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 © 2016 McNair Center. All Rights Reserved.
 +
}}
 +
 +
{{#default_form:Project}}
 
[[Category:Project]]
 
[[Category:Project]]
 
</includeonly>
 
</includeonly>

Revision as of 13:48, 5 March 2019

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

{{Project
|Has image=
|Has title=
|Has owner=
|Has start date=
|Has deadline date=
|Has keywords=
|Has project status=
|Is dependent on=
|Does subsume=
|Is billed to=
}}

Edit the page to see the template text.