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

Form:Add funding history: Difference between revisions

From The Deep Tech Wiki
No edit summary
No edit summary
Line 7: Line 7:


<h3>Funding History</h3>
<h3>Funding History</h3>
<div style="display: grid; grid-template-columns: 3fr 2fr 50px; gap: 10px; font-weight: bold; border-bottom: 2px solid #ccc; padding-bottom: 5px; margin-bottom: 10px;">
  <div>Investor</div>
  <div>Round</div>
  <div></div>
</div>


{{{for template|Startup/Investor table}}}
{{{for template|Startup/Investor table}}}
<table class="wikitable" style="width: 100%;">
  <div style="margin-bottom: 10px;">
<thead>
    {{{field|investors|holds template}}}
<tr>
  </div>
<th style="width: 50%;">Investor</th>
<th style="width: 30%;">Round</th>
<th style="width: 20%;">Actions</th>
</tr>
</thead>
<tbody>
{{{field|investors|holds template}}}
</tbody>
</table>
{{{end template}}}
{{{end template}}}


{{{for template|Startup/InvestorEntry|multiple|embed in field=Startup/Investor table[investors]}}}
{{{for template|Startup/InvestorEntry|multiple|embed in field=Startup/Investor table[investors]}}}
<tr>
<div style="display: grid; grid-template-columns: 3fr 2fr 50px; gap: 10px; align-items: center; margin-bottom: 5px; padding: 5px; background: #f8f9fa; border: 1px solid #ddd;">
<td>{{{field|investor|input type=text|values from category=Investors|mandatory|size=40|placeholder=e.g. Sequoia Capital}}}</td>
  <div>
<td>{{{field|round|input type=combobox|values from property=HasFunding_Round|mandatory|size=20}}}</td>
    {{{field|investor|input type=text|values from category=Investors|mandatory|placeholder=Investor Name}}}
<td></td>  
  </div>
</tr>
  <div>
    {{{field|round|input type=combobox|values from property=HasFunding_Round|mandatory}}}
  </div>
  <div>
    </div>
</div>
{{{end template}}}
{{{end template}}}


{{{standard input|save}}}
{{{standard input|save}}}
{{{standard input|cancel}}}
{{{standard input|cancel}}}

Revision as of 07:47, 2 December 2025

This form allows adding investors to a Startup page.

{{{info}}}

Funding History

Investor
Round

Startup/Investor table

   investors

{{{end template}}}

Startup/InvestorEntry

   investor
   round

{{{end template}}}

save cancel