Template:Infobox company: Difference between revisions
Knowlepedia (talk | contribs) Created page with "<includeonly> <table class="infobox vcard" style="width: 22em; font-size: 90%; line-height: 1.4em; background: #f9f9f9; border: 1px solid #aaa; padding: 5px;"> <tr> <th colspan="2" style="text-align:center; background-color:#ddd; font-size:110%; font-weight:bold;">{{{name}}}</th> </tr> {{#if:{{{logo|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{logo}}}|200px|center]]</td></tr>}} {{#if:{{{type|}}}|<tr><th scope="row">Type</th><td>{{{type}}}</td>..." Â |
Knowlepedia (talk | contribs) No edit summary  |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width:300px; font-size:90%; line-height:1.5em; border:1px solid #aaa; background:#f9f9f9; float:right; margin:0 0 1em 1em;" | |||
|+ style="background:#e1f5fe; color:black; font-weight:bold; text-align:center; padding:5px;" | {{{name|{{PAGENAME}}}}} | |||
|- | |||
| colspan="2" style="text-align:center;" | [[File:{{{logo|No_image.svg}}}|250px|frameless]] | |||
|- | |||
| colspan="2" style="text-align:center; font-size:90%;" | ''{{{logo_caption|}}}'' | |||
|- | |||
! style="background:#e0e0e0;" | Type | |||
| {{{type|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Industry | |||
| {{{industry|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Founded | |||
| {{{founded|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Founder | |||
| {{{founder|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Headquarters | |||
| {{{headquarters|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Area served | |||
| {{{area_served|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Key people | |||
| {{{key_people|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Products | |||
| {{{products|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Services | |||
| {{{services|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Revenue | |||
| {{{revenue|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Employees | |||
| {{{number_of_employees|}}} | |||
|- | |||
! style="background:#e0e0e0;" | Website | |||
| {{{website|}}} | |||
|} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
[[Category:Infobox templates]] | |||
</noinclude> |