Template:Infobox Startup: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 31: | Line 31: | ||
| data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}} | | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}} | ||
| label8 = | | label8 = Team size | ||
| data8 = {{#if:{{{ | | data8 = {{#if:{{{team_size|}}}|{{{team_size}}}}} | ||
| label9 = | | label9 = Spun of from | ||
| data9 = {{#if:{{{ | | data9 = {{#if:{{{spun_off_from|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{spun_off_from|}}}}}}} | ||
}}<includeonly>[[Category:Startups]]</includeonly> | |||
}} | |||
<!-- Categorisations --> | <!-- Categorisations --> | ||
{{#if:{{{vertical|}}}| | {{#if:{{{vertical|}}}| | ||
| Line 49: | Line 43: | ||
| property = HasVertical | | property = HasVertical | ||
}} | }} | ||
}} | }}{{#if:{{{latest_funding|}}}| | ||
{{#if:{{{latest_funding|}}}| | {{#set: HasLatest_Funding Round={{{latest_funding}}} }} | ||
{{#set: | }}{{#if:{{{headquarters|}}}| | ||
}} | |||
{{#if:{{{headquarters|}}}| | |||
{{#set: HasHeadquarters={{{headquarters}}} }} | {{#set: HasHeadquarters={{{headquarters}}} }} | ||
}} | }}{{#if:{{{status|}}}| | ||
{{#if:{{{status|}}}| | |||
{{#set: HasStatus={{{status}}} }} | {{#set: HasStatus={{{status}}} }} | ||
}} | }}{{#if:{{{founding_year|}}}| | ||
{{#if:{{{founding_year|}}}| | |||
{{#set: HasFoundingYear={{{founding_year}}} }} | {{#set: HasFoundingYear={{{founding_year}}} }} | ||
}} | }}{{#if:{{{trl|}}}| | ||
{{#if:{{{trl|}}}| | |||
{{#set: TRL={{{trl}}} }} | {{#set: TRL={{{trl}}} }} | ||
}} | }} | ||
| Line 78: | Line 67: | ||
| headquarters = Country A | | headquarters = Country A | ||
| active_in = Country B, Country C | | active_in = Country B, Country C | ||
| team_size = 10+ | | team_size = 10+ | ||
| spun_off_from = University A | | spun_off_from = University A | ||
| Line 116: | Line 103: | ||
"vertical": { | "vertical": { | ||
"label": "Vertical", | "label": "Vertical", | ||
"description": "The verticals that the startup operates in. | "description": "The verticals that the startup operates in.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 122: | Line 109: | ||
"latest_funding": { | "latest_funding": { | ||
"label": "Latest funding round", | "label": "Latest funding round", | ||
"description": "The startup's latest funding round. | "description": "The startup's latest funding round.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 141: | 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" | "type": "string" | ||
}, | }, | ||
| Line 180: | Line 156: | ||
"headquarters", | "headquarters", | ||
"active_in", | "active_in", | ||
"team_size", | "team_size", | ||
"spun_off_from" | "spun_off_from" | ||
Latest revision as of 10:41, 21 December 2025
Usage
{{Infobox_Startup
| logo = ExampleLogo.png
| status = Active
| website = example.com
| trl = Prototype (1-3)
| vertical = Environment
| latest_funding = Series A
| founding_year = 2021
| headquarters = Country A
| active_in = Country B, Country C
| team_size = 10+
| spun_off_from = University A
}}
TemplateData
Use this template to add an infobox to a Startup page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Logo | logo | The filename of the startup's logo (e.g., ExampleLogo.png) | File | optional |
| Status | status | The current operational status of the company.
| String | required |
| Website | website | Startup's primary website | URL | suggested |
| Vertical | vertical | The verticals that the startup operates in. | String | suggested |
| Technology Readiness Level | trl | The TRL of the startup's technology/product | String | optional |
| Latest funding round | latest_funding | The startup's latest funding round. | String | suggested |
| Year founded | founding_year | The year that the startup was founded | Number | suggested |
| Headquarters country | headquarters | The country that the startup is currently headquarted in | String | suggested |
| Active in | active_in | Any countries other than the headquarters country that the startup is active in | String | optional |
| Team size | team_size | The team size at the point of edit | String | optional |
| Spun off from | spun_off_from | If the startup was spun off from a university, corporation, or other R&D lab | String | optional |