Template:Chem box: Difference between revisions
From Space Station 14 Wiki
typo |
improved desc |
||
Line 11: | Line 11: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": " | "label": "Element name or ID", | ||
"type": "line", | "type": "line", | ||
"required": true, | "required": true, | ||
"description": " | "description": "Element name (any casing) or ID (strict casing).", | ||
"example": "Dermaline / Polypyrylium Oligomers" | |||
} | } | ||
}, | }, | ||
"description": "Generates a reagent | "description": "Generates a card describing a reagent/food item/element/etc., their recipe and effects when consumed. Uses a dataset to fetch the data.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"1" | "1" |
Revision as of 03:54, 21 May 2025
Uses Lua module
This template uses Lua module:
Depends on template
This template depends on template:
Examples
Using reagent ID
{{chem box
↓
Dermaline
Recipe
Effects
An advanced chemical that is more effective at treating burn damage than kelotane.
Seems to be translucent.
Using reagent name
{{chem box
↓
Polypyrylium Oligomers
Recipe
Effects
A purple mixture of short polyelectrolyte chains not easily synthesized in the laboratory. Heals asphyxiation and brute damage. Stops bleeding over time.
Seems to be pungent.
List of all reagents
See also
- {{Manual chem box}} - same as this, but is filled out manually. Not dependent on the dataset.
Generates a card describing a reagent/food item/element/etc., their recipe and effects when consumed. Uses a dataset to fetch the data.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Element name or ID | 1 | Element name (any casing) or ID (strict casing).
| Line | required |