Template:4x4GUI

Revision as of 02:01, 26 August 2025 by Benos (talk | contribs) (Created page with "<noinclude>Category:Templates</noinclude> <noinclude> Generates a 2x2 crafting GUI display that can be used in tables (centered) or standalone. Parameters: * slot1 – full File: syntax for the top-left item slot (optional) * slot2 – full File: syntax for the top-right item slot (optional) * slot3 – full File: syntax for the bottom-left item slot (optional) * slot4 – full File: syntax for the bottom-right item slot (optional) * result – full File: syntax for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Generates a 2x2 crafting GUI display that can be used in tables (centered) or standalone.

Parameters:

  • slot1 – full File: syntax for the top-left item slot (optional)
  • slot2 – full File: syntax for the top-right item slot (optional)
  • slot3 – full File: syntax for the bottom-left item slot (optional)
  • slot4 – full File: syntax for the bottom-right item slot (optional)
  • result – full File: syntax for the result item slot (optional)
  • tooltip – full File: syntax for the large tooltip preview (optional)
  • name – the display name (optional, displayed below GUI)

Usage Examples:

  • In table:

File:Item1.png File:Item2.png {{{slot3}}} {{{slot4}}} File:Result.png {{{tooltip}}}{{#if:|
{{{name}}}|}}

  • Standalone:

File:Item1.png {{{slot2}}} {{{slot3}}} {{{slot4}}} {{{result}}} {{{tooltip}}}{{#if:Recipe Name|
Recipe Name|}}