Template:Crafting: Difference between revisions

From BTA-Mirror
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
m (Added title to shapeless icon)
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div class="crafting-table-ui pixelated">
<includeonly><div class="crafting-table-ui pixelated"><div style="display: inline-grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr);">{{Inventory slot|item={{{1|}}}}}{{Inventory slot|item={{{2|}}}}}{{Inventory slot|item={{{3|}}}}}{{Inventory slot|item={{{4|}}}}}{{Inventory slot|item={{{5|}}}}}{{Inventory slot|item={{{6|}}}}}{{Inventory slot|item={{{7|}}}}}{{Inventory slot|item={{{8|}}}}}{{Inventory slot|item={{{9|}}}}}</div><span style="margin-left: 6px; margin-right: 6px; pointer-events: none; user-select: none;">[[File:Result arrow.png|link=]]</span>{{Inventory slot|item={{{RESULT|}}}|width=44|height=44}}{{#ifeq: {{bl|{{{shapeless|}}}}} | y | <div style="position: absolute; bottom: 4px; right: 4px; cursor: help; user-select: none;" title="This recipe is shapeless, the inputs may be placed in any arrangement in the crafting grid.">[[File:Shapeless.png|link=]]</div> | }}</div></includeonly><noinclude>
 
<div style="display: inline-grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr);">
{{Inventory slot|{{{1|}}}}}{{Inventory slot|{{{2|}}}}}{{Inventory slot|{{{3|}}}}}{{Inventory slot|{{{4|}}}}}{{Inventory slot|{{{5|}}}}}{{Inventory slot|{{{6|}}}}}{{Inventory slot|{{{7|}}}}}{{Inventory slot|{{{8|}}}}}{{Inventory slot|{{{9|}}}}}
</div>
<span style="margin-left: 6px; margin-right: 6px;">[[File:Result arrow.png|link=]]</span>
{{Inventory slot|{{{RESULT|}}}|width=44px|height=44px|amount={{{AMOUNT|}}}}}
 
<!--{{#if: {{{RESULT|}}}
|<div style="position: absolute; left: 202px; top: 50px" data-mctitle="{{#if: {{{nameRESULT|}}} | {{{nameRESULT|}}} | {{{RESULT}}} }}" class="minecraft-item">{{ItemToImageMap|key={{{RESULT}}}|width=32|height=32|link={{#ifeq: {{PAGENAME}} | {{{RESULT}}} | |{{{RESULT}}}}}}}</div>
|<div></div>
}}
{{#if: {{{RESULTB|}}}
|<div style="position: absolute; left: 205px; top: 51px" data-mctitle="{{#if: {{{nameRESULTB|}}} | {{{nameRESULTB|}}} | {{{RESULTB}}} }}" class="minecraft-item">{{ItemToImageMap|key={{{RESULTB}}}|width=32|height=32|link={{#ifeq: {{PAGENAME}} | {{{RESULTB}}} | |{{{RESULTB}}}}}}}</div>
|<div></div>
}}
{{#if:{{{AMOUNT|}}}
|
<div style="left:222px; top:64px; width:16px; height:21px; position:absolute;user-select:none;" data-mctitle="{{#if: {{{nameRESULT|}}} | {{{nameRESULT|}}} | {{{RESULT}}} }}" class="minecraft-item">
<div class="pixelated c-f" style="right:2px; bottom:-10px; position:absolute; text-shadow: 0.125em 0.125em 0 #404040">
{{{AMOUNT}}}
</div>
</div>
|
}}-->
</div></includeonly><noinclude>
{{Documentation}}
{{Documentation}}
<!-- Put categories on the documentation page -->
<!-- Put categories on the documentation page -->
</noinclude>
</noinclude>

Latest revision as of 02:43, 30 March 2023

[view | edit | history | purge]Documentation

This template allows for the creation of a crafting interface.

Arguments[edit source]

Argument Note
1 Top left slot.
2 Top center slot.
3 Top right slot.
4 Middle left slot.
5 Middle center slot.
6 Middle right slot.
7 Bottom left slot.
8 Bottom center slot.
9 Bottom right slot.
RESULT Result slot.
shapeless If the recipe is shapeless or not.

Usage[edit source]

{{Crafting|4=Crude Steel|5=Crude Steel|6=Crude Steel|RESULT=Steel Ingot}} gives:

{{Crafting|1=Any Planks|4=Any Planks|5=Any Planks|7=Any Planks|8=Any Planks|9=Any Planks|RESULT=Any Wooden Stairs,6}} gives:

Note that, unlike the Minecraft Wiki, "Matching [item]" does not exist here, and instead "Any [item]" is used. "Any [item]" is not in a random order; its order is specified in Module:Inventory slot.

{{Crafting|1=Steel Ingot|2=Flint|RESULT=Steel Fire Striker|shapeless=y}} gives:

This template's items use {{Inventory slot}}, which means they follow the same formatting.

See also[edit source]

[view | edit | history | purge]The above documentation is transcluded from Template:Crafting/doc.