Template:CookingInterface: Difference between revisions
(Created page with "<includeonly> <div class="interface cooking-interface"> <div class="cooking-interface-ingredients"> <div class="item-slot-row"> <div class="item-slot">{{#if:{{{A1|}}}|[[File:{{PAGENAME:{{{A1}}}.png}}|link={{#if:{{{A1-link|}}}|{{PAGENAME:{{{A1-link}}}}}}}]]{{#if:{{{A1-tooltip|}}}}|<span class="item-tooltip">{{{A1-tooltip|{{{A1}}}}}}</span>}}}}</div> <div class="item-slot">{{#if:{{{A2|}}}|File:{{PAGENAME:{{{A2}}}.png}}|link={{#if:{{{A2-link|}}}|{{PAGENA...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
<div class="cooking-interface-ingredients"> | <div class="cooking-interface-ingredients"> | ||
<div class="item-slot-row"> | <div class="item-slot-row"> | ||
{{#if: {{{A1|}}} | {{{A1}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{A2|}}} | {{{A2}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{A3|}}} | {{{A3}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
<div class="item-slot-row"> | <div class="item-slot-row"> | ||
{{#if: {{{B1|}}} | {{{B1}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{B2|}}} | {{{B2}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{B3|}}} | {{{B3}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
<div class="item-slot-row"> | <div class="item-slot-row"> | ||
{{#if: {{{C1|}}} | {{{C1}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{C2|}}} | {{{C2}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{C3|}}} | {{{C3}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
</div> | </div> | ||
<div class="cooking-interface-right"> | <div class="cooking-interface-right"> | ||
<div class="item-slot-row"> | <div class="item-slot-row"> | ||
{{#if: {{{S1|}}} | {{{S1}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{S2|}}} | {{{S2}}} | <div class="item-slot"></div>}} | |||
{{#if: {{{S3|}}} | {{{S3}}} | <div class="item-slot"></div>}} | |||
</div> | </div> | ||
<div class="item-slot | <div class="item-slot-output"> | ||
{{#if: {{{output|}}} | {{{output}}} | <div class="item-slot"></div>}} | |||
</div> | |||
</div> | |||
{{#if:{{{shapeless|}}}|<div class="shapeless-mark" title="This recipe is shapeless, items can be placed in any arrangement for this recipe">⭍</div>}} | {{#if:{{{shapeless|}}}|<div class="shapeless-mark" title="This recipe is shapeless, items can be placed in any arrangement for this recipe">⭍</div>}} | ||
</div> | </div> | ||
Latest revision as of 16:07, 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:
Optional Parameters
| shapeless = true
[view | edit | history | purge]The above documentation is transcluded from Template:CookingInterface/doc.