Sjabloon:Number table sorting

in Wikipedia, die vrye ensiklopedie
(Aangestuur vanaf Sjabloon:Nts)
Dokumentasie-ikoon Sjabloondokumentasie[sien] [wysig] [geskiedenis] [wis kasgeheue]

This template can be useful when building a sortable table in which a column contains both numbers and text. This template should be applied to every number in the column.

Currently, the template works for numbers between −10308 and 10308. Numbers outside this range will sort above or below other numbers depending on sign. See the Limitations section below.

By default the output is displayed using thousands separators. To display numbers as entered, use |format=no.

The template generates a hidden "sort key" in the HTML markup which forces the JavaScript sorting algorithm to sort the column alphabetically.

Purpose[wysig bron]

There are at two cases where this template is useful:

  1. When numbers are followed by some text
  2. When numbers are preceded by some text other than a currency symbol.

Parameters[wysig bron]

The template has only one required parameter: a real number. These examples use the name of the redirect, {{nts}}, for brevity.

Optional parameters
  • prefix: To display some text before the number, use |prefix=some prefix
    {{nts|123456789.00123|prefix=approx. }}7008123456789001230approx. 123 456 789,00123
  • format: For unformatted output, use |format=no
    {{nts|123456789.00123}}7008123456789001230123 456 789,00123
    {{nts|123456789.00123|format=no}}7008123456789001230123456789.00123
  • debug: To display the sort key, use |debug=yes.
    {{nts|123456789.00123|debug=yes}}7008123456789001230123 456 789,00123
    {{nts|-123456789.00123|debug=yes}}2991876543210998770−123 456 789,00123

Apart from the added thousands separators the numbers are formatted as supplied (scientific notation or not, leading and trailing zeros, and a zero before the decimal point or not). This formatting does not affect the sorted order except for numbers not satisfying the limitations mentioned below.

Sort key[wysig bron]

The sort key is a nineteen-digit number. For numbers within range the first four digits are determined by the number's sign and order of magnitude and the next fifteen digits are determined by the number's sign and significand.

Numbers within range
  • For numbers between 10−308 and 10308 the first four digits are calculated by adding 7000 to the order of magnitude and the next fifteen digits are calculated by multiplying the significand by 1014.
  • For numbers between −10−308 and −10308 the first four digits are calculated by subtracting the order of magnitude from 2999 and the next fifteen digits are calculated by subtracting the significand from 10 multiplying the difference by 1014.
  • The sort key for 0 is 5000000000000000000.
Numbers out of range
  • Numbers larger than 10308 are assigned the sort key 9000000000000000000.
  • Numbers smaller than −10308 are assigned the sort key 1000000000000000000.
  • Numbers between 10−308 and 0 or between 0 and −10−308 are assigned the sort key 5000000000000000000.

Limitations[wysig bron]

  • Any subset of numbers larger than 10308 are sorted together.
  • Any subset of numbers smaller than −10308 are sorted together.
  • Any subset of numbers between 10−308 and −10−308 are sorted together.
  • If a non-numeric value is given as the first unnamed parameter the results are undefined.
  • The hyphen minus sign is converted into a true minus sign; note, though, that this means no more than 12 significant figures are possible.
  • A prefix (using the prefix parameter) does not affect the sort order.

Examples[wysig bron]

{{nts|123456789.00123}}7008123456789001230123 456 789,00123

For text which follows a number, {{nts|123,456}} as of 2012 displays 123,456 as of 2012 with a numerical sort key of 123456. This forces numerical sorting in the cell using this value instead of the default alphabetical sorting.

Below are more examples, some of which illustrate the limitations listed above.

markup sortkey and number error spillover
{{nts|debug=yes}}
{{nts||debug=yes}}
{{nts|between 2 and 3|debug=yes}} Fout: between 2 and 3 Dit is nie 'n geldige nommer nie. Kyk asseblief by die dokumentasie, {{number table sorting}}, vir die regte waardes.
{{nts|10|prefix=approx.{{sp}}|debug=yes}} 7001100000000000000approx. 10
{{nts|-5|debug=yes}} 2999500000000000000−5
{{nts|-4|debug=yes}} 2999600000000000000−4
{{nts|-73|debug=yes}} 2998270000000000000−73
{{nts|-67|debug=yes}} 2998330000000000000−67
{{nts|-20345678901234567.12345678|debug=yes}} 2983796543210987654−2,0345678901235×10^16
{{nts|123.456e3|debug=yes}} 70051234560000000001,23456×10^5
{{nts|123.456e2|debug=yes}} 70041234560000000001,23456×10^4
{{nts|20345678901234567.12345678|debug=yes}} 701620345678901234520 345 678 901 234 570,00000000
{{nts|100345678901234567.12345678|debug=yes}} 7017100345678901234100 345 678 901 234 560,00000000
{{nts|1234567890123456.12345678|debug=yes}} 70151234567890123451 234 567 890 123 456,00000000
{{nts|234567890123456.12345678|debug=yes}} 7014234567890123456234 567 890 123 456,12000000
{{nts|34567890123456.12345678|debug=yes}} 701334567890123456134 567 890 123 456,12500000
{{nts|4567890123456.12345678|debug=yes}} 70124567890123456124 567 890 123 456,12300000
{{nts|567890123456.12345678|debug=yes}} 7011567890123456123567 890 123 456,12340000
{{nts|67890123456.12345678|debug=yes}} 701067890123456123467 890 123 456,12346000
{{nts|7890123456.12345678|debug=yes}} 70097890123456123457 890 123 456,12345700
{{nts|890123456.12345678|debug=yes}} 7008890123456123456890 123 456,12345680
{{nts|90123456.12345678|debug=yes}} 700790123456123456790 123 456,12345678
{{nts|0123456.12345678|debug=yes}} 70051234561234567800 123 456,12345678
{{nts|123456.12345678|debug=yes}} 7005123456123456780123 456,12345678
{{nts|23456.12345678|debug=yes}} 700423456123456779923 456,12345678
{{nts|3456.12345678|debug=yes}} 70033456123456780003 456,12345678
{{nts|456.12345678|debug=yes}} 7002456123456780000456,12345678
{{nts|56.12345678|debug=yes}} 700156123456780000056,12345678
{{nts|6.12345678|debug=yes}} 70006123456780000006,12345678
{{nts|.12345678|debug=yes}} 6999123456780000000,12345678
{{nts|0.12345678|debug=yes}} 69991234567800000000,12345678
{{nts|0.02345678|debug=yes}} 69982345678000000000,02345678
{{nts|0.00345678|debug=yes}} 69973456780000000000,00345678
{{nts|0.00045678|debug=yes}} 69964567800000000000,00045678
{{nts|0.00005678|debug=yes}} 69955678000000000000,00005678
{{nts|0.00000678|debug=yes}} 69946780000000000000,00000678
{{nts|0.00000078|debug=yes}} 69937800000000000000,00000078
{{nts|0.00000008|debug=yes}} 69928000000000000000,00000008
{{nts|.00000008|debug=yes}} 6992800000000000000,00000008
{{nts|0|debug=yes}} 50000000000000000000

See also[wysig bron]

  • {{Ntc}} - creates a center aligned sortable numeric table cell
  • {{Ntl}} - creates a left aligned sortable numeric table cell
  • {{Ntr}} - creates a right aligned sortable numeric table cell
  • {{Ntsh}} - same as this template, but does not display (hides) the number
  • {{Ntsc}} - for converted units, sorts by the first number
  • {{Ntss}} - same as Nts, but allows for the number to be scaled
  • {{Convert}} - has a sortable option
  • {{Dts}} - for sorting dates
  • {{Sort}}
  • {{Hidden sort key}}