Template:Infobox Startup: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 71: | Line 71: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Use this template to add an infobox to a Startup | "description": "Use this template to add an infobox to a Startup page", | ||
"params": { | "params": { | ||
"website": { | "website": { | ||
| Line 149: | Line 149: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"logo", | |||
"status", | "status", | ||
"website", | |||
"vertical", | "vertical", | ||
"latest_funding", | "latest_funding", | ||
Revision as of 07:39, 13 November 2025
Usage
{{Infobox_Startup
| Status = Active
| image = ExampleLogo.png
| website = example.com
| vertical = [[Environment]]
| latest_funding = Series A
| founding_year = 2021
| headquarters = Country A
| active_in = Country B, Country C
| notable_investors = Investor A, Investor B
| notable_founders = Founder A
| 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 startup's primary vertical. Where possible, use a value from [[List of Verticals]] | String | suggested |
| Latest funding round | latest_funding | The startup's latest funding round. Where possible, use a value from [[List of Funding Rounds]] | 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 |
| Notable investors | notable_investors | Any notable investors in the startup. Seperate each investor with a comma. | String | suggested |
| Notable founders | notable_founders | Any notable founders in the startup | 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 |