Template:Infobox Startup: Difference between revisions

No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 8: Line 8:
   
   
  | label1 = Status
  | label1 = Status
  | data1 = {{#if:{{{status|}}}|[[{{{status}}}]]}}
  | data1 = {{#if:{{{status|}}}|{{{status}}}}}
   
   
  | label2 = Website
  | label2 = Website
Line 15: Line 15:
  | label3 = Vertical(s)
  | label3 = Vertical(s)
  | data3 = {{#if:{{{vertical|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{vertical|}}}}}}}
  | data3 = {{#if:{{{vertical|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{vertical|}}}}}}}
| label12 = Technology Readiness Level
| data12 = {{#if:{{{trl|}}}|{{{trl}}}}}
   
   
  | label4 = Latest Funding Round
  | label4 = Latest Funding Round
Line 28: Line 31:
  | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}  
  | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}  


  | label8 = Notable investors
  | label8 = Team size
| data8 = {{#if:{{{notable_investors|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{notable_investors|}}}}}}}
  | data8 = {{#if:{{{team_size|}}}|{{{team_size}}}}}  
| label9 = Notable founders
| data9 = {{#if:{{{notable_founders|}}}|{{{notable_founders}}}}}
| label10 = Team size
  | data10 = {{#if:{{{team_size|}}}|{{{team_size}}}}}  
   
   
  | label11 = Spun of from
  | label9 = Spun of from
  | data11 = {{#if:{{{spun_off_from|}}}|{{{spun_off_from}}}}}  
  | data9 = {{#if:{{{spun_off_from|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{spun_off_from|}}}}}}}
}}
}}<includeonly>[[Category:Startups]]</includeonly>
<!-- Categorisations -->
<!-- Categorisations -->
{{#if:{{{vertical|}}}|
{{#if:{{{vertical|}}}|
Line 46: Line 43:
     | property = HasVertical
     | property = HasVertical
   }}
   }}
}}
}}{{#if:{{{latest_funding|}}}|
{{#if:{{{latest_funding|}}}|
   {{#set: HasLatest_Funding Round={{{latest_funding}}} }}
   {{#set: HasLatest Funding Round={{{latest_funding}}} }}
}}{{#if:{{{headquarters|}}}|
}}
{{#if:{{{headquarters|}}}|
   {{#set: HasHeadquarters={{{headquarters}}} }}
   {{#set: HasHeadquarters={{{headquarters}}} }}
}}
}}{{#if:{{{status|}}}|
{{#if:{{{status|}}}|
   {{#set: HasStatus={{{status}}} }}
   {{#set: HasCompanyStatus={{{status}}} }}
}}{{#if:{{{founding_year|}}}|
}}
{{#if:{{{founding_year|}}}|
   {{#set: HasFoundingYear={{{founding_year}}} }}
   {{#set: HasFoundingYear={{{founding_year}}} }}
}}{{#if:{{{trl|}}}|
  {{#set: TRL={{{trl}}} }}
}}
}}
<noinclude>
<noinclude>
Line 66: Line 61:
  | status = Active
  | status = Active
  | website  = example.com
  | website  = example.com
| trl = Prototype (1-3)
  | vertical = Environment
  | vertical = Environment
  | latest_funding = Series A
  | latest_funding = Series A
Line 71: Line 67:
  | headquarters = Country A  
  | headquarters = Country A  
  | active_in = Country B, Country C
  | active_in = Country B, Country C
| notable_investors = Investor A, Investor B
| notable_founders = Founder A
  | team_size = 10+
  | team_size = 10+
  | spun_off_from = University A
  | spun_off_from = University A
Line 109: Line 103:
"vertical": {
"vertical": {
"label": "Vertical",
"label": "Vertical",
"description": "The verticals that the startup operates in. Where possible, use a value from [[List of Verticals]]",
"description": "The verticals that the startup operates in.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 115: Line 109:
"latest_funding": {
"latest_funding": {
"label": "Latest funding round",
"label": "Latest funding round",
"description": "The startup's latest funding round. Where possible, use a value from [[List of Funding Rounds]]",
"description": "The startup's latest funding round.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 134: Line 128:
"label": "Active in",
"label": "Active in",
"description": "Any countries other than the headquarters country that the startup is active in",
"description": "Any countries other than the headquarters country that the startup is active in",
"type": "string"
},
"notable_investors": {
"label": "Notable investors",
"description": "Any notable investors in the startup. Separate each investor with a comma.",
"type": "string",
"suggested": true
},
"notable_founders": {
"label": "Notable founders",
"description": "Any notable founders in the startup",
"type": "string"
"type": "string"
},
},
Line 155: Line 138:
"label": "Spun off from",
"label": "Spun off from",
"description": "If the startup was spun off from a university, corporation, or other R&D lab",
"description": "If the startup was spun off from a university, corporation, or other R&D lab",
"type": "string"
},
"trl": {
"label": "Technology Readiness Level",
"description": "The TRL of the startup's technology/product",
"type": "string"
"type": "string"
}
}
Line 163: Line 151:
         "website",
         "website",
"vertical",
"vertical",
        "trl",
         "latest_funding",
         "latest_funding",
"founding_year",
"founding_year",
         "headquarters",
         "headquarters",
         "active_in",
         "active_in",
        "notable_investors",
        "notable_founders",
         "team_size",
         "team_size",
         "spun_off_from"
         "spun_off_from"