Template:Microwave: Difference between revisions

From Starlight wiki
Add proper templatedata
Change fallback text to ?? and set type to string to increase text customization
 
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|NOT SET}}} sec</div>
<div>{{{time|??}}} sec</div>
</div>
</div>
<noinclude>
<noinclude>
Line 13: Line 13:
    "description": "Time it takes to cook the receipt.",
    "description": "Time it takes to cook the receipt.",
    "example": "10",
    "example": "10",
    "type": "number",
    "type": "string",
    "required": true
    "required": true
  }
  }

Latest revision as of 16:13, 18 June 2026

?? sec

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