Template:CompanyInfobox: Difference between revisions

Schang1146 (talk | contribs)
No edit summary
Schang1146 (talk | contribs)
Fix templatedata
Line 58: Line 58:
"type": "date",
"type": "date",
"description": "What year-month-day was the company founded (month and day are NOT required)",
"description": "What year-month-day was the company founded (month and day are NOT required)",
"required": true,
"required": false,
"example": "2000-01-01"
"example": "2000-01-01"
},
},
Line 64: Line 64:
"type": "string",
"type": "string",
"description": "What economic sector a company belongs to based on its main activity",
"description": "What economic sector a company belongs to based on its main activity",
"required": true,
"required": false,
"example": "Electronics,Servers,Streaming Services"
"example": "Electronics,Servers,Streaming Services"
},
},
Line 77: Line 77:
"type": "string",
"type": "string",
"description": "Type of company ownership",
"description": "Type of company ownership",
"required": true,
"required": false,
"example": "Public,Non-Profit"
"example": "Public"
         },
         },
"Website": {
"Website": {