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>" |
docs |
||
Line 12: | Line 12: | ||
"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)." | |||
} | } | ||
}, | }, |
Revision as of 07:14, 17 September 2024
Uses Lua module
This template uses Lua module:
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 reagent card.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Reagent name or ID | 1 | Reagent name (any casing) or ID (strict casing). | Line | required |