Template:Infobox company: Difference between revisions
AdminEncyclo (talk | contribs) Created page with "<includeonly> {| class="infobox" style="width:300px; float:right; margin:0 0 1em 1em; border:1px solid #aaa; background:#f9f9f9; padding:5px;" |+ style="font-size:125%; font-weight:bold;" | {{{name|}}} |- ! Type | {{{type|}}} |- ! Industry | {{{industry|}}} |- ! Founded | {{{founded|}}} |- ! Founder(s) | {{{founders|}}} |- ! Headquarters | {{{headquarters|}}} |- ! Area served | {{{area_served|}}} |- ! Services | {{{services|}}} |- ! Website | {{{website|}}} |} </includeo..." |
AdminEncyclo (talk | contribs) Added key_people field to Infobox company template |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{| class="infobox" style="width:300px; float:right; margin:0 0 1em 1em; border:1px solid #aaa; background:#f9f9f9; padding:5px;" | {| class="infobox" style="width:300px; float:right; margin:0 0 1em 1em; border:1px solid #aaa; background:#f9f9f9; padding:5px;" | ||
|+ style="font-size:125%; font-weight:bold;" | {{{name|}}} | |+ style="font-size:125%; font-weight:bold;" | {{{name|}}} | ||
|- | |||
| colspan="2" style="text-align:center;" | [[File:{{{logo|}}}|300px]] | |||
|- | |- | ||
! Type | ! Type | ||
| Line 15: | Line 17: | ||
| {{{founders|}}} | | {{{founders|}}} | ||
|- | |- | ||
{{#if:{{{key_people|}}}| | |||
! Key people | |||
{{!}} {{{key_people}}} | |||
{{!}}- | |||
}} | |||
! Headquarters | ! Headquarters | ||
| {{{headquarters|}}} | | {{{headquarters|}}} | ||
| Line 28: | Line 35: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
{{Documentation}} | |||
</noinclude> | |||