Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SC/Infobox company

Template page
Revision as of 08:02, 19 December 2024 by imported>Alistair3149
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Template loop detected: Template:SC/Infobox company/doc
The above text is transcluded from Template:SC/Infobox company/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/Infobox company/doc. (View all subpages of this page.)

{{Infobox company}} is an infobox template for use in articles on the in-game company pages.

Usage

{{Infobox company
|image = <!-- File name of the image -->
|imagebg = <!-- Set a light or dark background if the image is transparent -->
|name = <!-- Name of the company -->
|industry = <!-- Industry that the company is in -->
|products = <!-- Products that the company sells -->
|race = <!-- Race of the company. Default to Human -->
|headquarters = <!-- Headquarter(s) of the company, in [[city]], [[planet]], [[system]] format -->
|areaserved = <!-- Area where the company operates -->
|keypeople = <!-- Key people in the company, such as CEO, chairman, etc. -->
|founder = <!-- Founder of the company -->
|founded = <!-- Founding date and location. in {{Start date and age|sctime=yes|YYYY|MM|DD}} format -->
|fate = <!-- Fate of the company if defunct -->
|defunct = <!-- Defunct date, use {{Start date and age|sctime=yes|YYYY|MM|DD}} -->
|formerly = <!-- Formerly known as, if the company is renamed -->
|predecessor = <!-- Predecessor of the company -->
|successor = <!-- Successor of the company -->
|parent = <!-- Parent company/organization of the company -->
|subsidiaries = <!-- Subsidiaries of the company -->
|allies = <!-- Allies of the company -->
|rivals = <!-- Rivals of the company -->
|galactapediaurl = <!-- URL of the Galactapedia page -->
|portfoliourl = <!-- URL of the Portfolio page -->
}}

TemplateData

<templatedata> { "params": { "image": { "label": "Image", "description": "File name of the image", "example": "AnvilAerospace.svg", "type": "wiki-file-name", "suggested": true }, "name": { "label": "Name", "description": "Name of the company", "example": "Anvil Aerospace", "type": "string", "required": true }, "industry": { "label": "Industry", "description": "Industry that the company is in (separate by comma if multiple)", "example": "Spacecraft manufacture, spacecraft components", "type": "string", "suggested": true }, "products": { "label": "Products", "description": "Products that the company sells", "example": " Passenger spacecraft, cargo spacecraft, spacecraft components", "suggested": true }, "race": { "label": "Race", "description": "Race of the company. Default to Human", "type": "string" }, "headquarters": { "label": "Headquarters", "description": "Headquarter(s) of the company", "example": "Nova Kiev, Terra, Terra", "suggested": true }, "areaserved": { "label": "Area served", "description": "Area where the company operates", "example": "United Empire of Earth", "suggested": true }, "keypeople": { "label": "Key people", "description": "Key people in the company, such as CEO, chairman, etc.", "example": "Drake Roberts (CEO), Erin Chris (COO)" }, "founder": { "label": "Founder", "description": "Founder(s) of the company", "example": "J.Harris Arnold" }, "founded": { "label": "Founded", "description": "Founding date and location", "example": "Template:Start date and age in Nova Kiev, Terra, Terra" }, "fate": { "label": "Fate", "description": "Fate of the company if defunct", "example": "Broken up" }, "defunct": { "label": "Defunct", "description": "Defunct date", "example": "Template:Start date and age" }, "formerly": { "label": "Formerly", "description": "Formerly known as, if the company is renamed", "example": "Casse Aerospace", "type": "string" }, "predecessor": { "label": "Predecessor", "description": "Predecessor of the company", "example": "Roberts Space Industries" }, "successor": { "label": "Successor", "description": "Successor of the company", "example": "Aegis Dynamics" }, "parent": { "label": "Parent", "description": "Parent company/organization of the company", "example": "microTech" }, "subsidiaries": { "label": "Subsidiaries", "description": "Subsidiaries of the company", "example": "Crusader Industries" }, "galactapediaurl": { "label": "Galactapedia URL", "description": "URL of the Galactapedia page", "example": "https://robertsspaceindustries.com/galactapedia/article/0qnN6Od6YD-anvil-aerospace", "type": "url", "suggested": true }, "portfoliourl": { "label": "Portfolio URL", "description": "URL of the Portfolio page", "example": "https://robertsspaceindustries.com/comm-link/spectrum-dispatch/12970-Anvil-Aerospace", "type": "url" }, "allies": { "label": "Allies" }, "rivals": { "label": "Rivals" }, "imagebg": { "label": "Image background", "description": "Set background if the image is transparent (light/dark)", "example": "light", "type": "string" } }, "description": "An infobox template for use in articles on the in-game company pages", "format": "Template:\n\n", "paramOrder": [ "image", "name", "industry", "products", "race", "headquarters", "areaserved", "keypeople", "founder", "founded", "fate", "defunct", "formerly", "predecessor", "successor", "parent", "subsidiaries", "allies", "rivals", "galactapediaurl", "portfoliourl", "imagebg" ] } </templatedata>