Template:Infobox Startup: Difference between revisions

No edit summary
No edit summary
Line 31: Line 31:
  | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}  
  | data7 = {{#if:{{{active_in|}}}|{{{active_in}}}}}  


  | label8 = Notable investors
  | label8 = Team size
  | data8 = {{#if:{{{notable_investors|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{notable_investors|}}}}}}}
  | data8 = {{#if:{{{team_size|}}}|{{{team_size}}}}}  
   
   
  | label9 = Notable founders
  | label9 = Spun of from
| data9 = {{#if:{{{notable_founders|}}}|{{{notable_founders}}}}}
  | data9 = {{#if:{{{spun_off_from|}}}|{{{spun_off_from}}}}}  
| label10 = Team size
| data10 = {{#if:{{{team_size|}}}|{{{team_size}}}}}
| label11 = Spun of from
  | data11 = {{#if:{{{spun_off_from|}}}|{{{spun_off_from}}}}}  
}}<includeonly>[[Category:Startups]]</includeonly>
}}<includeonly>[[Category:Startups]]</includeonly>
<!-- Categorisations -->
<!-- Categorisations -->
Line 136: Line 130:
"label": "Active in",
"label": "Active in",
"description": "Any countries other than the headquarters country that the startup is 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. Separate each investor with a comma.",
"type": "string",
"suggested": true
},
"notable_founders": {
"label": "Notable founders",
"description": "Any notable founders in the startup",
"type": "string"
"type": "string"
},
},
Line 175: Line 158:
         "headquarters",
         "headquarters",
         "active_in",
         "active_in",
        "notable_investors",
        "notable_founders",
         "team_size",
         "team_size",
         "spun_off_from"
         "spun_off_from"