Difference between revisions of "Template:Infobox company"

From Stationery Wiki
Jump to navigation Jump to search
(added template for copying)
Line 3: Line 3:
 
! colspan="2" | {{{name}}}
 
! colspan="2" | {{{name}}}
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Founded: || {{{FOUNDED}}}
+
| Founded: || {{{founded}}}
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Founder: || {{{FOUNDER}}}
+
| Founder: || {{{founder}}}
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Headquarters: || {{{HEADQUARTERS}}}
+
| Headquarters: || {{{headquarters}}}
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Key People: || {{{KEY_PEOPLE}}}
+
| Key People: || {{{key_people}}}
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Products: || {{{PRODUCTS}}}  
+
| Products: || {{{products}}}  
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Employees: || {{{NUM_EMPLOYEES}}}  
+
| Employees: || {{{num_employees}}}  
 
|- bgcolor="#ffffff"
 
|- bgcolor="#ffffff"
| Website: || {{{WEBSITE}}}  
+
| Website: || {{{website}}}  
 
|}
 
|}
 
<noinclude>
 
<noinclude>
Line 23: Line 23:
 
To use it in an article, copy the template below and paste it into an article.
 
To use it in an article, copy the template below and paste it into an article.
 
Empty fields won't be displayed in the article.  
 
Empty fields won't be displayed in the article.  
 +
 +
===Template===
 +
<pre><nowiki>
 +
{{Infobox company
 +
| name            =
 +
| founded        =
 +
| founder        =
 +
| headquarters    =
 +
| key_people      =
 +
| products        =
 +
| num_employees  =
 +
| website        =
 +
}}
 +
</nowiki></pre>
 +
 +
 
</noinclude>
 
</noinclude>

Revision as of 11:40, 26 January 2016

{{{name}}}
Founded: {{{founded}}}
Founder: {{{founder}}}
Headquarters: {{{headquarters}}}
Key People: {{{key_people}}}
Products: {{{products}}}
Employees: {{{num_employees}}}
Website: {{{website}}}


Description

This template is used to create an infobox in an article about a company. To use it in an article, copy the template below and paste it into an article. Empty fields won't be displayed in the article.

Template

{{Infobox company
| name            = 
| founded         = 
| founder         = 
| headquarters    = 
| key_people      = 
| products        = 
| num_employees   = 
| website         = 
}}