<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.1ok.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ASort%2Fdoc</id>
	<title>Vorlage:Sort/doc - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.1ok.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ASort%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Vorlage:Sort/doc&amp;action=history"/>
	<updated>2026-04-24T00:03:13Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Our Time Travel Wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.1ok.de/mediawiki/index.php?title=Vorlage:Sort/doc&amp;diff=1282&amp;oldid=prev</id>
		<title>Timetrave: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Vorlage:Sort/doc&amp;diff=1282&amp;oldid=prev"/>
		<updated>2021-08-24T18:20:36Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 24. August 2021, 19:20 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Timetrave</name></author>
	</entry>
	<entry>
		<id>https://www.1ok.de/mediawiki/index.php?title=Vorlage:Sort/doc&amp;diff=1281&amp;oldid=prev</id>
		<title>en&gt;Vanisaac: /* See also */clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://www.1ok.de/mediawiki/index.php?title=Vorlage:Sort/doc&amp;diff=1281&amp;oldid=prev"/>
		<updated>2020-04-27T00:56:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt;clean up per &lt;a href=&quot;/mediawiki/index.php?title=WP:CAT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:CAT (Seite nicht vorhanden)&quot;&gt;WP:CAT#T&lt;/a&gt; and &lt;a href=&quot;/mediawiki/index.php?title=WP:AWBREQ&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWBREQ (Seite nicht vorhanden)&quot;&gt;WP:AWBREQ&lt;/a&gt; add template:Sandbox other&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
{{Lua|Module:Sortkey}}&lt;br /&gt;
{{Ombox|type=content|text=This template should be avoided. Table sort keys are best defined using the &amp;lt;code&amp;gt;data-sort-value&amp;lt;/code&amp;gt; attribute, like so: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;| data-sort-value=&amp;quot;Doe, John&amp;quot; | John Doe&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. Please see {{Section link|WP:SORT|Specifying a sort key for a cell}} for details.}}&lt;br /&gt;
&lt;br /&gt;
This template is for manually adjusting sorting order in sortable tables by specified sortkeys.&lt;br /&gt;
&lt;br /&gt;
;Usage:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;sort | 1 = {{{sort value}}} | 2 = {{{displayed value}}} }}&amp;lt;/code&amp;gt; → {{sort | 1 = {{{sort value}}} | 2 = {{{displayed value}}} }}&lt;br /&gt;
The first parameter is the sortkey; the second parameter is the wikitext of what has to be displayed. By default, this is the sortkey with link brackets:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;sort | 1 = {{{displayed value}}} }}&amp;lt;/code&amp;gt; → {{sort | 1 = {{{displayed value}}} }}&lt;br /&gt;
A table using this template should use it in all rows.&lt;br /&gt;
&lt;br /&gt;
This template works by adding a hidden sort value, which replaces the value of the visible text for sorting purposes. The HTML output looks like: &amp;lt;nowiki&amp;gt;&amp;lt;span data-sort-value=&amp;quot;sortvalue&amp;quot;&amp;gt;[[displayed value]]&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=====Example=====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|{{sort|Brothers Karamazov|[[The Brothers Karamazov]]}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Sorting by numerical value, date, etc.&lt;br /&gt;
See [[Help:Sorting#Numerical sorting problems]] and [[meta:Help:Sorting#Sort modes]]&lt;br /&gt;
&lt;br /&gt;
;Equal rank&lt;br /&gt;
If you simply code as the second parameter an indicator that two items are equally ranked, e.g. &amp;quot;4=&amp;quot;, the template interpreter will treat this as an additional parameter (i.e. parameter 4, which it will then not use). You must explicitly code this as parameter 2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{sort|4|2=4=}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* {{tiw|Sortname}}—for using names in sortable tables (using &amp;quot;last name, first name&amp;quot; as default sort key)&lt;br /&gt;
* {{tiw|Date table sorting}}—for using dates in sortable tables&lt;br /&gt;
* {{tiw|Number table sorting}}—for using alphabetic sort mode for numbers in sortable tables&lt;br /&gt;
* [[Help:Sorting]]&lt;br /&gt;
* [[meta:Help:Sorting]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
[[Category:Sorting templates|{{PAGENAME}}]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Vanisaac</name></author>
	</entry>
</feed>