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|}}}|&#x20;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


Template documentation
View or edit this documentation. (About template documentation)
  • {{ExplosionReactionEffect}}

produces:

Causes an explosion.

  • {{ExplosionReactionEffect|when=ingested}}

produces:

Causes an explosion when ingested.

No description.

Template parameters

ParameterDescriptionTypeStatus
Conditionwhen

no description

Example
when ingested
Stringsuggested