Template:Microwave: Difference between revisions

From Starlight wiki
Import template Microwave from SS14 wiki
 
Change fallback text to ?? and set type to string to increase text customization
 
(One intermediate revision by the same user not shown)
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|??}}} sec</div>
</div>
</div>
<noinclude>
[[Category:Recipe templates]]
<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>
</noinclude>

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>