Jump to content

Template:Infobox company: Difference between revisions

From WikiGence
m Protected "Template:Infobox company" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 1: Line 1:
<table class="infobox vcard" style="width: 22em; font-size: 90%;">
<table class="infobox vcard" style="width: 22em; font-size: 90%;">
{{#if:{{{name|}}}|
<tr>
<tr>
   <th colspan="2" style="text-align: center; font-size: 120%; background-color: #f8f9fa;">{{{name|}}}</th>
   <th colspan="2" style="text-align: center; font-size: 120%; background-color: #f8f9fa;">{{{name}}}</th>
</tr>
</tr>}}
 
{{#if:{{{logo|}}}|
<tr>
<tr>
   <td colspan="2" style="text-align: center;">[[File:{{{logo|}}}|150px]]</td>
   <td colspan="2" style="text-align: center;">[[File:{{{logo}}}|150px]]</td>
</tr>
</tr>}}
 
{{#if:{{{type|}}}|
<tr>
<tr>
   <th scope="row">Type</th>
   <th scope="row">Type</th>
   <td>{{{type|}}}</td>
   <td>{{{type}}}</td>
</tr>
</tr>}}
 
{{#if:{{{traded_as|}}}|
<tr>
<tr>
   <th scope="row">Traded as</th>
   <th scope="row">Traded as</th>
   <td>{{{traded_as|}}}</td>
   <td>{{{traded_as}}}</td>
</tr>
</tr>}}
 
{{#if:{{{industry|}}}|
<tr>
<tr>
   <th scope="row">Industry</th>
   <th scope="row">Industry</th>
   <td>{{{industry|}}}</td>
   <td>{{{industry}}}</td>
</tr>
</tr>}}
 
{{#if:{{{founded|}}}|
<tr>
<tr>
   <th scope="row">Founded</th>
   <th scope="row">Founded</th>
   <td>{{{founded|}}}</td>
   <td>{{{founded}}}</td>
</tr>
</tr>}}
 
{{#if:{{{founder|}}}|
<tr>
<tr>
   <th scope="row">Founder</th>
   <th scope="row">Founder</th>
   <td>{{{founder|}}}</td>
   <td>{{{founder}}}</td>
</tr>
</tr>}}
 
{{#if:{{{hq|}}}|
<tr>
<tr>
   <th scope="row">Headquarters</th>
   <th scope="row">Headquarters</th>
   <td>{{{hq|}}}</td>
   <td>{{{hq}}}</td>
</tr>
</tr>}}
 
{{#if:{{{area_served|}}}|
<tr>
<tr>
   <th scope="row">Area served</th>
   <th scope="row">Area served</th>
   <td>{{{area_served|}}}</td>
   <td>{{{area_served}}}</td>
</tr>
</tr>}}
 
{{#if:{{{key_people|}}}|
<tr>
<tr>
   <th scope="row">Key people</th>
   <th scope="row">Key people</th>
   <td>{{{key_people|}}}</td>
   <td>{{{key_people}}}</td>
</tr>
</tr>}}
 
{{#if:{{{products|}}}|
<tr>
<tr>
   <th scope="row">Products</th>
   <th scope="row">Products</th>
   <td>{{{products|}}}</td>
   <td>{{{products}}}</td>
</tr>
</tr>}}
 
{{#if:{{{services|}}}|
<tr>
<tr>
   <th scope="row">Services</th>
   <th scope="row">Services</th>
   <td>{{{services|}}}</td>
   <td>{{{services}}}</td>
</tr>
</tr>}}
 
{{#if:{{{revenue|}}}|
<tr>
<tr>
   <th scope="row">Revenue</th>
   <th scope="row">Revenue</th>
   <td>{{{revenue|}}}</td>
   <td>{{{revenue}}}</td>
</tr>
</tr>}}
 
{{#if:{{{operating_income|}}}|
<tr>
<tr>
   <th scope="row">Operating income</th>
   <th scope="row">Operating income</th>
   <td>{{{operating_income|}}}</td>
   <td>{{{operating_income}}}</td>
</tr>
</tr>}}
 
{{#if:{{{net_income|}}}|
<tr>
<tr>
   <th scope="row">Net income</th>
   <th scope="row">Net income</th>
   <td>{{{net_income|}}}</td>
   <td>{{{net_income}}}</td>
</tr>
</tr>}}
 
{{#if:{{{assets|}}}|
<tr>
<tr>
   <th scope="row">Total assets</th>
   <th scope="row">Total assets</th>
   <td>{{{assets|}}}</td>
   <td>{{{assets}}}</td>
</tr>
</tr>}}
 
{{#if:{{{equity|}}}|
<tr>
<tr>
   <th scope="row">Total equity</th>
   <th scope="row">Total equity</th>
   <td>{{{equity|}}}</td>
   <td>{{{equity}}}</td>
</tr>
</tr>}}
 
{{#if:{{{employees|}}}|
<tr>
<tr>
   <th scope="row">Number of employees</th>
   <th scope="row">Number of employees</th>
   <td>{{{employees|}}}</td>
   <td>{{{employees}}}</td>
</tr>
</tr>}}
 
{{#if:{{{parent|}}}|
<tr>
<tr>
   <th scope="row">Parent</th>
   <th scope="row">Parent</th>
   <td>{{{parent|}}}</td>
   <td>{{{parent}}}</td>
</tr>
</tr>}}
 
{{#if:{{{subsidiaries|}}}|
<tr>
<tr>
   <th scope="row">Subsidiaries</th>
   <th scope="row">Subsidiaries</th>
   <td>{{{subsidiaries|}}}</td>
   <td>{{{subsidiaries}}}</td>
</tr>
</tr>}}
 
{{#if:{{{website|}}}|
<tr>
<tr>
   <th scope="row">Website</th>
   <th scope="row">Website</th>
   <td>[{{{website|}}} {{{website}}}]</td>
   <td>[{{{website}}} {{{website}}}]</td>
</tr>
</tr>}}
</table>
</table>

Revision as of 05:45, 27 June 2025