Template:ExplosionReactionEffect: Difference between revisions
From Space Station 14 Wiki
(Created page with "Causes an explosion{{#if:{{{when|}}}| when {{{when}}}}}.") |
(docs) |
||
Line 1: | Line 1: | ||
Causes an explosion{{#if:{{{when|}}}| when {{{when}}}}}. | <includeonly>Causes an explosion{{#if:{{{when|}}}| when {{{when}}}}}.</includeonly><noinclude> | ||
{{documentation}} | |||
[[Category:Recipe templates]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"when": { | |||
"suggested": true, | |||
"label": "Condition", | |||
"example": "when ingested", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 07:36, 25 June 2024
{{ExplosionReactionEffect}}
produces:
Causes an explosion.
{{ExplosionReactionEffect|when=ingested}}
produces:
Causes an explosion when ingested.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Condition | when | no description
| String | suggested |