Difference between revisions of "Template:Infobox Company"

MyWikiBiz, Author Your Legacy — Thursday April 25, 2024
Jump to navigationJump to search
Line 2: Line 2:
 
|-
 
|-
 
|colspan="2" style="text-align: center; font-size:larger;"| '''{{{company_name}}}'''
 
|colspan="2" style="text-align: center; font-size:larger;"| '''{{{company_name}}}'''
 +
{{if:{{{company_logo|}}}|<tr><td colspan="2" style="text-align:center; padding:16px 0 16px 0;">{{{company_logo}}}</td></tr>}}<!--
 +
-->{{if:{{{company_slogan|}}}  | <tr><th style="text-align:right; padding-right:0.75em;">[[Slogan]]</th><td>{{{company_slogan}}}</td></tr>}}
 
|-
 
|-
 
!style="text-align:right; padding-right:0.75em;"| [[:Category:Types of companies|Type]]
 
!style="text-align:right; padding-right:0.75em;"| [[:Category:Types of companies|Type]]
Line 29: Line 31:
  
 
<br clear="all">
 
<br clear="all">
 
 
----
 
----
  
Line 61: Line 62:
 
}}
 
}}
 
</pre>
 
</pre>
 
<!--Categories-->
 
[[Category:business infobox templates|Company]]
 
  
 
</noinclude>
 
</noinclude>

Revision as of 17:10, 31 October 2006

{{{company_name}}}

Template:If:Template:If:

Type {{{company_type}}}
Founded {{{foundation}}}
Headquarters {{{location}}}



Usage

The company_name, company_type, foundation and location parameters are obligatory.

{{Infobox Company
| company_name     = 
| company_logo     = 
| company_slogan   =
| vector_logo      = 
| company_type     = 
| genre            =
| foundation       =
| founder          =
| location         = 
| origins          = 
| key_people       = 
| area_served      = 
| industry         = 
| products         = 
| revenue          = 
| operating_income = 
| net_income       = 
| num_employees    = 
| parent           = 
| subsid           = 
| owner            =
| homepage         = 
| footnotes        = 
}}