Template:InfoboxCompany: Difference between revisions
Appearance
m remove style, use classes |
MadMallard (talk | contribs) Added ownership type, to facilitate chain of responsibility for policies carried out by a company |
||
Line 12: | Line 12: | ||
<th>{{nowrap|Founded}}</th> | <th>{{nowrap|Founded}}</th> | ||
<td>{{{Founded}}}</td> | <td>{{{Founded}}}</td> | ||
</tr> | |||
<tr> | |||
<th>{{nowrap|Type}}</th> | |||
<td>{{{Type}}}</td> | |||
</tr> | </tr> | ||
Line 32: | Line 37: | ||
{{InfoboxCompany | {{InfoboxCompany | ||
| Company = Company Name | | Company = Company Name | ||
| Type = Public | |||
| Founded = 2000 | | Founded = 2000 | ||
| Industry = Industrial | | Industry = Industrial | ||
Line 41: | Line 47: | ||
{{InfoboxCompany | {{InfoboxCompany | ||
| Company = | | Company = | ||
| Type = | |||
| Founded = | | Founded = | ||
| Industry = | | Industry = | ||
Line 58: | Line 65: | ||
"required": true | "required": true | ||
}, | }, | ||
"Type" : { | |||
"type": "string", | |||
"description": "Ownership status of company", | |||
"required": true | |||
}, | |||
"Founded": { | "Founded": { | ||
"type": "string", | "type": "string", |
Revision as of 03:32, 21 January 2025
Usage
To have this infobox appear to the right of the page, add this to the page with the text you wish to appear on the box when using the source editor.
{{InfoboxCompany | Company = | Type = | Founded = | Industry = | Official Website = | Logo= }}
Template Data
This is a a simple information box to use in product line articles. Parameters are the information displayed on the infobox.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | Name of Company | String | required |
Type | Type | Type of company ownership
| Unknown | optional |
Founded | Founded | What year was the company founded | String | required |
Industry | Industry | conglomerate, electronics manufacturer
| String | required |
Official Website | Official Website | Website of the company. | String | required |
Logo | Logo | The logo accociated with the company.
| File | required |