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 27: Line 27:
<templatedata>
<templatedata>
{
{
  "description": "A minimal, Lua-driven infobox for startups.",
"description": "Use this template to add an infobox to a Startup Page",
  "params": {
"params": {
    "name": {
"name": {
      "label": "Name",
"label": "Name",
      "description": "Startup name (defaults to page name).",
"description": "Startup name (defaults to page name).",
      "type": "string",
"type": "string",
      "suggested": true
"suggested": true
    },
},
    "country": {
"country": {
      "label": "Country",
"label": "Country",
      "description": "Country where the startup is based.",
"description": "Country where the startup is based.",
      "type": "string",
"type": "string",
      "suggested": true
"suggested": true
    },
},
    "domain": {
"domain": {
      "label": "Domain",
"label": "Domain",
      "description": "Primary website domain (e.g., example.com).",
"description": "Primary website domain (e.g., example.com).",
      "type": "string",
"type": "string",
      "suggested": true
"suggested": true
    }
},
  },
"founded": {
  "paramOrder": ["name", "country", "domain"]
"label": "Founded",
"description": "The date that the startup was founded",
"type": "date",
"suggested": true
}
},
"paramOrder": [
"name",
"country",
"domain",
"founded"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 00:28, 11 November 2025


Usage

{{Infobox_Startup
 | name    = ExampleCo
 | country = Singapore
 | domain  = example.com
}}

TemplateData

Use this template to add an infobox to a Startup Page

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Startup name (defaults to page name).

Stringsuggested
Countrycountry

Country where the startup is based.

Stringsuggested
Domaindomain

Primary website domain (e.g., example.com).

Stringsuggested
Foundedfounded

The date that the startup was founded

Datesuggested