Difference between revisions of "Template:SimpleItembox/PropertyRow"

From Space Engineers Wiki
Jump to: navigation, search
m (English translation fix)
m (Trim property names)
Line 1: Line 1:
 
<includeonly><!--
 
<includeonly><!--
 
   --><div style="display: flex; justify-content: space-between;"><!--
 
   --><div style="display: flex; justify-content: space-between;"><!--
     --><span>{{#if: {{lang}} | {{Property:{{{2}}}{{lang}}}} | {{#show: Property:{{{2}}}|?Translation|default=Property {{{2}}} has an empty or missing ''Translation'' parameter!}}}}:</span><!--
+
     --><span>{{#if: {{lang}} | {{Property:{{trim|{{{2}}}}}{{lang}}}} | {{#show: Property:{{{2}}}|?Translation|default=Property {{{2}}} has an empty or missing ''Translation'' parameter!}}}}:</span><!--
 
     --><span><!--
 
     --><span><!--
 
       -->{{#ifeq:{{#show:Property:{{{2}}}|?Has type#-}} | Text
 
       -->{{#ifeq:{{#show:Property:{{{2}}}|?Has type#-}} | Text
         | {{#ifexist:Property:{{{2}}}/{{#show: {{{1}}}|?{{{2}}}}}
+
         | {{#ifexist:Property:{{trim|{{{2}}}}}/{{#show: {{{1}}}|?{{{2}}}}}
           | {{Property:{{{2}}}/{{#show: {{{1}}}|?{{{2}}}}}{{lang}}}}
+
           | {{Property:{{trim|{{{2}}}}}/{{#show: {{{1}}}|?{{trim|{{{2}}}}}}}{{lang}}}}
 
           | {{#show: {{{1}}}|?{{{2}}}}}}}
 
           | {{#show: {{{1}}}|?{{{2}}}}}}}
 
         | {{#show: {{{1}}}|?{{{2}}}{{#if:{{{3}}}|#{{{3}}}}}}}}}<!--
 
         | {{#show: {{{1}}}|?{{{2}}}{{#if:{{{3}}}|#{{{3}}}}}}}}}<!--

Revision as of 15:31, 4 April 2020

{{SimpleItembox/PropertyRow|Page|Property|Unit}}

Example: {{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass}}

Result:
Mass109.8 kg
109,800 g
109,800,000 mg
0.11 t


Example with unit conversion: {{SimpleItembox/PropertyRow|Mod:Vanilla/CubeBlock/SmallHydrogenTankSmall|Mass|g}}

Result:
Mass109,800 g
109.8 kg
109,800,000 mg
0.11 t