Template:Infobox Startup: Difference between revisions
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> | ||