Template:InfoboxCompany: Difference between revisions
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", |