Template:Chem box: Difference between revisions
From Space Station 14 Wiki
(Created page with "<includeonly>{{#invoke: Chem box|generate_chem_box|{{{1}}}}}</includeonly><noinclude> {{docs|bb= {{uses lua|Chem box}} }} Category:Chemistry templates Category:Template starter-kit <templatedata> { "params": { "1": { "label": "Reagent name or ID", "type": "line", "required": true } }, "description": "Generates a reagent card.", "paramOrder": [ "1" ] } </templatedata> </noinclude>") |
(typo) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{docs|bb= | {{docs|bb= | ||
{{uses lua|Chem box}} | {{uses lua|Chem box}} | ||
{{depends on template|Manual Chem Box}} | |||
}} | }} | ||
Line 12: | Line 13: | ||
"label": "Reagent name or ID", | "label": "Reagent name or ID", | ||
"type": "line", | "type": "line", | ||
"required": true | "required": true, | ||
"description": "Reagent name (any casing) or ID (strict casing)." | |||
} | } | ||
}, | }, |
Latest revision as of 13:26, 18 September 2024
Uses Lua module
This template uses Lua module:
Depends on template
This template depends on template:
Examples
Using reagent ID
{{chem box
↓
Dermaline
Effects
Medicine (0.5u per second)
- Heals 1.5 Heat, 1.5 Shock, and 1.5 Cold
- Deals 0.5 Brute, 1 Asphyxiation, and 2 Cold when there's at least 10u of dermaline
- Causes jittering when there's at least 10u of dermaline
Using reagent name
{{chem box
↓
Polypyrylium Oligomers
Recipes
No recipes
Effects
Medicine (0.5u per second)
- Heals 3.5 Brute and 2.5 Asphyxiation
- Deals 3.5 Asphyxiation when there's at least 30u of Polypyrylium Oligomers
- Reduces bleeding
List of all reagents
See pageGenerates a reagent card.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Reagent name or ID | 1 | Reagent name (any casing) or ID (strict casing). | Line | required |