Template:Infobox Startup: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
| title = {{BASEPAGENAME}} | | title = {{BASEPAGENAME}} | ||
| | | image = {{{logo|}}} | ||
| label2 = Primary Vertical | | label1 = Status | ||
| | | data1 = {{#if:{{{status|}}}|[[{{{status}}}]]}} | ||
| label2 = Website | |||
| data2 = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}} | |||
| label3 = Primary Vertical | |||
| data3 = {{#if:{{{vertical|}}}|[[{{{vertical}}}]]}} | |||
| | | label4 = Latest Funding Round | ||
| | | data4 = {{#if:{{{latest_funding|}}}|[[{{{latest_funding}}}]]}} | ||
}} | }} | ||
| Line 24: | Line 29: | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
{{Infobox_Startup | {{Infobox_Startup | ||
| | | Status = Active | ||
| | | image = ExampleLogo.png | ||
| website = example.com | | website = example.com | ||
| | | vertical = [[Environment]] | ||
| latest_funding = Series A | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 42: | Line 48: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"status": { | |||
"label": "Status", | |||
"description": "The current operational status of the company.", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true, | |||
"suggestedvalues": [ | |||
"Active", | |||
"Acquired", | |||
"IPO", | |||
"Defunct" | |||
] | |||
}, | |||
"logo": { | |||
"label": "Logo", | |||
"description": "The filename of the startup's logo (e.g., ExampleLogo.png)", | |||
"type": "wiki-file-name" | |||
}, | |||
"vertical": { | "vertical": { | ||
"label": "Vertical", | "label": "Vertical", | ||
| Line 49: | Line 73: | ||
}, | }, | ||
"latest_funding": { | "latest_funding": { | ||
"label": " | "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. Where possible, use a value from [[List of Funding Rounds]]", | ||
"type": "string", | "type": "string", | ||
| Line 63: | Line 87: | ||
"paramOrder": [ | "paramOrder": [ | ||
"website", | "website", | ||
"logo", | |||
"status", | |||
"vertical", | "vertical", | ||
"latest_funding", | "latest_funding", | ||
Revision as of 10:22, 12 November 2025
Usage
{{Infobox_Startup
| Status = Active
| image = ExampleLogo.png
| website = example.com
| vertical = [[Environment]]
| latest_funding = Series A
}}
TemplateData
Use this template to add an infobox to a Startup Page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Website | website | Startup's primary website | URL | suggested |
| 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 |
| 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 |
| Founded | founded | The date that the startup was founded | Date | suggested |