Template:Crop: Difference between revisions
Jump to navigation
Jump to search
(Again, the sollution is so simple, I just didn't know about the word round...) |
Technical 13 (talk | contribs) (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}}} }} |