Template:Crop: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (ce closing braces.)
m (Add doc template)
 
Line 1: Line 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}}} }} }}
{{#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}}} }} }}<noinclude>{{Documentation}}</noinclude>

Latest revision as of 21:25, 6 June 2017

0

[View] [Edit] [Page history]

Documentation

This is a simple template that will take a large number, such as 23,000, and turn it into 23k.

Example:

{{Crop|23000}}

Makes:

23k
List of all templates