Template:Infobox Startup: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Use this template to add an infobox to a Startup Page", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Startup name (defaults to page name).", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"country": { | |||
"label": "Country", | |||
"description": "Country where the startup is based.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"domain": { | |||
"label": "Domain", | |||
"description": "Primary website domain (e.g., example.com).", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"description": "The date that the startup was founded", | |||
"type": "date", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"country", | |||
"domain", | |||
"founded" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 00:28, 11 November 2025
Usage
{{Infobox_Startup
| name = ExampleCo
| country = Singapore
| domain = example.com
}}
TemplateData
Use this template to add an infobox to a Startup Page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Startup name (defaults to page name). | String | suggested |
| Country | country | Country where the startup is based. | String | suggested |
| Domain | domain | Primary website domain (e.g., example.com). | String | suggested |
| Founded | founded | The date that the startup was founded | Date | suggested |