Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
No edit summary
m (removing class=craftingGridNoBg)
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Cg||256|132}}
+
{{Cg||248|144}}<!--
  +
-->{{Cg|bg-image|{{#if:{{{shapeless|}}}|GUI Shapeless Crafting Alternate.png|GUI Shaped Crafting Alternate.png}}}}<!--
{{Cg|bg-image|Crafting_GUI.png}}
 
{{Cg|cell|{{{1|{{{A1|}}} }}}|12|12}}{{Cg|cell|{{{2|{{{B1|}}} }}}|48|12}}{{Cg|cell|{{{3|{{{C1|}}} }}}|84|12}}
+
-->{{Cg|cell|{{{1|{{{A1|}}}}}}|8|28}}<!--
{{Cg|cell|{{{4|{{{A2|}}} }}}|12|48}}{{Cg|cell|{{{5|{{{B2|}}} }}}|48|48}}{{Cg|cell|{{{6|{{{C2|}}} }}}|84|48}}
+
-->{{Cg|cell|{{{2|{{{B1|}}}}}}|44|28}}<!--
{{Cg|cell|{{{7|{{{A3|}}} }}}|12|84}}{{Cg|cell|{{{8|{{{B3|}}} }}}|48|84}}{{Cg|cell|{{{9|{{{C3|}}} }}}|84|84}}
+
-->{{Cg|cell|{{{3|{{{C1|}}}}}}|80|28}}<!--
{{Cg|Cell|{{{10|{{{O|}}} }}}|200|48|class=craftingGridNoBg}}
+
-->{{Cg|cell|{{{4|{{{A2|}}}}}}|8|64}}<!--
  +
-->{{Cg|cell|{{{5|{{{B2|}}}}}}|44|64}}<!--
{{#if:{{{shapeless|}}}|{{Cg|shapeless|133|100}} }}
 
  +
-->{{Cg|cell|{{{6|{{{C2|}}}}}}|80|64}}<!--
{{Cg|end}}
 
  +
-->{{Cg|cell|{{{7|{{{A3|}}}}}}|8|100}}<!--
  +
-->{{Cg|cell|{{{8|{{{B3|}}}}}}|44|100}}<!--
  +
-->{{Cg|cell|{{{9|{{{C3|}}}}}}|80|100}}<!--
  +
-->{{Cg|cell|{{{10|{{{O|}}}}}}|196|64}}<!--
  +
-->{{Cg|text|{{L|Crafting Table|{{{title|{{#if:{{{shapeless|}}}|<noinclude><translate><!--T:3-->
  +
</noinclude>Shapeless Crafting|Shaped Crafting<noinclude></translate></noinclude>}}}}}}}|||0|4|class=craftingGridText craftingGridLink craftingGridTitle}}<!--
  +
-->{{Cg|end}}{{#if:{{{shapeless|}}}|{{#ifeq:{{{shapeless|}}}|true||[[Category:Articles with bad shapeless values]]}}}}<noinclude>{{Documentation}}</noinclude>

Revision as of 02:33, 23 January 2018

Template-info Documentation

This template is used to create a grid that looks similar to the Crafting Table's GUI screen.

See {{Gc}} for grid usage and {{Cg}} for crafting grid usage, this page will only cover cell names and additional information.

Parameters

Creates a template that mimics the Minecraft Crafting Table's interface.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Shapelessshapeless

Removes grid from input slots for shapeless recipes

Stringsuggested
Upper LeftA1 1

Fills the upper-left input slot; use {{Gc}}

Templatesuggested
Upper MiddleB1 2

Fills the upper-middle input slot; use {{Gc}}

Templatesuggested
Upper RightC1 3

Fills the upper-right input slot; use {{Gc}}

Templatesuggested
Middle LeftA2 4

Fills the middle-left input slot; use {{Gc}}

Templatesuggested
MiddleB2 5

Fills in the middle input slot; use {{Gc}}

Templatesuggested
Middle RightC2 6

Fills the middle-right input slot; use {{Gc}}

Templatesuggested
Lower LeftA3 7

Fills the lower-left input slot; use {{Gc}}

Templatesuggested
Lower MiddleB3 8

Fills the lower-middle input slot; use {{Gc}}

Templatesuggested
Lower RightC3 9

Fills the lower-right input slot; use {{Gc}}

Templatesuggested
OutputO 10

Fills the output item slot; use {{Gc}}

Templatesuggested
Titletitle

Normally set to "Shaped" or "Shapeless Crafting" (or its translated equivalent); input here overrides text

Stringoptional
Linklink

Link for the title. Default is "Crafting Table (Vanilla)".

Stringoptional

Cell properties

Cell # Cell name Cell type Cell classes Width Height Max Value
1 A1 Grid cell craftingGridNoBg - - -
2 B1 Grid cell craftingGridNoBg - - -
3 C1 Grid cell craftingGridNoBg - - -
4 A2 Grid cell craftingGridNoBg - - -
5 B2 Grid cell craftingGridNoBg - - -
6 С2 Grid cell craftingGridNoBg - - -
7 A3 Grid cell craftingGridNoBg - - -
8 B3 Grid cell craftingGridNoBg - - -
9 C3 Grid cell craftingGridNoBg - - -
10 O Grid cell craftingGridNoBg - - -

See also