Template:Startup/Funding history table: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| class="wikitable | <div style="max-height: 400px; overflow-y: auto; overflow-x: hidden;"> | ||
{| class="wikitable mw-collapsible" style="text-align: center;" | |||
|- | |- | ||
! colspan="2" style="text-align: center; font-size: 110%;" | Funding History | ! colspan="2" style="position: sticky; top: 0; z-index: 10; text-align: center; font-size: 110%; background-color: #eaecf0; box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);" | Funding History | ||
|- | |- | ||
! Investor | ! Investor | ||
| Line 11: | Line 12: | ||
{{{investors|}}} | {{{investors|}}} | ||
|} | |} | ||
</div> | |||
</includeonly> | </includeonly> | ||
Revision as of 01:07, 3 December 2025
Description
This template creates the container table for a startup's funding history. It is designed to work in conjunction with Template:Startup/Funding entry.
Example usage
{{Startup/Funding history table
| investors =
{{Startup/Funding entry | investor = Y Combinator | round = Seed }}
{{Startup/Funding entry | investor = Andreessen Horowitz | round = Series A }}
}}