Template:Infobox Startup: Difference between revisions

No edit summary
No edit summary
Line 20: Line 20:
  | data4 = {{#if:{{{latest_funding|}}}|[[{{{latest_funding}}}]]}}  
  | data4 = {{#if:{{{latest_funding|}}}|[[{{{latest_funding}}}]]}}  
   
   
| label5 = Year founded
| data5 =  {{#if:{{{founding_year|}}}|[[{{{founding_year}}}]]}}
| label6 = Headquarters
| data6 = {{#if:{{{headquarters|}}}|[[{{{headquarters}}}]]}}
}}
}}


{{#if:{{{vertical|}}}|[[Category:{{{vertical}}}]]}}
<!-- Categorisations -->
{{#if:{{{latest_funding|}}}|[[Category:{{{latest_funding}}}]]}}
{{#if:{{{vertical|}}}|[[Category:{{{vertical}}}]] [[HasVertical::{{{vertical}}}]]}}
{{#if:{{{latest_funding|}}}|[[Category:{{{latest_funding}}}]] [[HasLatest Funding Round::{{{latest_funding}}}]]}}
{{#if:{{{headquarters|}}}|[[HasHeadquarters::{{{headquarters}}}]]}}
{{#if:{{{status|}}}|[[HasStatus::{{{status}}}]]}}
{{#if:{{{founding_year|}}}|[[HasFoundingYear::{{{founding_year}}}]]}}
 


<noinclude>
<noinclude>
Line 34: Line 44:
  | vertical = [[Environment]]
  | vertical = [[Environment]]
  | latest_funding = Series A
  | latest_funding = Series A
| founding_year = 2021
| headquarters = Indonesia
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 78: Line 90:
"suggested": true
"suggested": true
},
},
"founded": {
"founding_year": {
"label": "Founded",
"label": "Year founded",
"description": "The date that the startup was founded",
"description": "The year that the startup was founded",
"type": "date",
"type": "number",
"suggested": true
},
"headquarters": {
"label": "Headquarters country",
"description": "The country that the startup is currently headquarted in",
"type": "string",
"suggested": true
"suggested": true
}
}
Line 91: Line 109:
"vertical",
"vertical",
         "latest_funding",
         "latest_funding",
"founded"
"founding_year",
        "headquarters"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>