Template:Microwave: Difference between revisions

From Starlight wiki
Import template Microwave from SS14 wiki
 
Add proper templatedata
Line 1: Line 1:
<div style="text-align: center">
<div style="text-align: center">
<div>[[File:Microwave.png|32px]]</div>
<div>[[File:Microwave.png|32px]]</div>
<div>{{{time|unk}}} sec</div>
<div>{{{time|NOT SET}}} sec</div>
</div>
</div>
<noinclude>
[[Category:Recipe templates]]
<templatedata>
{
"params": {
  "time": {
    "label": "Time",
    "description": "Time it takes to cook the receipt.",
    "example": "10",
    "type": "number",
    "required": true
  }
},
"description": "For using in recipes as a method."
}
</templatedata>
</noinclude>

Revision as of 16:05, 18 June 2026

NOT SET sec

<templatedata> { "params": { "time": { "label": "Time", "description": "Time it takes to cook the receipt.", "example": "10", "type": "number", "required": true } }, "description": "For using in recipes as a method." } </templatedata>