Template:Infobox Startup: Difference between revisions

No edit summary
No edit summary
Line 27: Line 27:
<templatedata>
<templatedata>
{
{
  "description": "A minimal, Lua-driven infobox for startups.",
"description": "Use this template to add an infobox to a Startup Page",
  "params": {
"params": {
    "name": {
"name": {
      "label": "Name",
"label": "Name",
      "description": "Startup name (defaults to page name).",
"description": "Startup name (defaults to page name).",
      "type": "string",
"type": "string",
      "suggested": true
"suggested": true
    },
},
    "country": {
"country": {
      "label": "Country",
"label": "Country",
      "description": "Country where the startup is based.",
"description": "Country where the startup is based.",
      "type": "string",
"type": "string",
      "suggested": true
"suggested": true
    },
},
    "domain": {
"domain": {
      "label": "Domain",
"label": "Domain",
      "description": "Primary website domain (e.g., example.com).",
"description": "Primary website domain (e.g., example.com).",
      "type": "string",
"type": "string",
      "suggested": true
"suggested": true
    }
},
  },
"founded": {
  "paramOrder": ["name", "country", "domain"]
"label": "Founded",
"description": "The date that the startup was founded",
"type": "date",
"suggested": true
}
},
"paramOrder": [
"name",
"country",
"domain",
"founded"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>