Template:Beaker: Difference between revisions

From Starlight wiki
Import template from SS14 Wiki
 
Add proper template data
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
</div><noinclude>
</div><noinclude>


[[Category:Templates]]
[[Category:Recipe templates]]
<templatedata>
{
{
"params": {},
"params": {
  "temperature": {
    "label": "Temperature",
    "description": "Heat or Cold need to proper mix the receipt.",
    "example": "10",
    "type": "string",
    "suggested": true
  }
},
"description": "For using in recipes as a method."
"description": "For using in recipes as a method."
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 16:12, 18 June 2026

Mix

{ "params": { "temperature": { "label": "Temperature", "description": "Heat or Cold need to proper mix the receipt.", "example": "10", "type": "string", "suggested": true } }, "description": "For using in recipes as a method." } </templatedata>