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}}}}} | ||
| image = {{{logo|}}} | |||
| caption = {{{caption|}}} | |||
| label1 = Country | | label1 = Country | ||
| Line 52: | Line 55: | ||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
} | }, | ||
"logo": { | |||
"label": "Logo", | |||
"description": "Logo filename (e.g., MyStartupLogo.png). Do not add 'File:'.", | |||
"type": "string" | |||
}, | |||
"caption": { | |||
"label": "Logo Caption", | |||
"description": "Optional caption to display under the logo.", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"logo", | |||
"caption", | |||
"country", | "country", | ||
"domain", | "domain", | ||
Revision as of 04:15, 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 |
| Logo | logo | Logo filename (e.g., MyStartupLogo.png). Do not add 'File:'. | String | optional |
| Logo Caption | caption | Optional caption to display under the logo. | String | optional |
| 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 |