Template:FlammableReaction: Difference between revisions

From Space Station 14 Wiki
No edit summary
(docs)
 
Line 1: Line 1:
Makes flames more vicious{{#if:{{{when|}}}| when {{{when}}}}}.
Makes flames more vicious{{#if:{{{when|}}}|&#x20;when {{{when}}}}}.<noinclude>
{{documentation}}
 
[[Category:Recipe templates]]
<templatedata>
{
"params": {
"when": {
"label": "Condition",
"example": "thrown into",
"type": "string",
"suggested": true
}
},
"description": "Produces a sentence \"makes flames more vicious\" with optional \"when\" condition. Used in recipes.\n\n"
}
</templatedata>
</noinclude>

Latest revision as of 07:42, 25 June 2024

Makes flames more vicious.

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

produces:

Makes flames more vicious.

  • {{FlammableReaction|when=thrown into}}

produces:

Makes flames more vicious when thrown into.

Produces a sentence "makes flames more vicious" with optional "when" condition. Used in recipes.

Template parameters

ParameterDescriptionTypeStatus
Conditionwhen

no description

Example
thrown into
Stringsuggested