Template:Infobox company: Difference between revisions

No edit summary
Added key_people field to Infobox company template
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#if: {{{logo|}}} | __PAGEIMAGE__{{{logo}}} }}
{| 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|}}}|200px]]
 
|-
|-
! Type
! Type
Line 22: Line 17:
| {{{founders|}}}
| {{{founders|}}}
|-
|-
{{#if:{{{key_people|}}}|
! Key people
{{!}} {{{key_people}}}
{{!}}-
}}
! Headquarters
! Headquarters
| {{{headquarters|}}}
| {{{headquarters|}}}
Line 36: Line 36:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Usage ==
{{Documentation}}
<pre>
{{Infobox company
| name =
| logo =
| type =
| industry =
| founded =
| founders =
| headquarters =
| area_served =
| services =
| website =
}}
</pre>
</noinclude>
</noinclude>