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
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="Template:Infobox/styles.css" />
<templatestyles src="Template:Infobox/styles.css" />
<templatestyles src="Template:Infobox_Startup/styles.css" />
<templatestyles src="Template:Infobox_Startup/styles.css" />{{#invoke:InfoboxMinimal|infobox
 
{{#invoke:InfoboxMinimal|infobox
  | bodyclass = investor
  | bodyclass = investor
  | title = {{BASEPAGENAME}}
  | title = {{BASEPAGENAME}}
Line 20: Line 18:
  | data4 = {{#if:{{{investment_verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investment_verticals|}}}}}}}
  | data4 = {{#if:{{{investment_verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investment_verticals|}}}}}}}


  | label5 = Investment Regions(s)
  | label5 = Investment Region(s)
  | data5 = {{#if:{{{investment_regions|}}}|{{{investment_regions}}}}}  
  | data5 = {{#if:{{{investment_regions|}}}|{{{investment_regions}}}}}  


Line 32: Line 30:
  | data8 = {{#if:{{{other_offices|}}}|{{{other_offices}}}}}  
  | data8 = {{#if:{{{other_offices|}}}|{{{other_offices}}}}}  


}}[[Category:Investors]]
}}<includeonly>[[Category:Investors]]</includeonly>
<!-- Categorisations -->
<!-- Categorisations -->
{{#if:{{{investment_verticals|}}}|
{{#if:{{{investment_verticals|}}}|
Line 42: Line 40:
   {{#invoke:ListUtils|catsAndProps
   {{#invoke:ListUtils|catsAndProps
     | list = {{{investor_type}}}
     | list = {{{investor_type}}}
     | property = HasInvestor_type
     | property = HasInvestor Type
   }}
   }}
}}
}}{{#if:{{{investment_regions|}}}|
{{#if:{{{investment_regions|}}}|
   {{#invoke:ListUtils|propsOnly
   {{#invoke:ListUtils|propsOnly
     | list = {{{investment_regions}}}
     | list = {{{investment_regions}}}
     | property = HasInvestment Region
     | property = HasInvestment Region
  }}
}}{{#if:{{{investor_type|}}}|
  {{#invoke:ListUtils|propsOnly
    | list = {{{investor_type}}}
    | property = HasInvestor Type
   }}
   }}
}}{{#if:{{{headquarters|}}}|
}}{{#if:{{{headquarters|}}}|
Line 59: Line 51:
}}{{#if:{{{status|}}}|
}}{{#if:{{{status|}}}|
   {{#set: HasStatus={{{status}}} }}
   {{#set: HasStatus={{{status}}} }}
}}
}}<noinclude>
 
<noinclude>
== Usage ==
== Usage ==
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">

Latest revision as of 08:43, 20 December 2025

Usage

{{Infobox_Investor
 | logo = ExampleLogo.png
 | status = Active
 | investor_type = Venture Capital
 | website = example.com
 | investment_verticals = Environment, Energy
 | investment_regions = Country A, Country B
 | funding_rounds = Series A, Series B
 | headquarters = Country A
 | other_offices = Country C, Country 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. If the investor has activities across different types, separate each type with a comma. Refer to page:List of Investor Types

Stringoptional
Websitewebsite

Investor's primary website

URLsuggested
Investment verticalsinvestment_verticals

The verticals that the investor invests in. Refer to page: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 headquartered in

Stringsuggested
Other offices inother_offices

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

Stringoptional