Template:Infobox Startup: Difference between revisions

No edit summary
No edit summary
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 58: Line 61:
{{#if:{{{founding_year|}}}|
{{#if:{{{founding_year|}}}|
   {{#set: HasFoundingYear={{{founding_year}}} }}
   {{#set: HasFoundingYear={{{founding_year}}} }}
}}
{{#if:{{{trl|}}}|
  {{#set: TRL={{{trl}}} }}
}}
}}
<noinclude>
<noinclude>
Line 66: Line 72:
  | 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 155: Line 162:
"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 175:
         "website",
         "website",
"vertical",
"vertical",
        "trl",
         "latest_funding",
         "latest_funding",
"founding_year",
"founding_year",