Difference between revisions of "Template:Institution"

From edegan.com
Jump to navigation Jump to search
 
Line 18: Line 18:
 
</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>{{Infobox
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
+
| bodystyle  = width: 25em; background-color: #ffffff; border: 1px solid #a63c07;  
|-
+
| title      = Your Title
! Name
+
| abovestyle  = background:#0d776e; font-size: 125%; color:#ffffff
| [[name::{{{Name|}}}]]  
+
| above      = {{{position|}}}
|-
+
| image      = [[File:{{{image_field|placeholderimage.png}}}|200px|thumb|center]]
! Type
+
| headerstyle = background:#0d776e; color:#ffffff;
| [[type::{{{Type|}}}]]  
+
| subheader  = {{{name}}}
|-
+
| header1    = Sub Header Text
! City
+
| labelstyle  = width: 33%;
| [[city::{{{City|}}}]]  
+
| label2      = Name
|-
+
| data2      = [[name::{{{Name|}}}]]  
! URL
+
| label3      = Type
| [[url::{{{URL|}}}]]  
+
| data3      = {{#arraymap:{{{Type|}}}|,|x|[[Type::x]]}}
|-
+
| label4      = City
! Cohort Size
+
| data4      = [[name::{{{City|}}}]]  
| [[cohort_size::{{{Cohort Size|}}}]]  
+
| label5      = URL
|-
+
| data5      = {{#arraymap:{{{URL|}}}|,|x|[[URL::x]]}}
! Percent Funded
+
| label6      = Cohort Size
| [[percent_funded::{{{Percent Funded|}}}]]  
+
| data6      = [[name::{{{Cohort Size|}}}]]  
|-
+
| label7      = Percent Funded
! Percent Aquired
+
| data7      = {{#arraymap:{{{Percent Funded|}}}|,|x|[[Percent Funded::x]]}}
| [[percent_aquired::{{{Percent Aquired|}}}]]  
+
| label8      = Percent Acquired
|-
+
| data8      = [[name::{{{Percent Acquired|}}}]]  
! Percent IPO
+
| label9      = Percent IPO
| [[percent_IPO::{{{Percent IPO|}}}]]  
+
| data9      = {{#arraymap:{{{Percent IPO|}}}|,|x|[[Percent IPO::x]]}}
|-
+
| label10      = Number of Directors
! Number of Directors
+
| data10      = {{#arraymap:{{{Number of Directors|}}}|,|x|[[Number of Directors::x]]}}
| [[number_of_directors::{{{Number of Directors|}}}]]  
+
| label11      = Percent Experienced Directors
|-
+
| data11      = {{#arraymap:{{{Percent Experienced Directors|}}}|,|x|[[Percent Experienced Directors::x]]}}
! Percent Experienced Directors
+
| label12      = Date Founded
| [[percent_experienced_directors::{{{Percent Experienced Directors|}}}]]  
+
| data12      = {{#arraymap:{{{Date Founded|}}}|,|x|[[Date Founded::x]]}}
|-
+
| belowstyle  = background:#ffffff;
! Date Founded
+
| below      = © McNair Center, 2016
| [[date_founded::{{{Date Founded|}}}]]  
+
}}
|}
+
  
 
[[Category:Institution]]
 
[[Category:Institution]]
 
</includeonly>
 
</includeonly>

Revision as of 18:41, 31 October 2016

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

{{Institution
|Name=
|Type=
|City=
|URL=
|Cohort Size=
|Percent Funded=
|Percent Aquired=
|Percent IPO=
|Number of Directors=
|Percent Experienced Directors=
|Date Founded=
}}

Edit the page to see the template text.