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| | {{#invoke:Infobox|smart | ||
| | | order = Type|Industry|Founded|Founder(s)|Headquarters|Key people|Products|Website | ||
| Type = type | |||
| Industry = industry | |||
| Founded = founded | |||
| Founder(s) = founders | |||
| | | Headquarters = headquarters | ||
| Key people = key_people | |||
| Products = products | |||
| | | Website = 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"}, | ||
" | "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 | "founded": {"label":"Founded","type":"string"}, | ||
"founders": {"label":"Founders","type":"string"}, | |||
"founders":{"label":"Founders | "headquarters": {"label":"Headquarters","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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Company name | name | no description | String | optional |
Logo filename | logo | no description | String | optional |
Logo size | logo_size | no description
| String | optional |
Logo caption | caption | no description | String | optional |
Company type | type | no description | String | optional |
Industry | industry | no description | String | optional |
Founded | founded | no description | String | optional |
Founders | founders | no description | String | optional |
Headquarters | headquarters | no description | String | optional |
Key people | key_people | no description | String | optional |
Products | products | no description | String | optional |
Website URL | website | no description | String | optional |
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 }}