Description
This template is used on pages for fireboxes, which is any location where a fire can be started. Fireboxes include stoves, fireplaces, and campfires.
Syntax
Type this at the top of a page, but below any notice templates.
{{Infobox/Firebox
|name          = Firebox name (If left blank, will default to the page name)
|image         = An image of the firebox
|max           = The max temperature, in celcius
|cooking slots = The number of cooking slots
}}
Blank
A blank infobox for copy-pasting
{{Infobox/Firebox
|name          = 
|image         = 
|max           = 
|cooking slots = 
}}
Samples
Type in this:
{{Infobox/Firebox
|name          = name
|image         = fire barrel.png
|max           = 144
|cooking slots = 1
}}
To see this:

<infobox> <title source="name"><default>Infobox/Firebox/doc</default></title> <image source="image"><default>No picture.png</default></image> <group>

<header>

General

</header>

<label>Type</label> <format>Fire Starting</format> </group> <group>

<header>

Statistics

</header>

       <label>Max temperature</label><format>{{#if:144|144 °C 
({{#expr: ((144*9)/5)round 1}} °F)}}</format>
<label>Cooking slots</label><format>1</format>

</group> </infobox>

Click here to refresh the preview above