Template:Infobox Investor

Revision as of 13:19, 10 November 2025 by C (talk | contribs) (Created page with "<templatestyles src="Template:Infobox/styles.css" /> <templatestyles src="Template:Infobox_Startup/styles.css" /> {{#invoke:InfoboxMinimal|infobox | bodyclass = investor | name = {{{name|{{BASEPAGENAME}}}}} | title = {{{name|{{BASEPAGENAME}}}}} | label1 = Country | data1 = {{{country|}}} | label2 = Domain | data2 = {{#if:{{{domain|}}}|[https://{{{domain}}} {{{domain}}}]}} }} <noinclude> == Usage == <syntaxhighlight lang="text"> {{Infobox_Investor | name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

{{Infobox_Investor
 | name    = Example Capital
 | country = Singapore
 | domain  = example.vc
}}

TemplateData

A minimal, Lua-driven infobox for investors, aligned with Infobox_Startup.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Investor name (defaults to page name).

Stringsuggested
Countrycountry

Country where the investor is based.

Stringsuggested
Domaindomain

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

Stringsuggested