Jump to content
This site is currently in alpha, so you will run into rough edges.

Template:Infobox Startup: Difference between revisions

From The Deep Tech Wiki
No edit summary
No edit summary
Line 18: Line 18:
   
   
  | label4 = Latest Funding Round
  | label4 = Latest Funding Round
  | data4 = {{#if:{{{latest_funding|}}}|[[{{{latest_funding}}}]]}}  
  | data4 = {{#if:{{{latest_funding|}}}|[[:Category:{{{latest_funding}}}|{{{latest_funding}}}]]}}
   
   
  | label5 = Year founded
  | label5 = Year founded
  | data5 =  {{#if:{{{founding_year|}}}|[[{{{founding_year}}}]]}}  
  | data5 =  {{#if:{{{founding_year|}}}|{{{founding_year}}}}}  
   
   
  | label6 = Headquarters
  | label6 = Headquarters
  | data6 = {{#if:{{{headquarters|}}}|[[{{{headquarters}}}]]}}  
  | data6 = {{#if:{{{headquarters|}}}|{{{headquarters}}}}}
| label7 = Active in
| data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}
| label8 = Notable investors
| data8 = {{#if:{{{notable_investors|}}}|[[{{{notable_investors}}}]]}}
  | label9 = Notable investors
| data9 = {{#if:{{{notable_founders|}}}|[[{{{notable_founders}}}]]}}
| label10 = Team size
| data10 = {{#if:{{{team_size|}}}|{{{team_size}}}}}
 
| label11 = Spun of from
| label11 = {{#if:{{{team_size|}}}|{{{spun_off_from}}}}}  
}}
}}


Line 33: Line 48:
{{#if:{{{status|}}}|[[HasStatus::{{{status}}}]]}}
{{#if:{{{status|}}}|[[HasStatus::{{{status}}}]]}}
{{#if:{{{founding_year|}}}|[[HasFoundingYear::{{{founding_year}}}]]}}
{{#if:{{{founding_year|}}}|[[HasFoundingYear::{{{founding_year}}}]]}}


<noinclude>
<noinclude>
Line 45: Line 59:
  | latest_funding = Series A
  | latest_funding = Series A
  | founding_year = 2021
  | founding_year = 2021
  | headquarters = Indonesia
  | 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
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 101: Line 120:
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
"active_in": {
"label": "Active in",
"description": "Any countries other than the headquarters country that the startup is active in",
"type": "string"
},
"notable_investors": {
"label": "Notable investors",
"description": "Any notable investors in the startup. Enclose each investor name in [[]] ",
"type": "string",
"suggested": true
},
"notable_founders": {
"label": "Notable founders",
"description": "Any notable founders in the startup",
"type": "string"
},
"team_size": {
"label": "Team size",
"description": "The team size at the point of edit",
"type": "string"
},
"spun_off_from": {
"label": "Spun off from",
"description": "If the startup was spun off from a university, corporation, or other R&D lab",
"type": "string"
}
}
},
},
Line 110: Line 155:
         "latest_funding",
         "latest_funding",
"founding_year",
"founding_year",
         "headquarters"
         "headquarters",
        "active_in",
        "notable_investors",
        "notable_founders",
        "team_size",
        "spun_off_from"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 13:28, 12 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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Websitewebsite

Startup's primary website

URLsuggested
Logologo

The filename of the startup's logo (e.g., ExampleLogo.png)

Fileoptional
Statusstatus

The current operational status of the company.

Suggested values
Active Acquired IPO Defunct
Stringrequired
Verticalvertical

The startup's primary vertical. Where possible, use a value from [[List of Verticals]]

Stringsuggested
Latest funding roundlatest_funding

The startup's latest funding round. Where possible, use a value from [[List of Funding Rounds]]

Stringsuggested
Year foundedfounding_year

The year that the startup was founded

Numbersuggested
Headquarters countryheadquarters

The country that the startup is currently headquarted in

Stringsuggested
Active inactive_in

Any countries other than the headquarters country that the startup is active in

Stringoptional
Notable investorsnotable_investors

Any notable investors in the startup. Enclose each investor name in [[]]

Stringsuggested
Notable foundersnotable_founders

Any notable founders in the startup

Stringoptional
Team sizeteam_size

The team size at the point of edit

Stringoptional
Spun off fromspun_off_from

If the startup was spun off from a university, corporation, or other R&D lab

Stringoptional