Template:Ntss

From PS3 Developer wiki
Jump to navigation Jump to search

Template:Intricate

[edit] Template documentation

Ntss stands for Number Table Sorting Scaled and display numbers with short or long scales in a sortable table and have them numerically sorted in alphabetic sort mode. It is applied to all numbers of a column, in cases where numeric sort mode does not work or is not desired.

Usage[edit source]

{{Ntss|value|scale|long|prefix=prefix}}

Where:

  • value - the significant value that will be displayed in front of the scale (required).
  • scale - scale used with value, see below.
  • long - if included, will use long scales, otherwise uses short scales; see below.
  • prefix - String to display before the number.

Decimal scales[edit source]

Using long and short scales:

  • thousand, million, billion, trillion, quadrillion, quintillion, sextillion, septillion, octillion

The "long" (old British) scales differ from "billion" (1012) onwards. When using long scales, this template also accepts the following -iard scales:

  • milliard, billiard, trilliard, quadrilliard

Bit and byte scales[edit source]

Using standard SI prefixes:

  • bit, kbit, Mbit, Gbit, Tbit, Pbit, Ebit, Zbit, Ybit
  • byte or "B", kB, MB, GB, TB, PB, EB, ZB, YB

Using binary prefixes:

  • kibit, Mibit, Gibit, Tibit, Pibit, Eibit, Zibit, Yibit
  • kiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB

Examples[edit source]

Template Result
{{Ntss|9.1}} Template:Number table sorting/Qyes/09.1
{{Ntss|8.2|thousand}} Template:Number table sorting/Qyes/08.2 thousand
{{Ntss|8.4|million}} Template:Number table sorting/Qyes/08.4 million
{{Ntss|35|billion}} Template:Number table sorting/Qyes/035 billion
{{Ntss|2|trillion}} Template:Number table sorting/Qyes/0trillion
{{Ntss|4|billion|long}} Template:Number table sorting/Qyes/0billion
{{Ntss|12|thousand|prefix=$}} Template:Number table sorting/Qyes/0$12 thousand

See also[edit source]