Template:Storage grid/doc

From Space Station 14 Wiki

Usage

{{storage grid|<grid 1>|<grid 2>|<grid N>}}

Example

Single grid

A simple 1x2 grid.

{{storage grid|0,0,1,2}}

Two grids

A 1x4 and 2x4 grids with one-cell-wide empty space in between.

{{storage grid|0,0,1,4|2,0,2,4}}

Three grids

A 2x4, 2x3 and 2x4 grids with one-cell-wide empty space in between each.

{{storage grid|0,0,2,4|3,1,2,3|6,0,2,4}}