Template:Infobox organization

From VNDev Wiki
{{{name}}}
Trading name {{{trading_name}}}
Romanized name {{{romanized_name}}}
Type {{{type}}}
Industry {{{industry}}}
Genre {{{genre}}}
Fate {{{fate}}}
Predecessor(s) {{{predecessor}}}
Successor(s) {{{successor}}}
Founded {{{foundation_date}}}
Founder(s) {{{founder}}}
Defunct {{{defunct}}}
Headquarters {{{location_city}}}, {{{location_country}}}
Number of locations {{{num_locations}}}
Area served {{{area_served}}}
Key people {{{key_people}}}
Products {{{products}}}
Services {{{services}}}
Revenue {{{revenue}}}
Operating income {{{operating_income}}}
Profit {{{profit}}}
Assets under management {{{aum}}}
Total assets {{{assets}}}
Total equity {{{equity}}}
Owner(s) {{{owner}}}
Employees {{{num_employees}}}
Parent {{{parent}}}
Divisions {{{divisions}}}
Subsidiaries {{{subsid}}}
Website {{{website}}}

References: {{{footnotes}}}

Documentation icon Template documentation [view] [edit] [purge]

This template is used to create an infobox in an article about an organization, such as a company, doujin circle, or indie studio.

Simple Usage

{{Infobox organization
| organization_name = 
| organization_logo = 
| caption           = 
| native_name       = 
| native_name_lang  = 
| romanized_name    = 
| organization_type = 
| industry          = 
| defunct           = 
| predecessor       = 
| successor         = 
| foundation_date   = 
| founder           = 
| location          = 
| key_people        = 
| products          = 
| services          = 
| owner             = 
| num_employees     = 
| parent            = 
| divisions         = 
| subsid            = 
| website           = 
| footnotes         = 
}}

All parameters

{{Infobox organization
| bodystyle         = 
| organization_name = 
| organization_logo = 
| caption           = 

| trading_name      = 
| native_name       = 
| native_name_lang  = 
| romanized_name    = 

| organization_type = 
| industry          = 
| genre             = 

| defunct           = 
| fate              = 
| predecessor       = 
| successor         = 
| foundation_date   = 
| founder           = 

| location          = 
| location_city     = 
| location_country  = 
| num_locations     = 
| area_served       = 

| key_people        = 
| products          = 
| services          = 

| revenue           = 
| operating_income  = 
| profit            = 
| aum               = 
| assets            = 
| equity            = 

| owner             = 
| num_employees     = 
| parent            = 
| divisions         = 
| subsid            = 

| website           = 
| footnotes         = 
}}

More Information