Difference between revisions of "Template:SimpleItembox/PropertyRow"
From Space Engineers Wiki
Vox Serico (talk | contribs) (Changed parameters to allow for #printout units in the 1st parameter, thus reducing SimpleItembox call size) |
Vox Serico (talk | contribs) m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
--><span>{{translate|Property:{{#var:PROPERTY}}}}</span><!-- | --><span>{{translate|Property:{{#var:PROPERTY}}}}</span><!-- | ||
--><span><!-- | --><span><!-- | ||
− | -->{{# | + | -->{{#switch:{{#show:Property:{{#var:PROPERTY}}|?Has type#-}}<!-- |
− | -->| {{#ifexist:Property:{{#var:PROPERTY}}/{{#vardefineecho:VALUE|{{#show: {{{1}}}|?{{#var:PROPERTY}}}}}}<!-- | + | -->|Text={{#ifexist:Property:{{#var:PROPERTY}}/{{#vardefineecho:VALUE|{{#show: {{{1}}}|?{{#var:PROPERTY}}}}}}<!-- |
-->| {{translate|Property:{{#var:PROPERTY}}/{{#var:VALUE}}}}<!-- | -->| {{translate|Property:{{#var:PROPERTY}}/{{#var:VALUE}}}}<!-- | ||
− | -->| | + | -->| {{#var:VALUE}}<!-- |
-->}}<!-- | -->}}<!-- | ||
− | + | -->|Page={{#if: {{#show:{{#show:{{{1}}}|?{{#var:PROPERTY}}#-}}|?TypeId}}<!-- | |
+ | -->|{{icon|{{#vardefineecho:VALUE|{{#show: {{{1}}}|?{{#var:PROPERTY}}#-}}}}|tiny}} [[{{#show:{{#var:VALUE}}|?Main_article#-}}{{lang}}|{{Translate|{{#var:VALUE}}}}]]<!-- | ||
+ | -->|{{Translate|{{#show: {{{1}}}|?{{#var:PROPERTY}}#-}}}}<!-- | ||
+ | -->}}<!-- | ||
+ | -->|#default={{#show: {{{1}}}|?{{#var:PROPERTY}}{{#if:{{{3|}}}|#{{{3}}}|{{#var:UNIT}}}}}}<!-- | ||
+ | -->}}<!-- | ||
--></span><!-- | --></span><!-- | ||
--></div><!-- | --></div><!-- | ||
Line 21: | Line 26: | ||
Result: <div style="max-width: 320px">{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass}}</div> | Result: <div style="max-width: 320px">{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass}}</div> | ||
---- | ---- | ||
− | + | (Obsolete) example with unit conversion: <code><nowiki>{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass|g}}</nowiki></code> | |
Result: <div style="max-width: 320px">{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass|g}}</div> | Result: <div style="max-width: 320px">{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass|g}}</div> | ||
---- | ---- | ||
− | Example | + | Example with unit conversion: <code><nowiki>{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass#g}}</nowiki></code> |
Result: <div style="max-width: 320px">{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass#g}}</div> | Result: <div style="max-width: 320px">{{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass#g}}</div> | ||
---- | ---- | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 21:56, 20 May 2020
{{SimpleItembox/PropertyRow|Page|Property|Unit}}
Example: {{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass}}
Mass109.8 kg
109,800 g
109,800,000 mg
0.11 t
109,800,000 mg
0.11 t
(Obsolete) example with unit conversion: {{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass|g}}
Mass109,800 g
109.8 kg
109,800,000 mg
0.11 t
109,800,000 mg
0.11 t
Example with unit conversion: {{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass#g}}
Mass109,800 g
109.8 kg
109,800,000 mg
0.11 t
109,800,000 mg
0.11 t