Difference between revisions of "Template:Format size"
Jump to navigation
Jump to search
(Remove "," in the sizes passed) |
(decimals only up to 9.9k) |
||
Line 2: | Line 2: | ||
Usage:<br/> {{t|<nowiki>{{</nowiki>{{PAGENAME}}|#bytes<nowiki>}}</nowiki>}}</noinclude><includeonly>{{#if: {{{1|}}}|{{#ifexpr: | Usage:<br/> {{t|<nowiki>{{</nowiki>{{PAGENAME}}|#bytes<nowiki>}}</nowiki>}}</noinclude><includeonly>{{#if: {{{1|}}}|{{#ifexpr: | ||
{{#replace:{{{1}}}|,|}} < 1024| {{{1}}} bytes|{{#ifexpr: | {{#replace:{{{1}}}|,|}} < 1024| {{{1}}} bytes|{{#ifexpr: | ||
− | {{#replace:{{{1}}}|,|}} < | + | {{#replace:{{{1}}}|,|}} < 10240| {{#expr: {{#replace:{{{1}}}|,|}}/1024 round 1}} K| |
{{#expr: {{#replace:{{{1}}}|,|}}/1024 round 0}} K}}}}|}}</includeonly> | {{#expr: {{#replace:{{{1}}}|,|}}/1024 round 0}} K}}}}|}}</includeonly> |
Revision as of 06:28, 26 October 2016
This is for displaying a number of bytes in an easily understood format.
Usage:
{{Format size|#bytes}}