Template:Infobox company: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
| imported>Hb1290 No edit summary | imported>Hb1290  No edit summary | ||
| (30 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| <includeonly><templatestyles src=infobox/styles.css /><div class=infobox><infobox> | |||
| <header>{{{name|{{PAGENAME}}}}}</header> | |||
| <image source="image"/> | |||
| <group> | |||
| <data source="founded"><label>Founded:</label></data> | |||
| <data source="predecessors"><label>Predecessors:</label></data> | |||
| <data source="founder"><label>Founder:</label></data> | |||
| <data source="formerly"><label>Formerly:</label></data> | |||
| <data source="key people"><label>Key People:</label></data> | |||
| <data source="defunct"><label>Defunct:</label></data> | |||
| <data source="fate"><label>Fate:</label></data> | |||
| <data source="successors"><label>Successors:</label></data>     | |||
| <data source="country"><label>Location:</label></data> | |||
| <data source="parent"><label>Parent:</label></data> | |||
| <data source="subsidiaries"><label>Subsidiaries:</label></data> | |||
| <data source="website"><label>Website:</label></data> | |||
| </group> | |||
| </infobox></div></includeonly> | |||
| <noinclude> | |||
| <templatedata> | |||
| { | |||
| 	"params": { | |||
| 		"name": { | |||
| 			"description": "The name of the company.", | |||
| 			"type": "string" | |||
| 		}, | |||
| 		"image": { | |||
| 			"type": "wiki-file-name" | |||
| 		}, | |||
| 		"founded": { | |||
| 			"label": "Founded:", | |||
| 			"description": "The date in which the company was founded/established", | |||
| 			"required": true | |||
| 		}, | |||
| 		"predecessors": { | |||
| 			"label": "Predecessors:", | |||
| 			"description": "The predecessor(s) of the company." | |||
| 		}, | |||
| 		"founder": { | |||
| 			"label": "Founder:", | |||
| 			"description": "The founder(s) of the company" | |||
| 		}, | |||
| 		"formerly": { | |||
| 			"label": "Formerly:", | |||
| 			"description": "The former name(s) of the company and when the name(s) was/were used" | |||
| 		}, | |||
| 		"key people": { | |||
| 			"label": "Key People:", | |||
| 			"description": "The list of people of prominence working in the company (e.g. CEO, Chairman)" | |||
| 		}, | |||
| 		"defunct": { | |||
| 			"label": "Defunct:", | |||
| 			"description": "The date in which the company went defunct/closed down" | |||
| 		}, | |||
| 		"fate": { | |||
| 			"label": "Fate:", | |||
| 			"description": "The fate/status of the company" | |||
| 		}, | |||
| 		"successors": { | |||
| 			"label": "Successors:", | |||
| 			"description": "The successor(s) of the company" | |||
| 		}, | |||
| 		"country": { | |||
| 			"label": "Location:", | |||
| 			"description": "The country in which the company is established/headquartered on", | |||
| 			"example": "United States", | |||
| 			"required": true | |||
| 		}, | |||
| 		"parent": { | |||
| 			"label": "Parent:", | |||
| 			"description": "Another company/other companies that own(s) this company" | |||
| 		}, | |||
| 		"subsidiaries": { | |||
| 			"label": "Subsidiaries:", | |||
| 			"description": "The other (smaller) companies owned by this company" | |||
| 		}, | |||
| 		"website": { | |||
| 			"label": "Websites:", | |||
| 			"description": "Websites owned by the company" | |||
| 		} | |||
| 	} | |||
| } | |||
| </templatedata> | |||
| [[Category:Infobox templates]] | |||
| </noinclude> | |||
Latest revision as of 11:36, 11 June 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | The name of the company. | String | optional | 
| image | image | no description | File | optional | 
| Founded: | founded | The date in which the company was founded/established | Unknown | required | 
| Predecessors: | predecessors | The predecessor(s) of the company. | Unknown | optional | 
| Founder: | founder | The founder(s) of the company | Unknown | optional | 
| Formerly: | formerly | The former name(s) of the company and when the name(s) was/were used | Unknown | optional | 
| Key People: | key people | The list of people of prominence working in the company (e.g. CEO, Chairman) | Unknown | optional | 
| Defunct: | defunct | The date in which the company went defunct/closed down | Unknown | optional | 
| Fate: | fate | The fate/status of the company | Unknown | optional | 
| Successors: | successors | The successor(s) of the company | Unknown | optional | 
| Location: | country | The country in which the company is established/headquartered on 
 | Unknown | required | 
| Parent: | parent | Another company/other companies that own(s) this company | Unknown | optional | 
| Subsidiaries: | subsidiaries | The other (smaller) companies owned by this company | Unknown | optional | 
| Websites: | website | Websites owned by the company | Unknown | optional |