Template:CookingInterface/doc: Difference between revisions
(Created page with "This template represents the Campfire Pot interface. __TOC__ ==Notes== Each item can have a custom tooltip by appending <code>-tooltip</code> to an existing item slot field. For example, <code>A2-tooltip</code> would set a custom tooltip for item slot <code>A2</code>. Item slot fields excluding the <code>output</code> field are not linked by default. They can be linked by appending <code>-link</code>. For example, adding <code>A2-link = Apricorn</code> will set the...") |
No edit summary |
||
| Line 22: | Line 22: | ||
| S2 = | | S2 = | ||
| S3 = | | S3 = | ||
| output | | output = | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 29: | Line 29: | ||
<pre style="width: 840px"> | <pre style="width: 840px"> | ||
{{CookingInterface | {{CookingInterface | ||
| A3 = | | A3 = {{ItemSlot| item = Copper Ingot | link = Apricorn}} | ||
| B1 = Copper Ingot | | | B1 = {{ItemSlot| item = Copper Ingot | tooltip = Ingot}} | ||
| B2 = Copper Ingot | | B2 = {{ItemSlot| item = Copper Ingot}} | ||
| B3 = Iron Ingot | | B3 = {{ItemSlot| item = Iron Ingot}} | ||
| C1 = Iron Ingot | | C1 = {{ItemSlot| item = Iron Ingot}} | ||
| C2 = Iron Ingot | | C2 = {{ItemSlot| item = Iron Ingot}} | ||
| C3 = Iron Ingot | | C3 = {{ItemSlot| item = Iron Ingot}} | ||
| S1 = Oran Berry | | S1 = {{ItemSlot| item = Oran Berry}} | ||
| output = Healing Machine | | | output = {{ItemSlot| item = Healing Machine | link = PC | tooltip = Link Cable | amount = 4}} | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 43: | Line 43: | ||
produces: | produces: | ||
{{CookingInterface | {{CookingInterface | ||
| A3 = | | A3 = {{ItemSlot| item = Copper Ingot | link = Apricorn}} | ||
| B1 = Copper Ingot | | | B1 = {{ItemSlot| item = Copper Ingot | tooltip = Ingot}} | ||
| B2 = Copper Ingot | | B2 = {{ItemSlot| item = Copper Ingot}} | ||
| B3 = Iron Ingot | | B3 = {{ItemSlot| item = Iron Ingot}} | ||
| C1 = Iron Ingot | | C1 = {{ItemSlot| item = Iron Ingot}} | ||
| C2 = Iron Ingot | | C2 = {{ItemSlot| item = Iron Ingot}} | ||
| C3 = Iron Ingot | | C3 = {{ItemSlot| item = Iron Ingot}} | ||
| S1 = Oran Berry | | S1 = {{ItemSlot| item = Oran Berry}} | ||
| output = Healing Machine | | | output = {{ItemSlot| item = Healing Machine | link = PC | tooltip = Link Cable | amount = 4}} | ||
}} | }} | ||
==Optional Parameters== | ==Optional Parameters== | ||
<code>| shapeless = true</code> | <code>| shapeless = true</code> | ||
Revision as of 16:11, 27 November 2025
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 =
}}
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}}
| output = {{ItemSlot| item = Healing Machine | link = PC | tooltip = Link Cable | amount = 4}}
}}
produces:
Optional Parameters
| shapeless = true