Template:CompanyInfobox: Difference between revisions

Fix formatting
Fix templatedata
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
     <div style="display: flex; gap: 8px; flex-direction: column">
     <div style="display: flex; gap: 8px; flex-direction: column">
         <div class="infobox-title">{{PAGENAME}}</div>
         <div class="infobox-title">{{PAGENAME}}</div>
         <div class="infobox-image">
         <div class="infobox-image">[[File:{{{Logo|QuestionMark.svg}}}|200px]]</div>
            [[File:{{{Logo|QuestionMark.svg}}}|200px]]
        </div>
         <table class="infobox-table">
         <table class="infobox-table">
             <tr>
             <tr>
Line 60: 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 66: 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 79: 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": {