Difference between revisions of "Template:Startups"

From edegan.com
Jump to navigation Jump to search
 
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Startups
 
{{Startups
|name=
 
|description=
 
 
|website=
 
|website=
 
|industry=
 
|industry=
Line 32: Line 30:
  
 
| image      = [[File:{{{Image|Project_logo_02.png}}}|200px|thumb|center]]
 
| image      = [[File:{{{Image|Project_logo_02.png}}}|200px|thumb|center]]
| caption    = [[name::{{{name|}}}]]
+
| caption    = [[name::{{{PAGENAME|}}}]]
  
 
| headerstyle = background:#0d776e; color:#ffffff
 
| headerstyle = background:#0d776e; color:#ffffff
Line 39: Line 37:
 
| labelstyle  = width: 33%;  
 
| labelstyle  = width: 33%;  
 
| label2      = Name
 
| label2      = Name
| data2      = {{{name|}}}
+
| data2      = {{{PAGENAME|}}}
  
 
| label8      = Website
 
| label8      = Website
| data8      = {{#arraymap:{{{website|}}}|,|x|[[website::x]]}}
+
| data8      = [[website::{{{website|}}}]]
  
 
| label11      = Industry
 
| label11      = Industry
| data11      = {{#arraymap:{{{industry|}}}|,|x|[[industry::x]]}}
+
| data11      = [[industry::{{{industry|}}}]]
  
 
| label14      = Accelerator
 
| label14      = Accelerator
| data14      = {{#arraymap:{{{accelerator|}}}|,|x|[[accelerator::x]]}}
+
| data14      = [[accelerator::{{{accelerator|}}}]]
  
 
| label15      = Accelerator (Other)
 
| label15      = Accelerator (Other)
| data15      = {{#arraymap:{{{accelerator_2|}}}|,|x|[[accelerator_2::x]]}}
+
| data15      = [[accelerator_2::{{{accelerator_2|}}}]]
  
 
| label17      = Founder
 
| label17      = Founder
| data17      = {{#arraymap:{{{founder|}}}|,|x|[[founder::x]]}}
+
| data17      = [[founder::{{{founder|}}}]]
  
 
| label20      = Founding Date
 
| label20      = Founding Date
| data20      = {{#arraymap:{{{founding_date|}}}|,|x|[[founding_date::x]]}}
+
| data20      = [[founding_date::{{{founding_date|}}}]]
  
 
| label23      = Stage
 
| label23      = Stage
| data123      = {{#arraymap:{{{stage|}}}|,|x|[[stage::x]]}}
+
| data123      = [[stage::{{{stage|}}}]]
  
 
| label26      = Total Funds Raised
 
| label26      = Total Funds Raised
| data126      = {{#arraymap:{{{total_raised|}}}|,|x|[[total_raised::x]]}}
+
| data126      = [[total_raised::{{{total_raised|}}}]]
  
 
| label29      = Street Address
 
| label29      = Street Address
| data29      = {{#arraymap:{{{street_address|}}}|,|x|[[street_address::x]]}}
+
| data29      = [[street_address::{{{street_address|}}}]]
  
 
| label32      = City
 
| label32      = City
| data32      = {{#arraymap:{{{city|}}}|,|x|[[city::x]]}}
+
| data32      = [[city::{{{city|}}}]]
  
 
| label35      = Zip Code
 
| label35      = Zip Code
| data35      = {{#arraymap:{{{zip|}}}|,|x|[[zip::x]]}}
+
| data35      = [[zip::{{{zip|}}}]]
  
 
| belowstyle  = background:#d6d6d6; font-size: 0.7em;
 
| belowstyle  = background:#d6d6d6; font-size: 0.7em;

Latest revision as of 12:24, 14 July 2016

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

{{Startups
|website=
|industry=
|accelerator=
|accelerator_2=
|founder=
|founding_date=
|stage=
|total_raised=
|street_address=
|city=
|zip=
}}

Edit the page to see the template text.