Difference between revisions of "Template:Get volume"
From Space Engineers Wiki
(Created page with "{{#switch: {{{1|}}} | c = {{#show: {{{2|}}} | ?cvolume}} | l = {{#show: {{{2|}}} | ?lvolume}} | s = {{#show: {{{2|}}} | ?svolume}} | m = {{#show: {{{2|}}} | ?mvolume}} | t = {...") |
|||
Line 5: | Line 5: | ||
| m = {{#show: {{{2|}}} | ?mvolume}} | | m = {{#show: {{{2|}}} | ?mvolume}} | ||
| t = {{#show: {{{2|}}} | ?tvolume}} | | t = {{#show: {{{2|}}} | ?tvolume}} | ||
− | }}<noinclude>[[Category:Templates]]</noinclude> | + | | r = {{#show: {{{2|}}} | ?rvolume}} |
+ | }}<noinclude>[[Category:Templates]]<pre> | ||
+ | |||
+ | Get item volume | ||
+ | {{Get volume|item type|item name}} | ||
+ | item type is either: c, l, s, m, r, or t | ||
+ | item name is the name of the item | ||
+ | |||
+ | c is component | ||
+ | l is large ship / station | ||
+ | s is small ship | ||
+ | m is material | ||
+ | t is tool | ||
+ | r is raw material </pre></noinclude> |
Latest revision as of 03:53, 25 March 2014
Get item volume {{Get volume|item type|item name}} item type is either: c, l, s, m, r, or t item name is the name of the item c is component l is large ship / station s is small ship m is material t is tool r is raw material