Difference between revisions of "Template:SimpleItembox"

From Space Engineers Wiki
Jump to: navigation, search
m (Updated links to Mod:Vanilla/)
m (Added block type to header)
Line 5: Line 5:
 
     --><div style="display: flex; flex-direction: row; justify-content: space-between; text-align: center; margin-bottom: 0.25em; overflow-wrap: anywhere"><!--
 
     --><div style="display: flex; flex-direction: row; justify-content: space-between; text-align: center; margin-bottom: 0.25em; overflow-wrap: anywhere"><!--
 
       -->[[File:{{#if:{{{1}}}|{{#show: Mod:Vanilla/{{{1}}}|?Icon#-}}|Icon Template.png}}|48px]]<!--
 
       -->[[File:{{#if:{{{1}}}|{{#show: Mod:Vanilla/{{{1}}}|?Icon#-}}|Icon Template.png}}|48px]]<!--
       -->[[{{{1}}}|<span style="color:white; font-size:2em"><!--
+
       --><div><!--
        -->{{#if:{{lang}}|{{Mod:Vanilla/{{{1}}}{{lang}}}}|{{#show:Mod:Vanilla/{{{1}}}|?Translation}}}}<!--
+
        --><span style="font-size:0.75em"><!--
      --></span>]]<!--
+
          -->{{Componentbox/{{#switch: {{#show:Mod:Vanilla/{{{1}}}|?SimpleItemboxType#-}}
 +
            | Block = {{#ifeq: {{#show:Mod:Vanilla/{{{1}}}|?CubeSize}} | Large | Large Ship / Station | Small Ship}}
 +
            | Component = Component
 +
            | Tool = Tool
 +
            | Ore = Raw Material
 +
            | Ingot = Material
 +
            }}{{lang}}}}<!--
 +
        --></span><br/><!--
 +
        -->[[Mod:Vanilla/{{{1}}}|<span style="color:white; font-size:2em; line-height:normal"><!--
 +
          -->{{#if:{{lang}}|{{Mod:Vanilla/{{{1}}}{{lang}}}}|{{#show:Mod:Vanilla/{{{1}}}|?Translation}}}}<!--
 +
        --></span>]]<!--
 +
      --></div>
 
       -->[[File: {{#switch: {{#if:{{{1}}}|{{#show:Mod:Vanilla/{{{1}}}|?SimpleItemboxType#-}}}}
 
       -->[[File: {{#switch: {{#if:{{{1}}}|{{#show:Mod:Vanilla/{{{1}}}|?SimpleItemboxType#-}}}}
 
         | Block = {{#ifeq: {{#show:Mod:Vanilla/{{{1}}}|?CubeSize}} | Large | Large Ship Icon.png | Small Ship Icon.png}}
 
         | Block = {{#ifeq: {{#show:Mod:Vanilla/{{{1}}}|?CubeSize}} | Large | Large Ship Icon.png | Small Ship Icon.png}}
 
         | Component = Component Icon.png
 
         | Component = Component Icon.png
 
         | Tool = Tool Icon.png
 
         | Tool = Tool Icon.png
         | Ingot Material Icon.png
+
         | Ingot = Material Icon.png
 
         | Ore = Raw Icon.png
 
         | Ore = Raw Icon.png
 
         | #default = Icon Template.png}}|48px]]<!--
 
         | #default = Icon Template.png}}|48px]]<!--

Revision as of 17:49, 2 April 2020

Displays an info box for a specific item.

Old Usage: 
{{SimpleItembox|Page|Prop1|Unit1|Prop2|Unit2|...}}

New Usage: 
{{SimpleItembox|Page|Prop1<#Unit1>|Prop2<#Unit2>|...}}

Page - The page holding the object's stats.
Prop1 - The first property to display.
Unit1 - The unit to display the first property in.
Prop2 - The second property to display.
Unit2 - The unit to display the second property in.
etc...

Examples:

{{SimpleItembox
|Mod:Vanilla/Ore/Uranium
|Mass||Volume#L|RefineTime|RefineAmount|MinimalPricePerUnit
}}
Uranium Ore Icon.png
Raw Material
Uranium Ore
Raw Icon.png
Mass1 kg
1,000 g
1,000,000 mg
1.0e-3 t
Volume0.37 L
3.7e-4 m³
2.368e-5 Large-Blocks
0.00296 Small-Blocks
0.037 hL
370 mL
Refine Time4 s
Refined Mass0.01 kg
10 g
10,000 mg
Minimum Price500 SC
BrowseLast edit: 2020-04-24
{{SimpleItembox
|Mod:Vanilla/Ingot/Iron
|Mass|Volume#L|BaseProductionTimeInSeconds
}}
Iron Ingot Icon.png
Material
Iron Ingot
Material Icon.png

ComponentsRequired

Mass1 kg
1,000 g
1,000,000 mg
1.0e-3 t
Volume0.127 L
1.27e-4 m³
8.128e-6 Large-Blocks
0.00102 Small-Blocks
0.0127 hL
127 mL
Base Production Time0.05 s
BrowseLast edit: 2020-05-18
{{SimpleItembox
|Mod:Vanilla/Component/SteelPlate
|Mass|Health|MaxIntegrity|Volume|BaseProductionTimeInSeconds
}}
Steel Plate Icon.png
Component
Steel Plate
Component Icon.png

ComponentsRequired

Mass20 kg
20,000 g
20,000,000 mg
0.02 t
Health53
Integrity100
Volume0.003 m³
3 L
1.92e-4 Large-Blocks
0.024 Small-Blocks
0.3 hL
3,000 mL
Base Production Time1 s
BrowseLast edit: 2021-02-04
{{SimpleItembox
|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall
|Size|Volume#{{m3}}|Mass#g|Integrity|BuildTimeSeconds|OperationalPowerConsumption|StandbyPowerConsumption|GasCapacity|IsAirTight|InventoryVolume#L|ResourceSinkGroup|PCU
}}
Small Hydrogen Tank Icon.png
Small Ship
Small Hydrogen Tank
Small Ship Icon.png

ComponentsRequired

 Functional 

 Hack 

Dimensions (W,H,L)2,2,1
Volume0.5 m³
500 L
0.032 Large-Blocks
4 Small-Blocks
50 hL
500,000 mL
Mass109,800 g
109.8 kg
109,800,000 mg
0.11 t
Integrity454
Build time12 s
Power Consumption200 W
0.2 kW
2.0e-4 MW
Idle Power Consumption0.2 W
2.0e-4 kW
2.0e-7 MW
Gas Capacity15,000 L
1,500 hL
15 m³
Is AirtightYes
Inventory Volume120 L
0.12 m³
12 hL
Power Consumer GroupFactory
PCU Cost25
BrowseLast edit: 2020-11-25