Template:Ntsh: Difference between revisions
(Created page with "{{number table sorting/{{#iferror:{{#expr:+{{formatnum:{{{1|}}}|R}}}} |error |Qyes/{{#expr:{{formatnum:{{{1}}}|R}}<0}} }} |{{formatnum:{{{1|}}}|R}}|style={{...") |
mNo edit summary |
||
Line 12: | Line 12: | ||
<!-- Add cats and interwikis to the /doc subpage, not here! --> | <!-- Add cats and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||
[[Category:Templates]] |
Latest revision as of 21:28, 14 December 2012
Template:Number table sorting/error
This template will create valid sort keys for numbers only! Use {{Sms}} for text. |
Ntsh (Number Table Sorting, Hidden) generates a hidden sort key that allows numbers to sort correctly when a column of a sortable table needs to be sorted alphabetically. This template is a hidden version of {{Number table sorting}}. See Help:Sorting#Sorting with a hidden key. It can be used to prefix non-numeric entries; for example, using {{ntsh|0}}None
will cause "None" to be sorted as if it had a numeric value of zero.
This template has the same limitation as {{Number table sorting}}. Please read Template:Number table sorting#Limitations
Parameters[edit source]
The first unnamed parameter must be a number.
The only option is |debug=yes
which causes the search key to be displayed in a box followed by the number.
Usage[edit source]
{{ntsh|some number}}
This template is not intended for use with non numeric input. Doing so will result in an error message.
Output[edit source]
No output is displayed when using almost all browsers. If a text browser is used the result is undefined. See Wikipedia:Accessibility#Users with limited CSS/JavaScript support.
{{ntsh|123456789.00123}}
generates<span style="display:none">&10000000123456789001230</span>
{{ntsh|-123456789.00123}}
generates<span style="display:none">&09999999876543210998769</span>
{{ntsh|123456789.00123|debug=yes}}
generates Template:Number table sorting/Qyes/0