Template:Infobox Startup: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
| name = {{{name|{{BASEPAGENAME}}}}} | | name = {{{name|{{BASEPAGENAME}}}}} | ||
| title = {{{name|{{BASEPAGENAME}}}}} | | title = {{{name|{{BASEPAGENAME}}}}} | ||
| label1 = Country | | label1 = Country | ||
| Line 15: | Line 12: | ||
| label2 = Domain | | label2 = Domain | ||
| data2 = {{#if:{{{domain|}}}|[https://{{{domain}}} {{{domain}}}]}} | | data2 = {{#if:{{{domain|}}}|[https://{{{domain}}} {{{domain}}}]}} | ||
| label3 = Founded | |||
| data3 = {{{founded|}}} | |||
}} | }} | ||
| Line 23: | Line 24: | ||
| name = ExampleCo | | name = ExampleCo | ||
| country = Singapore | | country = Singapore | ||
| | | website = example.com | ||
| founded = 2022 | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 44: | Line 46: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "website": { | ||
"label": " | "label": "Website", | ||
"description": "Primary website domain (e.g., example.com).", | "description": "Primary website domain (e.g., example.com).", | ||
"type": "string", | "type": "string", | ||
| Line 55: | Line 57: | ||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
} | } | ||
}, | |||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"country", | "country", | ||
" | "website", | ||
"founded" | "founded" | ||
] | ] | ||
Revision as of 09:06, 11 November 2025
Usage
{{Infobox_Startup
| name = ExampleCo
| country = Singapore
| website = example.com
| founded = 2022
}}
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 |
| Website | website | Primary website domain (e.g., example.com). | String | suggested |
| Founded | founded | The date that the startup was founded | Date | suggested |