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

From The Deep Tech Wiki
No edit summary
No edit summary
Line 10: Line 10:
  | label1 = Status
  | label1 = Status
  | data1 = {{#if:{{{status|}}}|[[{{{status}}}]]}}
  | data1 = {{#if:{{{status|}}}|[[{{{status}}}]]}}
| label2 = Investor Type
| data2 = {{#if:{{{investor_type|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investor_type|}}}}}}}
| label3 = Website
| data3  = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}}
   
   
  | label2 = Website
  | label4 = Investment Vertical(s)
  | data2 = {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}}
  | data4 = {{#if:{{{investment_verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investment_verticals|}}}}}}}
 
| label5 = Investment Regions(s)
| data5 = {{#if:{{{investment_regions|}}}|{{{investment_regions}}}}}
 
  | label6 = Funding Round(s)
| data6 = {{#if:{{{funding_rounds|}}}|{{{funding_rounds}}}}}
 
| label7 = Headquarters
| data7 = {{#if:{{{headquarters|}}}|{{{headquarters}}}}}  
   
   
  | label3 = Investment Vertical(s)
  | label8 = Other Offices in
  | label3 = {{#if:{{{investment_verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investment_verticals|}}}}}}}
  | data8 = {{#if:{{{other_offices|}}}|{{{other_offices}}}}}  
| label4 = Funding Round(s)
| data4 = {{#if:{{{funding_rounds|}}}|{{{funding_rounds}}}}}  


}}
}}
Line 29: Line 41:
   }}
   }}
}}
}}
{{#if:{{{investment_regions|}}}|
  {{#invoke:ListUtils|propsOnly
    | list = {{{investment_regions}}}
    | property = HasInvestment Region
  }}
}}
{{#if:{{{investor_type|}}}|
  {{#invoke:ListUtils|propsOnly
    | list = {{{investor_type}}}
    | property = HasInvestor Type
  }}
}}
{{#if:{{{headquarters|}}}|[[HasHeadquarters::{{{headquarters}}}]]}}


<noinclude>
<noinclude>
Line 57: Line 85:
                 "Inactive"
                 "Inactive"
             ]
             ]
        },
        "logo": {
            "label": "Logo",
            "description": "The filename of the startup's logo (e.g., ExampleLogo.png)",
            "type": "wiki-file-name"
         },
         },
"website": {
"website": {
Line 65: Line 98:
},
},
"investment_verticals": {
"investment_verticals": {
"label": "Investment vertical",
"label": "Investment verticals",
"description": "The verticals that the investor operates in. Where possible, use a value from [[List of Verticals]].",
"description": "The verticals that the investor invests in. Where possible, use a value from [[List of Verticals]].",
"type": "string",
"suggested": true
},
        "investment_regions": {
"label": "Investment regions",
"description": "The regions where the investor invests in. Separate each region with a comma",
"type": "string",
"suggested": true
},
        "funding_rounds": {
            "label": "Funding rounds",
            "description": "The funding rounds that the investor participates in",
            "type": "string",
            "suggested": true
        },
        "headquarters": {
"label": "Headquarters country",
"description": "The country that the investor is headquarted in",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
    "funding_rounds": {
"other_offices": {
      "label": "Funding rounds",
"label": "Other offices in",
      "description": "The funding rounds that the investor participates in",
"description": "Any countries other than the headquarters country that the investor has offices in",
      "type": "string",
"type": "string"
      "suggested": true
},
    }
"investor_type": {
"label": "Investor Type",
"description": "The investor's type or class. Use values from [[List of Investor Types]] where possible. If the investor has activities across different types, separate each type with a comma",
"type": "string"
}
   },
   },
   "paramOrder": ["status", "website", "investment_verticals", "funding_rounds"]
 
   "paramOrder": ["status", "logo", "investor_type", "website", "investment_verticals", "investment_regions", "funding_rounds", "headquarters", "other_offices"]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 10:44, 13 November 2025






Usage

{{Infobox_Investor
 | logo = ExampleLogo.png
 | status = Active
 | website = example.com
 | investment_verticals = Environment, Energy
 | funding_rounds = Series A, Series B
}}

TemplateData

Use this template to add an infobox to an Investor page

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Statusstatus

The current operational status of the company.

Suggested values
Active Inactive
Stringrequired
Logologo

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

Fileoptional
Investor Typeinvestor_type

The investor's type or class. Use values from [[List of Investor Types]] where possible. If the investor has activities across different types, separate each type with a comma

Stringoptional
Websitewebsite

Investor's primary website

URLsuggested
Investment verticalsinvestment_verticals

The verticals that the investor invests in. Where possible, use a value from [[List of Verticals]].

Stringsuggested
Investment regionsinvestment_regions

The regions where the investor invests in. Separate each region with a comma

Stringsuggested
Funding roundsfunding_rounds

The funding rounds that the investor participates in

Stringsuggested
Headquarters countryheadquarters

The country that the investor is headquarted in

Stringsuggested
Other offices inother_offices

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

Stringoptional