Template:BlockGrid

From TerraFirmaCraft Plus Wiki
Revision as of 07:08, 26 April 2012 by SpAnser (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


This Template is used to draw simple 2D-Blockgraphics.

It uses the terms from BlockSprite to define single-character-abbrevations for blocks, which can be used in a Table-like fashion

Example

{{BlockGrid
|g=grass-block|s=stone|S=sand| =air
|s g
|gSa
}}
produces

Note that undefined prefixes or prefixes assigned to block names unknown to the BlockSprite template are replaced by .

Also, the space character (“ ”) can be used as key, but will be removed at the beginning and end of rows.