This template represents the Campfire Pot interface.
Notes
Each item can have a custom tooltip by appending -tooltip to an existing item slot field. For example, A2-tooltip would set a custom tooltip for item slot A2.
Item slot fields excluding the output field are not linked by default. They can be linked by appending -link. For example, adding A2-link = Apricorn will set the link of item A2 to [[Apricorn]].
A, B, and C represent each row from top to bottom in the 9 × 9 item slots grid. S represents the seasoning item slot row.
{{CookingInterface
| A1 =
| A2 =
| A3 =
| B1 =
| B2 =
| B3 =
| C1 =
| C2 =
| C3 =
| S1 =
| S2 =
| S3 =
| output = | output-count = | output-link =
}}
Usage
{{CookingInterface
| A3 = Iron Ingot | A3-link = Apricorn
| B1 = Copper Ingot | B1-tooltip = Gold Ingot
| B2 = Copper Ingot
| B3 = Iron Ingot
| C1 = Iron Ingot
| C2 = Iron Ingot
| C3 = Iron Ingot
| S1 = Oran Berry
| output = Healing Machine | output-count = 4 | output-tooltip = Link Cable | output-link = PC
}}
produces:
Iron Ingot
Copper Ingot
Copper Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Oran Berry
Healing Machine
Optional Parameters
| shapeless = true