Cube Life: Island Survival Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Template-info Documentation

This template creates a crafting table with 10 cells in a 5x2 grid.

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
A4
A4 link
A5
A5 link
B1
B1 link
B2
B2 link
B3
B3 link
B4
B4 link
B5
B4 link

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

Example

{{5x2 grid | width = 400

| A1 = Rope.png | A1 link = Rope
| A2 = Mango Bucket Icon.png | A2 link = Mango Bucket
| A3 = Mango Bucket Icon.png | A3 link = Mango Bucket
| A4 = clay - icon.png | A4 link = Clay block
| A5 = clay - icon.png | A5 link = Clay block

| B1 = Mango Bucket Icon.png | B1 link = Mango Bucket
| B2 = Mango Bucket Icon.png | B2 link = Mango Bucket
| B3 = Mango Bucket Icon.png | B3 link = Mango Bucket
| B4 = Rope.png | B4 link = Rope
| B5 = Rope.png | B5 link = Rope
}}

Result

Blank Table

{{5x2 grid | width = 

| A1 = | A1 link = 
| A2 = | A2 link = 
| A3 = | A3 link = 
| A4 = | A4 link = 
| A5 = | A5 link = 

| B1 = | B1 link = 
| B2 = | B2 link = 
| B3 = | B3 link = 
| B4 = | B4 link = 
| B5 = | B5 link = 
}}

Result

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement