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 Other stakeholder: Difference between revisions

From The Deep Tech Wiki
Created page with "<templatestyles src="Template:Infobox/styles.css" /> <templatestyles src="Template:Infobox_Startup/styles.css" /> {{#invoke:InfoboxMinimal|infobox | bodyclass = other_organisation | title = {{BASEPAGENAME}} | image = {{{logo|}}} | label1 = Status | data1 = {{#if:{{{status|}}}|{{{status}}}}} | label2 = Organisation Type | data2 = {{#if:{{{organisation_type|}}}|{{{organisation_type}}}}} | label3 = Website | data3 = {{#if:{{{website|}}}|[{{{website}}} {{{web..."
 
No edit summary
Line 3: Line 3:


{{#invoke:InfoboxMinimal|infobox
{{#invoke:InfoboxMinimal|infobox
  | bodyclass = other_organisation
  | bodyclass = other_stakeholder
  | title = {{BASEPAGENAME}}
  | title = {{BASEPAGENAME}}


Line 11: Line 11:
  | data1 = {{#if:{{{status|}}}|{{{status}}}}}
  | data1 = {{#if:{{{status|}}}|{{{status}}}}}


  | label2 = Organisation Type
  | label2 = Stakeholder Type
  | data2 = {{#if:{{{organisation_type|}}}|{{{organisation_type}}}}}
  | data2 = {{#if:{{{stakeholder_type|}}}|{{{stakeholder_type}}}}}


  | label3 = Website
  | label3 = Website
Line 31: Line 31:
== Usage ==
== Usage ==
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
{{Infobox_Other_organisation
{{Infobox_Other_stakeholder
  | logo = ExampleLogo.png
  | logo = ExampleLogo.png
  | status = Active
  | status = Active
  | organisation_type = Accelerator
  | stakeholder_type = Accelerator
  | website = example.com
  | website = example.com
  | headquarters = Country A
  | headquarters = Country A
Line 45: Line 45:
<templatedata>
<templatedata>
{
{
   "description": "Use this template to add an infobox to an organisation's page",
   "description": "Use this template to add an infobox to a stakeholder's page",
   "params": {
   "params": {
       "status": {
       "status": {
             "label": "Status",
             "label": "Status",
             "description": "The current operational status of the organisation.",
             "description": "The current operational status of the stakeholder.",
             "type": "string",
             "type": "string",
             "required": true,
             "required": true,
Line 60: Line 60:
         "logo": {
         "logo": {
             "label": "Logo",
             "label": "Logo",
             "description": "The filename of the startup's logo (e.g., ExampleLogo.png)",
             "description": "The filename of the stakeholder's logo (e.g., ExampleLogo.png)",
             "type": "wiki-file-name"
             "type": "wiki-file-name"
         },
         },
         "organisation_type": {
         "stakeholder_type": {
"label": "Organisation Type",
"label": "Stakeholder Type",
"description": "The type of organisation this is (e.g. research institute, accelerator)",
"description": "The type of stakeholder this is (e.g. research institute, accelerator)",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 71: Line 71:
"website": {
"website": {
"label": "Website",
"label": "Website",
"description": "Investor's primary website",
"description": "Stakeholder's primary website",
"type": "url",
"type": "url",
"suggested": true
"suggested": true
Line 77: Line 77:
         "headquarters": {
         "headquarters": {
"label": "Headquarters country",
"label": "Headquarters country",
"description": "The country that the organisation is headquarted in",
"description": "The country that the stakeholder is headquarted in",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 83: Line 83:
"other_offices": {
"other_offices": {
"label": "Other offices in",
"label": "Other offices in",
"description": "Any countries other than the headquarters country that the organisation has offices in",
"description": "Any countries other than the headquarters country that the stakeholder has offices in",
"type": "string"
"type": "string"
},
},
"associated_verticals": {
"associated_verticals": {
"label": "Associated verticals",
"label": "Associated verticals",
"description": "The verticals that the organisation is involved in. Refer to page:List of Verticals.",
"description": "The verticals that the stakeholder is involved in. Refer to page:List of Verticals.",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
Line 94: Line 94:
   },
   },


   "paramOrder": ["status", "logo", "organisation_type", "website", "headquarters", "other_offices", "associated_verticals"]
   "paramOrder": ["status", "logo", "stakeholder_type", "website", "headquarters", "other_offices", "associated_verticals"]
}
}


</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 02:26, 20 November 2025


Usage

{{Infobox_Other_stakeholder
 | logo = ExampleLogo.png
 | status = Active
 | stakeholder_type = Accelerator
 | website = example.com
 | headquarters = Country A
 | other_offices = Country B, Country C
 | verticals = Energy, Environment
}}

TemplateData

Use this template to add an infobox to a stakeholder's page

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Statusstatus

The current operational status of the stakeholder.

Suggested values
Active Inactive
Stringrequired
Logologo

The filename of the stakeholder's logo (e.g., ExampleLogo.png)

Fileoptional
Stakeholder Typestakeholder_type

The type of stakeholder this is (e.g. research institute, accelerator)

Stringsuggested
Websitewebsite

Stakeholder's primary website

URLsuggested
Headquarters countryheadquarters

The country that the stakeholder is headquarted in

Stringsuggested
Other offices inother_offices

Any countries other than the headquarters country that the stakeholder has offices in

Stringoptional
Associated verticalsassociated_verticals

The verticals that the stakeholder is involved in. Refer to page:List of Verticals.

Stringsuggested