Template:Technology box
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.
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 .
|
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:
A simple template to display information about technologies, mostly for the Science article, made as a replacement for the current usage of {{Callout}}.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the technology. Please match the capitalization and spelling used in-game.
| Line | required |
Image | image | The filename of an image to accompany the technology name, preferably the one used in-game. DO NOT prepend the file namespace (File:). | File | suggested |
Tier | tier | The tier of the technology (1, 2, or 3).
| Number | required |
Discipline | 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" parameter.
| Line | required |
Cost | cost | The cost of the technology.
| Number | required |
Requires | requires | The technologies required prior to researching the current one. Use a bullet list, separate with new lines.
| String | suggested |
Unlocks | unlocks | The items unlocked by this technology, in bullet list form. It's highly suggested you use the {{Item}} template.
| String | required |
Color | color | The hexadecimal code for the color of the header bar. Overrides "discipline" parameter. Do not prepend a "#".
| Line | suggested |
Stack? | stack | If fed "yes", allows multiple technology boxes to sit in the same line, rather than all boxes being one below the other.
| Boolean | suggested |