Template:Crop: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
TheWombatGuru (talk | contribs)
Again, the sollution is so simple, I just didn't know about the word round...
See talk for summary.
Line 1: Line 1:
{{#ifexpr: {{{1}}} >= 1000 | {{#expr: {{{1}}}/1000 round 1}}k | {{{1}}} }}
{{#ifexpr: {{formatnum:{{{1|0}}}|R}} >= 1000000 | {{#expr: {{formatnum:{{{1|0}}}|R}}/1000000 round 1}}m | {{#ifexpr: {{formatnum:{{{1|0}}}|R}} >= 1000 | {{#expr: {{formatnum:{{{1|0}}}|R}}/1000 round 1}}k }} | {{{1|0}}} }}

Revision as of 19:48, 6 June 2017