Template:ResearchInfobox
Jump to navigation
Jump to search
Usage Examples
| Template Call | Output | ||||||||
|---|---|---|---|---|---|---|---|---|---|
{{ResearchInfobox
|title = Solido Replicator
|cost = 1
|image = T_UI_IconToolBaseBlueprint_D.png
}}
|
|||||||||
{{ResearchInfobox
|title = Blood Purifier
|cost = 1
|image = T_UI_IconPlacChoamBloodPurifierI_D.png
|prereq = Water From Blood
}}
|
| ||||||||
{{ResearchInfobox
|title = Basic Construction Kit
|cost = 1
|image = T_UI_IconToolChoamSolConProjector01_D.png
|prereq = Shelter and Shields
|contents = Construction Tool, CHOAM Shelter Set, Sub-Fief Console, Fuel-Powered Generator, Basic Lighting, Small Storage Container
}}
|
| ||||||||
TemplateData
Renders an infobox for a researchable item.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item Name | title | Name of the researchable item. | String | required |
| Intel Cost | cost | Amount of Intel required to research this item. | Number | required |
| Item Icon | image | Image icon of this research item. Specify the full file name with extension.
| File | required |
| Prerequisite | prereq | On top of the total Intel spending threshold for each tier, some research items may also require reaching or completing a specific Journey. | Page name | optional |
| Bundle Contents | contents | If the item is a bundle kit, provide a comma-separated list of the included schematics. Each name should match the corresponding wiki page. | String | optional |