Template:Infobox Investor: Difference between revisions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
| label3 = Investment Vertical(s) | | label3 = Investment Vertical(s) | ||
| label3 = {{#if:{{{investment_verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investment_verticals|}}}}}}} | | label3 = {{#if:{{{investment_verticals|}}}|{{#invoke:ListUtils|linkifyCommaList|{{{investment_verticals|}}}}}}} | ||
| label4 = Funding Round(s) | |||
| data4 = {{#if:{{{funding_rounds|}}}|{{{funding_rounds}}}}} | |||
}} | }} | ||
| Line 23: | Line 26: | ||
{{#invoke:ListUtils|catsAndProps | {{#invoke:ListUtils|catsAndProps | ||
| list = {{{investment_verticals}}} | | list = {{{investment_verticals}}} | ||
| property = | | property = HasInvestment Vertical | ||
}} | }} | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
| Line 36: | Line 37: | ||
| status = Active | | status = Active | ||
| website = example.com | | website = example.com | ||
| investment_verticals = Environment, Energy | |||
| funding_rounds = Series A, Series B | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 63: | Line 66: | ||
"investment_verticals": { | "investment_verticals": { | ||
"label": "Investment vertical", | "label": "Investment vertical", | ||
"description": "The verticals that the investor operates in. Where possible, use a value from [[List of Verticals]]", | "description": "The verticals that the investor operates in. Where possible, use a value from [[List of Verticals]].", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "funding_rounds": { | ||
"label": " | "label": "Funding rounds", | ||
"description": " | "description": "The funding rounds that the investor participates in", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | }, | ||
"paramOrder": ["status", "website", "investment_verticals", " | "paramOrder": ["status", "website", "investment_verticals", "funding_rounds"] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||