Template:Infobox Startup: Difference between revisions

mNo edit summary
No edit summary
Line 15: Line 15:


  | label3 = Primary Vertical
  | label3 = Primary Vertical
  | data3 = {{#if:{{{vertical|}}}|[[{{{vertical}}}]]}}  
  | data3 = {{#if:{{{vertical|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{vertical|}}}}}}}
   
   
  | label4 = Latest Funding Round
  | label4 = Latest Funding Round
  | data4 = {{#if:{{{latest_funding|}}}|[[:Category:{{{latest_funding}}}|{{{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|}}}|[[{{{notable_founders}}}]]}}  
  | data9 = {{#if:{{{notable_founders|}}}|{{{notable_founders}}}}}  
   
   
  | label10 = Team size
  | label10 = Team size
Line 43: Line 43:


<!-- Categorisations -->
<!-- Categorisations -->
{{#if:{{{vertical|}}}|[[Category:{{{vertical}}}]] [[HasVertical::{{{vertical}}}]]}}
{{#if:{{{vertical|}}}|
{{#if:{{{latest_funding|}}}|[[Category:{{{latest_funding}}}]] [[HasLatest Funding Round::{{{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
  | Status = Active
  | logo = ExampleLogo.png
  | image = ExampleLogo.png
  | status = Active
  | website  = example.com
  | website  = example.com
  | vertical = [[Environment]]
  | 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's primary vertical. Where possible, use a value from [[List of Verticals]]",
"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. Seperate each investor with a comma.",
"description": "Any notable investors in the startup. Separate each investor with a comma.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true