Cube Life: Island Survival Wiki
Advertisement
Template-info Documentation

This template creates a crafting table with 9 cells and a result item.

Parameters[]

Cells are numbered from the top left corner, starting at A1. Each cell can also have an optional link parameter that will make the cell link to the specified page.

A1
A1 link
A2
A2 link
A3
A3 link
B1
B1 link
B2
B2 link
B3
B3 link
result
result link
C1
C1 link
C2
C2 link
C3
C3 link

There is also an optional width parameter that allows you to change the width of the crafting table. Please DO NOT include any units such as px. The grid defaults to 500px wide.

Example[]

{{Crafting table | width = 400

| A1 = Rope.png | A1 link = Rope
| A2 = Rope.png | A2 link = Rope
| A3 = Rope.png | A3 link = Rope

| B1 = Clay - icon.png | B1 link = Clay block
| B2 = 
| B3 = Clay - icon.png | B3 link = Clay block

| C1 = Clay - icon.png | C1 link = Clay block
| C2 = Clay - icon.png | C2 link = Clay block
| C3 = clay - icon.png | C3 link = Clay block

| result = Acacia Bucket Icon.png | result link = Acacia bucket
}}

Result[]

Blank Table[]

{{Crafting table | width = 

| A1 = | A1 link = 
| A2 = | A2 link = 
| A3 = | A3 link = 

| B1 = | B1 link = 
| B2 = | B2 link = 
| B3 = | B3 link = 

| C1 = | C1 link = 
| C2 = | C2 link = 
| C3 = | C3 link = 

| result = | result link =
}}

Result[]

Advertisement