Difference between revisions of "Template:DEFAULTSORT/doc"

From blackwiki
Jump to navigation Jump to search
imported>Hyacinth
(==See also== *{{tl|DISPLAYTITLE}})
imported>John of Reading
m (Typo fixing, replaced: It it → It is using AWB)
Line 6: Line 6:
 
'''<nowiki>{{DEFAULTSORT:<sort key>}}</nowiki>''' is a [[Help:Magic words|magic word]] used to apply a sort key to many categories at once. It can be overridden for individual categories applied to an article by manually applying a sort key.
 
'''<nowiki>{{DEFAULTSORT:<sort key>}}</nowiki>''' is a [[Help:Magic words|magic word]] used to apply a sort key to many categories at once. It can be overridden for individual categories applied to an article by manually applying a sort key.
  
It it not necessary to use DEFAULTSORT at all if the article or page should be alphabetized according to its title (true for most articles).
+
It is not necessary to use DEFAULTSORT at all if the article or page should be alphabetized according to its title (true for most articles).
  
 
==To understand DEFAULTSORT read the following==
 
==To understand DEFAULTSORT read the following==

Revision as of 13:18, 29 May 2013

{{DEFAULTSORT:<sort key>}} is a magic word used to apply a sort key to many categories at once. It can be overridden for individual categories applied to an article by manually applying a sort key.

It is not necessary to use DEFAULTSORT at all if the article or page should be alphabetized according to its title (true for most articles).

To understand DEFAULTSORT read the following

It is possible to set a default sort key which is different from {{PAGENAME}} by using the magic word {{DEFAULTSORT}} thus:
{{DEFAULTSORT:new key}}
In the case of multiple default sort key tags, the last DEFAULTSORT on the final rendering of a page applies for all categories, regardless of the position of the category tags. This also means that a DEFAULTSORT tag included from a template is not effective if another DEFAULTSORT tag occurs later on the page, even if the later DEFAULTSORT tag is also "hidden" (included by another template).

See also