No edit summary
No edit summary
 
Line 2: Line 2:
__TOC__
__TOC__
==Notes==
==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>.
Each item can be displayed using the [[Template:ItemSlot]].
 
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 link of item <code>A2</code> to <nowiki>[[Apricorn]]</nowiki>.


<code>A</code>, <code>B</code>, and <code>C</code> represent each row from top to bottom in the 9 × 9 item slots grid. <code>S</code> represents the seasoning item slot row.
<code>A</code>, <code>B</code>, and <code>C</code> represent each row from top to bottom in the 9 × 9 item slots grid. <code>S</code> represents the seasoning item slot row.
Line 10: Line 8:
<pre>
<pre>
{{CookingInterface
{{CookingInterface
| A1 =  
| A1 = {{ItemSlot}}
| A2 =  
| A2 = {{ItemSlot}}
| A3 =  
| A3 = {{ItemSlot}}
| B1 =  
| B1 = {{ItemSlot}}
| B2 =  
| B2 = {{ItemSlot}}
| B3 =  
| B3 = {{ItemSlot}}
| C1 =
| C1 = {{ItemSlot}}
| C2 =
| C2 = {{ItemSlot}}
| C3 =
| C3 = {{ItemSlot}}
| S1 =
| S1 = {{ItemSlot}}
| S2 =
| S2 = {{ItemSlot}}
| S3 =
| S3 = {{ItemSlot}}
| output =  
| output = {{ItemSlot}}
}}
}}
</pre>
</pre>

Latest revision as of 16:14, 27 November 2025

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:

Copper Ingot.png
Copper Ingot
Copper Ingot.png
Ingot
Copper Ingot.png
Copper Ingot
Iron Ingot.png
Iron Ingot
Iron Ingot.png
Iron Ingot
Iron Ingot.png
Iron Ingot
Iron Ingot.png
Iron Ingot
Oran Berry.pngLeppa Berry.png
Any Berry
Healing Machine.png
4Link Cable


Optional Parameters

| shapeless = true