Template:Infobox company: Difference between revisions
AdminEncyclo (talk | contribs) No edit summary |
AdminEncyclo (talk | contribs) Added key_people field to Infobox company template |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| 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;" | | | colspan="2" style="text-align:center;" | [[File:{{{logo|}}}|300px]] | ||
[[File:{{{logo|}}}| | |||
|- | |- | ||
! Type | ! Type | ||
| Line 22: | Line 17: | ||
| {{{founders|}}} | | {{{founders|}}} | ||
|- | |- | ||
{{#if:{{{key_people|}}}| | |||
! Key people | |||
{{!}} {{{key_people}}} | |||
{{!}}- | |||
}} | |||
! Headquarters | ! Headquarters | ||
| {{{headquarters|}}} | | {{{headquarters|}}} | ||
| Line 35: | Line 35: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
{{Documentation}} | |||
</noinclude> | |||