Actions

Template

Difference between revisions of "MapWeight"

From P6 Spheres

(Created page with "<noinclude>Accepts Float. Returns String where float has been converted to a nice weight in pounds: Example: <nowiki>{{MapWeight|-}}</nowiki>: {{MapWeight|-}} Example: <now...")
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
Example: <nowiki>{{MapWeight|-}}</nowiki>: {{MapWeight|-}}
 
Example: <nowiki>{{MapWeight|-}}</nowiki>: {{MapWeight|-}}
 +
 +
Example: <nowiki>{{MapWeight|0.0}}</nowiki>: {{MapWeight|0.0}}
  
 
Example: <nowiki>{{MapWeight|0.03}}</nowiki>: {{MapWeight|0.03}}
 
Example: <nowiki>{{MapWeight|0.03}}</nowiki>: {{MapWeight|0.03}}
 +
 +
Example: <nowiki>{{MapWeight|0.5}}</nowiki>: {{MapWeight|0.5}}
  
 
Example: <nowiki>{{MapWeight|1.0}}</nowiki>: {{MapWeight|1.0}}
 
Example: <nowiki>{{MapWeight|1.0}}</nowiki>: {{MapWeight|1.0}}
Line 15: Line 19:
 
Note: <nowiki>{{MapWeight|1.5}}</nowiki>: {{MapWeight|1.5}}
 
Note: <nowiki>{{MapWeight|1.5}}</nowiki>: {{MapWeight|1.5}}
  
</noinclude><includeonly>{{#ifeq:{{{1|}}}|-<!--
+
</noinclude><includeonly><!--
 +
-->{{#ifeq:{{{1|}}}|-<!--
 
   -->|-<!--
 
   -->|-<!--
   -->|{{#ifexpr:{{{1|}}} < 1<!--
+
   -->|{{#ifexpr:{{{1|}}} = 0<!--
    -->|{{#number_format:{{{1|}}}|_}} lbs.<!--
+
    -->|-<!--
    -->|{{#number_format:{{{1|}}}|0}} {{#ifeq:{{{1|}}}|1.0|lb.|lbs.}}<!--
+
    -->|{{#ifexpr:{{{1|}}} = 0.5<!--
 +
      -->|½ lb.<!--
 +
      -->|{{#ifexpr:{{{1|}}} < 1<!--
 +
        -->|{{#number_format:{{{1|}}}|_}} lbs.<!--
 +
        -->|{{#number_format:{{{1|}}}|0}} {{#ifeq:{{{1|}}}|1.0|lb.|lbs.}}<!--
 +
      -->}}<!--
 +
    -->}}<!--
 
   -->}}<!--
 
   -->}}<!--
 
-->}}</includeonly>
 
-->}}</includeonly>

Latest revision as of 22:55, 14 March 2020

Accepts Float.

Returns String where float has been converted to a nice weight in pounds:

Example: {{MapWeight|-}}: -

Example: {{MapWeight|0.0}}: -

Example: {{MapWeight|0.03}}: 0.03 lbs.

Example: {{MapWeight|0.5}}: ½ lb.

Example: {{MapWeight|1.0}}: 1 lb.

Example: {{MapWeight|5.0}}: 5 lbs.

Example: {{MapWeight|2500.0}}: 2,500 lbs.

Note: {{MapWeight|1.5}}: 2 lbs.