Template:Infobox Startup: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{{#invoke:InfoboxMinimal|infobox | {{#invoke:InfoboxMinimal|infobox | ||
| bodyclass = startup | | bodyclass = startup | ||
| title = {{BASEPAGENAME}} | |||
| title = | |||
| label1 = | | label1 = Website | ||
| data1 = {{{ | | data1 = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}} | ||
| label2 = | | label2 = Primary Vertical | ||
| data2 = {{#if:{{{ | | data2 = {{#if:{{{vertical|}}}|[[{{{vertical}}}]]}} | ||
| label3 = | | label3 = Latest Funding Round | ||
| data3 = {{{ | | data3 = {{#if:{{{latest_funding|}}}|[[{{{latest_funding}}}]]}} | ||
}} | }} | ||
{{#if:{{{vertical|}}}|[[Category:{{{vertical}}}]]}} | |||
{{#if:{{{latest_funding|}}}|[[Category:{{{latest_funding}}}]]}} | |||
<noinclude> | <noinclude> | ||
| Line 34: | Line 36: | ||
"description": "Use this template to add an infobox to a Startup Page", | "description": "Use this template to add an infobox to a Startup Page", | ||
"params": { | "params": { | ||
" | "website": { | ||
"label": " | "label": "Website", | ||
"description": "Startup | "description": "Startup's primary website", | ||
"type": " | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "vertical": { | ||
"label": " | "label": "Vertical", | ||
"description": " | "description": "The startup's primary vertical. Where possible, use a value from [[List of Verticals]]", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "latest_funding": { | ||
"label": " | "label": "Vertical", | ||
"description": " | "description": "The startup's latest funding round. Where possible, use a value from [[List of Funding Rounds]]", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 60: | Line 62: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"website", | "website", | ||
"vertical", | |||
"latest_funding", | |||
"founded" | "founded" | ||
] | ] | ||
Revision as of 09:42, 12 November 2025
Usage
{{Infobox_Startup
| name = ExampleCo
| country = Singapore
| website = example.com
| founded = 2022
}}
TemplateData
Use this template to add an infobox to a Startup Page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 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 |
| Vertical | 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 |