Template:Infobox Startup: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{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 73: Line 67:
  | headquarters = Country A  
  | headquarters = Country A  
  | active_in = Country B, Country C
  | active_in = Country B, Country C
| notable_investors = Investor A, Investor B
| notable_founders = Founder A
  | team_size = 10+
  | team_size = 10+
  | spun_off_from = University A
  | spun_off_from = University A
Line 136: Line 128:
"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 156:
         "headquarters",
         "headquarters",
         "active_in",
         "active_in",
        "notable_investors",
        "notable_founders",
         "team_size",
         "team_size",
         "spun_off_from"
         "spun_off_from"