Şablon:Number table sorting

[bıvurne] Dokumantasyon

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

Currently, the template works for numbers less than or 10,000,000,000,000,000 (1×1016) and greater than -10,000,000,000,000,000 (-1×1016). 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 bıvurne

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 bıvurne

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

Optional parameters

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.

Limitations bıvurne

  • Any subset of numbers larger than 1×1016 are sorted as greater than 1×1016 but this subset is sorted alphabetically.
  • Any subset of numbers smaller than -1×1016 are sorted as less than -1×1016 but this subset is sorted alphabetically.
  • If a non-numeric value is given as the first unnamed parameter the results are undefined.
  • There is a maximum of 6 digits after the decimal separator. Positive numbers with more than 6 decimal digits should sort correctly but the results for negative numbers with more that 6 decimal digits is undefined.
  • A prefix (using the prefix parameter) does not affect the sort order.

Examples bıvurne

{{nts|123456789.00123}}<span style="display:none">&0000000123456789.001230</span>123,456,789.00123

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}} {{Number table sorting/Xetaya ifadeyi: Çekuya "between" ke nêşınasiyena. 1=Xetaya ifadeyi: Çekuya "between" ke nêşınasiyena.
}}between 2 and 3
{{nts|10|prefix=approx.{{sp}}|debug=yes}} Şablon:Number table sorting/positiveapprox. 10
{{nts|-5|debug=yes}} Şablon:Number table sorting/negative−5
{{nts|-4|debug=yes}} Şablon:Number table sorting/negative−4
{{nts|-73|debug=yes}} Şablon:Number table sorting/negative−73
{{nts|-67|debug=yes}} Şablon:Number table sorting/negative−67
{{nts|-20345678901234567.12345678|debug=yes}} Şablon:Number table sorting/negative−20,345,678,901,234,570.00000000
{{nts|123.456e3|debug=yes}} Şablon:Number table sorting/positive123,456
{{nts|123.456e2|debug=yes}} Şablon:Number table sorting/positive12,345.6
{{nts|20345678901234567.12345678|debug=yes}} Şablon:Number table sorting/positive20,345,678,901,234,570.00000000
{{nts|100345678901234567.12345678|debug=yes}} Şablon:Number table sorting/positive100,345,678,901,234,560.00000000
{{nts|1234567890123456.12345678|debug=yes}} Şablon:Number table sorting/positive1,234,567,890,123,456.00000000
{{nts|234567890123456.12345678|debug=yes}} Şablon:Number table sorting/positive234,567,890,123,456.12000000
{{nts|34567890123456.12345678|debug=yes}} Şablon:Number table sorting/positive34,567,890,123,456.12500000
{{nts|4567890123456.12345678|debug=yes}} Şablon:Number table sorting/positive4,567,890,123,456.12300000
{{nts|567890123456.12345678|debug=yes}} Şablon:Number table sorting/positive567,890,123,456.12340000
{{nts|67890123456.12345678|debug=yes}} Şablon:Number table sorting/positive67,890,123,456.12346000
{{nts|7890123456.12345678|debug=yes}} Şablon:Number table sorting/positive7,890,123,456.12345700
{{nts|890123456.12345678|debug=yes}} Şablon:Number table sorting/positive890,123,456.12345680
{{nts|90123456.12345678|debug=yes}} Şablon:Number table sorting/positive90,123,456.12345678
{{nts|0123456.12345678|debug=yes}} Şablon:Number table sorting/positive0,123,456.12345678
{{nts|123456.12345678|debug=yes}} Şablon:Number table sorting/positive123,456.12345678
{{nts|23456.12345678|debug=yes}} Şablon:Number table sorting/positive23,456.12345678
{{nts|3456.12345678|debug=yes}} Şablon:Number table sorting/positive3,456.12345678
{{nts|456.12345678|debug=yes}} Şablon:Number table sorting/positive456.12345678
{{nts|56.12345678|debug=yes}} Şablon:Number table sorting/positive56.12345678
{{nts|6.12345678|debug=yes}} Şablon:Number table sorting/positive6.12345678
{{nts|.12345678|debug=yes}} Şablon:Number table sorting/positive.12345678
{{nts|0.12345678|debug=yes}} Şablon:Number table sorting/positive0.12345678
{{nts|0.02345678|debug=yes}} Şablon:Number table sorting/positive0.02345678
{{nts|0.00345678|debug=yes}} Şablon:Number table sorting/positive0.00345678
{{nts|0.00045678|debug=yes}} Şablon:Number table sorting/positive0.00045678
{{nts|0.00005678|debug=yes}} Şablon:Number table sorting/positive0.00005678
{{nts|0.00000678|debug=yes}} Şablon:Number table sorting/positive0.00000678
{{nts|0.00000078|debug=yes}} Şablon:Number table sorting/positive0.00000078
{{nts|0.00000008|debug=yes}} Şablon:Number table sorting/positive0.00000008
{{nts|.00000008|debug=yes}} Şablon:Number table sorting/positive.00000008
{{nts|0|debug=yes}} Şablon:Number table sorting/positive0

See also bıvurne

  • {{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
  • {{Sms}}