Template:BlockVolume
From Space Engineers Wiki
Displays block dimensions and calculates its volume.
{{BlockVolume|Block name|size|[volumeonly=yes]}}
Where Block name is the page of the block and size is small or large for respective the block size.
The parameter volumeonly is optional and accepts yes to only return the block's volume as a number.
Example usage | Result |
---|---|
{{BlockVolume|Large Thruster|small}} |
×× (Expression error: Unexpected * operator. m3) |
{{BlockVolume|Large Thruster|large}} |
×× (Expression error: Unexpected * operator. m3) |
{{BlockVolume|Large Thruster|large|volumeonly=yes}} |
Expression error: Unexpected * operator. |