This template represents the Campfire Pot interface.
Notes
Each item can be displayed using the Template:ItemSlot.
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 = {{ItemSlot}}
| A2 = {{ItemSlot}}
| A3 = {{ItemSlot}}
| B1 = {{ItemSlot}}
| B2 = {{ItemSlot}}
| B3 = {{ItemSlot}}
| C1 = {{ItemSlot}}
| C2 = {{ItemSlot}}
| C3 = {{ItemSlot}}
| S1 = {{ItemSlot}}
| S2 = {{ItemSlot}}
| S3 = {{ItemSlot}}
| output = {{ItemSlot}}
}}
Usage
{{CookingInterface
| A3 = {{ItemSlot| item = Copper Ingot | link = Apricorn}}
| B1 = {{ItemSlot| item = Copper Ingot | tooltip = Ingot}}
| B2 = {{ItemSlot| item = Copper Ingot}}
| B3 = {{ItemSlot| item = Iron Ingot}}
| C1 = {{ItemSlot| item = Iron Ingot}}
| C2 = {{ItemSlot| item = Iron Ingot}}
| C3 = {{ItemSlot| item = Iron Ingot}}
| S1 = {{ItemSlot| item = Oran Berry; Leppa Berry | link = Berry | tooltip = Any Berry }}
| output = {{ItemSlot| item = Healing Machine | link = PC | tooltip = Link Cable | amount = 4}}
}}
produces:
Optional Parameters
| shapeless = true
[view | edit | history | purge]The above documentation is transcluded from Template:CookingInterface/doc.