Template:InfoboxCompany: Difference between revisions

From koreapedia
Created page with "{{#invoke:Infobox|build | title = {{{name|{{PAGENAME}}}}} | image = {{{logo|}}} | image_size = {{{logo_size|280px}}} | caption = {{{logo_caption|}}} | label1 = Type | data1 = {{{type|}}} | label2 = Industry | data2 = {{{industry|}}} | label3 = Founded | data3 = {{{founded|}}} | label4 = Founder(s) | data4 = {{{founders|{{{founder|}}}}}} | label5 = Headquarters | data5 = {{{hq|{{{headquarters|}}}}}} | label6 = Key people | data6 =..."
 
No edit summary
 
Line 1: Line 1:
{{#invoke:Infobox|build
{{#invoke:Infobox|smart
  | title      = {{{name|{{PAGENAME}}}}}
  | order = Type|Industry|Founded|Founder(s)|Headquarters|Key people|Products|Website
| image      = {{{logo|}}}
  | Type = type
| image_size = {{{logo_size|280px}}}
  | Industry = industry
| caption    = {{{logo_caption|}}}
  | Founded = founded
 
  | Founder(s) = founders
  | label1 = Type
  | Headquarters = headquarters
| data1  = {{{type|}}}
  | Key people = key_people
 
  | Products = products
  | label2 = Industry
  | Website = website
| data2  = {{{industry|}}}
 
  | label3 = Founded
| data3  = {{{founded|}}}
 
  | label4 = Founder(s)
| data4  = {{{founders|{{{founder|}}}}}}
 
  | label5 = Headquarters
| data5  = {{{hq|{{{headquarters|}}}}}}
 
  | label6 = Key people
| data6  = {{{key_people|}}}
 
  | label7 = Products
| data7  = {{{products|}}}
 
  | label8 = Website
| data8  = {{{website|}}}
}}
}}
<noinclude>
<noinclude>
Line 33: Line 14:
<templatedata>
<templatedata>
{
{
   "description": "Infobox for a company, powered by Module:Infobox.",
   "description": "Infobox for a company or organization, powered by Module:Infobox. Automatically hides empty rows and links website field.",
   "params": {
   "params": {
     "name":{"label":"Company name","type":"string"},
     "name": {"label":"Company name","type":"string"},
     "logo":{"label":"Logo filename","type":"string"},
     "logo": {"label":"Logo filename","type":"string"},
     "logo_size":{"label":"Logo size","type":"string","default":"280px"},
     "logo_size": {"label":"Logo size","type":"string","default":"280px"},
     "logo_caption":{"label":"Logo caption","type":"string"},
     "caption": {"label":"Logo caption","type":"string"},
     "type":{"label":"Company type","type":"string"},
     "type": {"label":"Company type","type":"string"},
     "industry":{"label":"Industry","type":"string"},
     "industry": {"label":"Industry","type":"string"},
     "founded":{"label":"Founded","type":"string"},
     "founded": {"label":"Founded","type":"string"},
    "founder":{"label":"Founder (single)","type":"string"},
     "founders": {"label":"Founders","type":"string"},
     "founders":{"label":"Founders (list)","type":"string"},
     "headquarters": {"label":"Headquarters","type":"string"},
    "hq":{"label":"Headquarters (alt)","type":"string"},
     "key_people": {"label":"Key people","type":"string"},
     "headquarters":{"label":"Headquarters","type":"string"},
     "products": {"label":"Products","type":"string"},
     "key_people":{"label":"Key people","type":"string"},
     "website": {"label":"Website URL","type":"string"}
     "products":{"label":"Products","type":"string"},
     "website":{"label":"Website","type":"string"}
   }
   }
}
}
</templatedata>
</templatedata>
== Usage ==
<pre>
{{InfoboxCompany
| name        = Koreapedia Inc.
| type        = Private
| industry    = Knowledge platform
| founded      = 2024
| founders    = A. Kim; J. Park
| headquarters = Seoul, South Korea
| key_people  = Jane Doe (CEO)
| products    = Koreapedia
| website      = koreapedia.example
}}
</pre>
</noinclude>
</noinclude>

Latest revision as of 18:28, 8 October 2025

InfoboxCompany

TemplateData

Infobox for a company or organization, powered by Module:Infobox. Automatically hides empty rows and links website field.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Company namename

no description

Stringoptional
Logo filenamelogo

no description

Stringoptional
Logo sizelogo_size

no description

Default
280px
Stringoptional
Logo captioncaption

no description

Stringoptional
Company typetype

no description

Stringoptional
Industryindustry

no description

Stringoptional
Foundedfounded

no description

Stringoptional
Foundersfounders

no description

Stringoptional
Headquartersheadquarters

no description

Stringoptional
Key peoplekey_people

no description

Stringoptional
Productsproducts

no description

Stringoptional
Website URLwebsite

no description

Stringoptional

Usage

{{InfoboxCompany
 | name         = Koreapedia Inc.
 | type         = Private
 | industry     = Knowledge platform
 | founded      = 2024
 | founders     = A. Kim; J. Park
 | headquarters = Seoul, South Korea
 | key_people   = Jane Doe (CEO)
 | products     = Koreapedia
 | website      = koreapedia.example
}}