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 | ||