Difference between revisions of "Template:Calculate Volume"

From Space Engineers Wiki
Jump to: navigation, search
m (Expanded options)
m (Fixed braces)
Line 3: Line 3:
 
  {{#explode:{{#var:Size}}|{{{delim|,}}}|1}} *
 
  {{#explode:{{#var:Size}}|{{{delim|,}}}|1}} *
 
  {{#explode:{{#var:Size}}|{{{delim|,}}}|2}} *
 
  {{#explode:{{#var:Size}}|{{{delim|,}}}|2}} *
  {{#if:{{{1|}}}|1|{{#switch: {{#show:{{FULLPAGENAME}}|?CubeSize#-}}|Large=15.625|Small=0.125|#default=0}}
+
  {{#if:{{{1|}}}|1|{{#switch: {{#show:{{FULLPAGENAME}}|?CubeSize#-}}|Large=15.625|Small=0.125|#default=0}}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
  

Revision as of 21:45, 1 April 2020


Calculates a block's volume based on the current page.

Usage {{Calculate volume}} where both Size and CubeSize is defined.

Or {{Calculate volume|VolumeProperty}} for non-cubeblock calculations.

Or {{Calculate volume|VolumeProperty|delim=x}} for non-cubeblock calculations when the volume property uses x instead of a comma.