Jump to content

This site is currently in alpha, so you will run into rough edges.

Please send feedback or ideas to connect@deeptech.wiki

Template:Infobox Startup: Difference between revisions

From The Deep Tech Wiki
No edit summary
No edit summary
Line 4: Line 4:
{{#invoke:InfoboxMinimal|infobox
{{#invoke:InfoboxMinimal|infobox
  | bodyclass = startup
  | bodyclass = startup
| name  = {{{name|{{BASEPAGENAME}}}}}
  | title = {{BASEPAGENAME}}
  | title = {{{name|{{BASEPAGENAME}}}}}


  | label1 = Country
  | label1 = Website
  | data1  = {{{country|}}}
  | data1  = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}}


  | label2 = Domain
  | label2 = Primary Vertical
  | data2  = {{#if:{{{domain|}}}|[https://{{{domain}}} {{{domain}}}]}}
  | data2  = {{#if:{{{vertical|}}}|[[{{{vertical}}}]]}}  
   
   
  | label3 = Founded
  | label3 = Latest Funding Round
  | data3 = {{{founded|}}}
  | data3 = {{#if:{{{latest_funding|}}}|[[{{{latest_funding}}}]]}}  
   
   
}}
}}
{{#if:{{{vertical|}}}|[[Category:{{{vertical}}}]]}}
{{#if:{{{latest_funding|}}}|[[Category:{{{latest_funding}}}]]}}


<noinclude>
<noinclude>
Line 34: Line 36:
"description": "Use this template to add an infobox to a Startup Page",
"description": "Use this template to add an infobox to a Startup Page",
"params": {
"params": {
"name": {
"website": {
"label": "Name",
"label": "Website",
"description": "Startup name (defaults to page name).",
"description": "Startup's primary website",
"type": "string",
"type": "url",
"suggested": true
"suggested": true
},
},
"country": {
"vertical": {
"label": "Country",
"label": "Vertical",
"description": "Country where the startup is based.",
"description": "The startup's primary vertical. Where possible, use a value from [[List of Verticals]]",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"website": {
"latest_funding": {
"label": "Website",
"label": "Vertical",
"description": "Primary website domain (e.g., example.com).",
"description": "The startup's latest funding round. Where possible, use a value from [[List of Funding Rounds]]",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 60: Line 62:
},
},
"paramOrder": [
"paramOrder": [
"name",
"country",
"website",
"website",
"vertical",
        "latest_funding",
"founded"
"founded"
]
]

Revision as of 09:42, 12 November 2025



Usage

{{Infobox_Startup
 | name    = ExampleCo
 | country = Singapore
 | website  = example.com
 | founded = 2022
}}

TemplateData

Use this template to add an infobox to a Startup Page

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Websitewebsite

Startup's primary website

URLsuggested
Verticalvertical

The startup's primary vertical. Where possible, use a value from [[List of Verticals]]

Stringsuggested
Verticallatest_funding

The startup's latest funding round. Where possible, use a value from [[List of Funding Rounds]]

Stringsuggested
Foundedfounded

The date that the startup was founded

Datesuggested