Template:Infobox Startup: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
| label3 = Primary Vertical | | label3 = Primary Vertical | ||
| data3 | | data3 = {{#if:{{{vertical|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{vertical|}}}}}}} | ||
| label4 = Latest Funding Round | | label4 = Latest Funding Round | ||
| data4 = {{#if:{{{latest_funding|}}}| | | data4 = {{#if:{{{latest_funding|}}}|{{{latest_funding}}}}} | ||
| label5 = Year founded | | label5 = Year founded | ||
| Line 33: | Line 33: | ||
| label9 = Notable founders | | label9 = Notable founders | ||
| data9 = {{#if:{{{notable_founders|}}}| | | data9 = {{#if:{{{notable_founders|}}}|{{{notable_founders}}}}} | ||
| label10 = Team size | | label10 = Team size | ||
| Line 43: | Line 43: | ||
<!-- Categorisations --> | <!-- Categorisations --> | ||
{{#if:{{{vertical|}}}| | {{#if:{{{vertical|}}}| | ||
{{#if:{{{latest_funding|}}}| | {{#invoke:ListUtils|catsAndProps | ||
| list = {{{vertical}}} | |||
| property = HasVertical | |||
}} | |||
}} | |||
{{#if:{{{latest_funding|}}}|[[HasLatest Funding Round::{{{latest_funding}}}]]}} | |||
{{#if:{{{headquarters|}}}|[[HasHeadquarters::{{{headquarters}}}]]}} | {{#if:{{{headquarters|}}}|[[HasHeadquarters::{{{headquarters}}}]]}} | ||
{{#if:{{{status|}}}|[[HasCompanyStatus::{{{status}}}]]}} | {{#if:{{{status|}}}|[[HasCompanyStatus::{{{status}}}]]}} | ||
| Line 53: | Line 59: | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
{{Infobox_Startup | {{Infobox_Startup | ||
| | | logo = ExampleLogo.png | ||
| | | status = Active | ||
| website = example.com | | website = example.com | ||
| vertical = | | vertical = Environment | ||
| latest_funding = Series A | | latest_funding = Series A | ||
| founding_year = 2021 | | founding_year = 2021 | ||
| Line 99: | Line 105: | ||
"vertical": { | "vertical": { | ||
"label": "Vertical", | "label": "Vertical", | ||
"description": "The startup | "description": "The verticals that the startup operates in. Where possible, use a value from [[List of Verticals]]", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 128: | Line 134: | ||
"notable_investors": { | "notable_investors": { | ||
"label": "Notable investors", | "label": "Notable investors", | ||
"description": "Any notable investors in the startup. | "description": "Any notable investors in the startup. Separate each investor with a comma.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Revision as of 08:00, 13 November 2025
Usage
{{Infobox_Startup
| logo = ExampleLogo.png
| status = Active
| 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 verticals that the startup operates in. 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. Separate 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 |