Template:Infobox Startup: Difference between revisions

mNo edit summary
No edit summary
Line 1: Line 1:
<templatestyles src="Template:Infobox/styles.css" />
<templatestyles src="Template:Infobox/styles.css" />
<templatestyles src="Template:Infobox_Startup/styles.css" />
<templatestyles src="Template:Infobox_Startup/styles.css" />
{{#invoke:InfoboxMinimal|infobox
{{#invoke:InfoboxMinimal|infobox
  | bodyclass = startup
  | bodyclass = startup
  | title = {{BASEPAGENAME}}
  | title = {{BASEPAGENAME}}
 
  | image = {{{logo|}}}
  | image = {{{logo|}}}
 
  | label1 = Status
  | label1 = Status
  | data1 = {{#if:{{{status|}}}|[[{{{status}}}]]}}
  | data1 = {{#if:{{{status|}}}|[[{{{status}}}]]}}
 
  | label2 = Website
  | label2 = Website
  | data2  = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}}
  | data2  = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}}
 
  | label3 = Vertical(s)
  | label3 = Vertical(s)
  | data3 = {{#if:{{{vertical|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{vertical|}}}}}}}
  | data3 = {{#if:{{{vertical|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{vertical|}}}}}}}
Line 22: Line 21:
  | label5 = Year founded
  | label5 = Year founded
  | data5 =  {{#if:{{{founding_year|}}}|{{{founding_year}}}}}  
  | data5 =  {{#if:{{{founding_year|}}}|{{{founding_year}}}}}  
 
  | label6 = Headquarters
  | label6 = Headquarters
  | data6 = {{#if:{{{headquarters|}}}|{{{headquarters}}}}}  
  | data6 = {{#if:{{{headquarters|}}}|{{{headquarters}}}}}  
 
  | label7 = Active in
  | label7 = Active in
  | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}  
  | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}  
 
  | label8 = Notable investors
  | label8 = Notable investors
  | data8 = {{#if:{{{notable_investors|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{notable_investors|}}}}}}}
  | data8 = {{#if:{{{notable_investors|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{notable_investors|}}}}}}}
   
   
  | label9 = Notable founders
| label9 = Notable founders
  | data9 = {{#if:{{{notable_founders|}}}|{{{notable_founders}}}}}  
  | data9 = {{#if:{{{notable_founders|}}}|{{{notable_founders}}}}}  
   
   
  | label10 = Team size
  | label10 = Team size
  | data10 = {{#if:{{{team_size|}}}|{{{team_size}}}}}  
  | data10 = {{#if:{{{team_size|}}}|{{{team_size}}}}}  
 
  | label11 = Spun of from
  | label11 = Spun of from
  | data11 = {{#if:{{{spun_off_from|}}}|{{{spun_off_from}}}}}  
  | data11 = {{#if:{{{spun_off_from|}}}|{{{spun_off_from}}}}}  
}}
}}
<!-- Categorisations -->
<!-- Categorisations -->
{{#if:{{{vertical|}}}|
{{#if:{{{vertical|}}}|
Line 49: Line 47:
   }}
   }}
}}
}}
 
{{#if:{{{latest_funding|}}}|
{{#if:{{{latest_funding|}}}|[[HasLatest Funding Round::{{{latest_funding}}}]]}}
  {{#set: HasLatest Funding Round={{{latest_funding}}} }}
{{#if:{{{headquarters|}}}|[[HasHeadquarters::{{{headquarters}}}]]}}
}}
{{#if:{{{status|}}}|[[HasCompanyStatus::{{{status}}}]]}}
{{#if:{{{headquarters|}}}|
{{#if:{{{founding_year|}}}|[[HasFoundingYear::{{{founding_year}}}]]}}
  {{#set: HasHeadquarters={{{headquarters}}} }}
 
}}
{{#if:{{{status|}}}|
  {{#set: HasCompanyStatus={{{status}}} }}
}}
{{#if:{{{founding_year|}}}|
  {{#set: HasFoundingYear={{{founding_year}}} }}
}}
<noinclude>
<noinclude>
== Usage ==
== Usage ==