Template:Startup/Funding entry/doc

Description

This template defines a single row in the Template:Startup/Funding history table.

It handles two tasks:

  1. **Display:** Renders a table row with the Investor name and Round.
  2. **Data Storage:** Stores a Semantic MediaWiki subobject with the funding details.

⚠️ Important: Subpage Logic

To prevent duplicate data, this template includes a conditional check:

  • It **only stores** the subobject if the page name ends in /Funding_history.
  • This allows you to transclude the Funding History table onto a main Startup page without creating a second, duplicate set of semantic data.

Usage

{{Startup/Funding entry
| investor = Sequoia
| round = Series A
}}