Template:Technology box/doc

From Space Station 14 Wiki

A simple template to display information about technologies, mostly for the Science article, made as a replacement for the current usage of {{Callout}}.

Do not substitute this template.

Parameters
Parameter Definition
name The name of the technology. Please match the capitalization and spelling used in-game (e.g., Ripley APLU, H.O.N.K. Mech).
image The filename of an image to accompany the technology name, preferably the one used in-game. Do not prepend the file namespace (File:).
tier The tier of the technology (1, 2, or 3).
discipline The discipline of the technology. Feeding Industry, Arsenal, Experimental, or CS will make the color of the header bar match the discipline. This behavior can be overridden with color.
  • Industry = EEAC34
  • Arsenal = DC373B
  • Experimental = 9A6EF0
  • CS = 7ECD48
cost The cost of the technology.
requires The technologies required prior to researching the current one.
unlocks The items unlocked by this technology, in list form. It's highly suggested you use the {{Item}} template.
color The hexadecimal code for the color of the header bar. Overrides discipline. Do not prepend a #.
stack If fed yes, allows multiple technology boxes to sit in the same line, rather than all boxes being one below the other.

An example

The following code...

{{Technology box
|name       = Advanced Powercells
|image      = Turbo recharger-East-34323.png
|tier       = 1
|discipline = Industrial
|cost       = 7500
|unlocks    =
* {{item|high-capacity power cell|cap=1}}
* {{item|Turbo recharger machine board|cap=1}}
* {{item|advanced SMES machine board|cap=1}}
}}

...outputs this:


Advanced Powercells
Tier 1
Discipline Industrial
Cost 7,500
Unlocks
  • High-capacity power cell
  • Turbo recharger machine board
  • Advanced SMES machine board