Difference between revisions of "Template:Format size"
Jump to navigation
Jump to search
(t) |
(decimals only up to 9.9k and K) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>'''This is for displaying a number of bytes in an easily understood format.'''<br/><br/> | <noinclude>'''This is for displaying a number of bytes in an easily understood format.'''<br/><br/> | ||
− | Usage:<br/> {{t|<nowiki>{{</nowiki>{{PAGENAME}}|#bytes<nowiki>}}</nowiki>}}</noinclude><includeonly>{{{1|}}} bytes</includeonly> | + | Usage:<br/> {{t|<nowiki>{{</nowiki>{{PAGENAME}}|#bytes<nowiki>}}</nowiki>}}</noinclude><includeonly>{{#if: {{{1|}}}|{{#ifexpr: |
+ | {{#replace:{{{1}}}|,|}} < 1024| {{{1}}} bytes|{{#ifexpr: | ||
+ | {{#replace:{{{1}}}|,|}} < 10240| {{#expr: {{#replace:{{{1}}}|,|}}/1024 round 1}} K| | ||
+ | {{#expr: {{#replace:{{{1}}}|,|}}/1024 round 0}} K}}}}|}}</includeonly> |
Latest 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}}