Difference between revisions of "Template:Infobox Company"
MyWikiBiz, Author Your Legacy — Wednesday November 12, 2025
Jump to navigationJump to search| Line 2: | Line 2: | ||
|- | |- | ||
|colspan="2" style="text-align: center; font-size:larger;"| '''[[name:={{{company_name}}}]]''' | |colspan="2" style="text-align: center; font-size:larger;"| '''[[name:={{{company_name}}}]]''' | ||
| − | {{#if:{{{company_logo | + | {{#if:{{{company_logo}}}|<tr><td colspan="2" style="text-align:center; padding:16px 0 16px 0;">{{{company_logo}}}</td></tr>}} |
| − | |||
| − | |||
!style="text-align:right; padding-right:0.75em;"| [[Company Type|Type]] | !style="text-align:right; padding-right:0.75em;"| [[Company Type|Type]] | ||
| {{{company_type}}} | | {{{company_type}}} | ||
| − | |||
|- | |- | ||
!style="text-align:right; padding-right:0.75em;"| Founded | !style="text-align:right; padding-right:0.75em;"| Founded | ||
| − | | [[ | + | | [[year_started:={{{year_started}}}]] |
| − | |||
|- | |- | ||
!style="text-align:right; padding-right:0.75em;"| Headquarters | !style="text-align:right; padding-right:0.75em;"| Headquarters | ||
| − | | [[address:={{{address}}}]]<br>[[city:={{{city}}}]]<br> [[state:={{{state}}}]] [[country:={{{country}}}]] [[zip:={{{zip}}}]] | + | | [[address:={{{address}}}]]<br>[[city:={{{city}}}]]<br> [[state:={{{state}}}|{{{state_name}}}]] [[country:={{{country}}}|{{{country_name}}}]] [[zip:={{{zip}}}]]-[[plus4:={{{plus4}}}]] |
| − | {{#if:{{{ | + | {{#if:{{{contact_person}}}|<tr><th style="text-align:right; padding-right:0.75em;">Key people</th><td>{{{contact_person}}}</td></tr>}} |
| − | + | {{#if:{{{contact_person}}}|<tr><th style="text-align:right; padding-right:0.75em;">Key people</th><td>{{{contact_person}}}</td></tr>}} | |
| + | {{#if:{{{area_served}}} | <tr><th style="text-align:right; padding-right:0.75em;">Area served</th><td>{{{area_served}}}</td></tr>}}<!-- | ||
-->{{#if:{{{industry|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Portal:Information | Industry]]</th><td>{{{industry}}}</td></tr>}}<!-- | -->{{#if:{{{industry|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Portal:Information | Industry]]</th><td>{{{industry}}}</td></tr>}}<!-- | ||
-->{{#if:{{{products|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Product (business)|Products]]</th><td>{{{products}}}</td></tr>}}<!-- | -->{{#if:{{{products|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Product (business)|Products]]</th><td>{{{products}}}</td></tr>}}<!-- | ||
Revision as of 01:43, 2 November 2006
| {{{company_name}}} | |
| {{{company_logo}}} | |
| Type | {{{company_type}}} |
|---|---|
| Founded | {{{year_started}}} |
| Headquarters | {{{address}}} {{{city}}} {{{state_name}}} {{{country_name}}} {{{zip}}}-{{{plus4}}} |
| Key people | {{{contact_person}}} |
| Key people | {{{contact_person}}} |
| Area served | {{{area_served}}} |
Use Template:Infobox_NPO for non-profit/not-for-profit organizations (i.e. NPO).
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 =
}}