Template:Infobox company: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
(64 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><infobox> | <includeonly><templatestyles src=infobox/styles.css /><div class=infobox><infobox> | ||
<header>{{PAGENAME}}</header> | <header>{{{name|{{PAGENAME}}}}}</header> | ||
<image source="image"/> | <image source="image"/> | ||
<group> | <group> | ||
Line 14: | Line 14: | ||
<data source="parent"><label>Parent:</label></data> | <data source="parent"><label>Parent:</label></data> | ||
<data source="subsidiaries"><label>Subsidiaries:</label></data> | <data source="subsidiaries"><label>Subsidiaries:</label></data> | ||
<data source="website"><label>Website:</label></data> | |||
</group> | </group> | ||
</infobox></includeonly> | </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> |