Template:Infobox Startup: Difference between revisions

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>