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|}}}| 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.
{{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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Condition | when | no description
| String | suggested |