<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANtsh%2Fdoc</id>
	<title>Template:Ntsh/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ml.sayahna.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ANtsh%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Ntsh/doc&amp;action=history"/>
	<updated>2026-04-23T19:22:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.5</generator>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Ntsh/doc&amp;diff=4476&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Ntsh/doc&amp;diff=4476&amp;oldid=prev"/>
		<updated>2014-03-22T04:19:24Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 04:19, 22 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>http://ml.sayahna.org/index.php?title=Template:Ntsh/doc&amp;diff=4475&amp;oldid=prev</id>
		<title>XXN: interwiki</title>
		<link rel="alternate" type="text/html" href="http://ml.sayahna.org/index.php?title=Template:Ntsh/doc&amp;diff=4475&amp;oldid=prev"/>
		<updated>2013-10-19T09:57:08Z</updated>

		<summary type="html">&lt;p&gt;interwiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{mbox&lt;br /&gt;
&lt;br /&gt;
|text=This template will create valid sort keys for '''numbers''' only! Use {{tl|Sort}} or {{tl|Hidden sort key}} for text.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Ntsh''' ({{Bu|N}}umber {{Bu|T}}able {{Bu|S}}orting, {{Bu|H}}idden) 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 {{tl|Number table sorting}}. See [[Help:Sorting#Sorting with a hidden key]]. It can be used to prefix non-numeric entries; for example, using &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ntsh|0}}&amp;lt;/nowiki&amp;gt;None&amp;lt;/code&amp;gt; will cause &amp;quot;None&amp;quot; to be sorted as if it had a numeric value of zero. &lt;br /&gt;
&lt;br /&gt;
This template has the same limitation as {{tlf|Number table sorting}}. Please read [[Template:Number table sorting#Limitations]]&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
The first unnamed parameter must be a number.&lt;br /&gt;
&lt;br /&gt;
The only option is {{para|debug|yes}} which causes the search key to be displayed in a box followed by the number.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;amp;#123;&amp;amp;#123;ntsh&amp;amp;#124;''some number''&amp;amp;#125;&amp;amp;#125;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template is not intended for use with non numeric input. Doing so will result in an error message.&lt;br /&gt;
&lt;br /&gt;
===Output===&lt;br /&gt;
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]].&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ntsh|123456789.00123}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; generates &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;&amp;amp;amp;10000000123456789001230&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ntsh|-123456789.00123}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; generates &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;&amp;amp;amp;09999999876543210998769&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ntsh|123456789.00123|debug=yes}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; generates {{ntsh|123456789.00123|debug=yes}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tl|Nts}}&lt;br /&gt;
* {{tl|Ntss}}&lt;br /&gt;
* {{tl|sort}} – used to generate any sort key with visible text&lt;br /&gt;
* {{tl|hidden sort key}} – used to generate &amp;lt;u&amp;gt;any&amp;lt;/u&amp;gt; hidden sort key&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Sorting templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>XXN</name></author>
		
	</entry>
</feed>