Difference between revisions of "Template:AutoDEFAULTSORT"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#ifeq: {{#pos:{{PAGENAME}}|A | + | <includeonly>{{#ifeq: {{#pos:{{PAGENAME}}|A |}} | 0 | |
− | {{DEFAULTSORT:{{#replace:{{PAGENAME}}|A | + | {{DEFAULTSORT:{{#replace:{{PAGENAME}}|A |}}, A}} |
| }} | | }} | ||
− | {{#ifeq: {{#pos:{{PAGENAME}}|The | + | {{#ifeq: {{#pos:{{PAGENAME}}|The }} | 0 | |
− | {{DEFAULTSORT:{{#replace:{{PAGENAME}}|The | + | {{DEFAULTSORT:{{#replace:{{PAGENAME}}|The |}}, The}} |
| }}</includeonly><noinclude> | | }}</includeonly><noinclude> | ||
==Usage== | ==Usage== |
Revision as of 08:34, 14 August 2010
Usage
Given "The Sinful Dwarf", return {{DEFAULTSORT:Sinful Dwarf, The}}
. Handles "A Fistful of Dollars" too.
It's not perfect: if "The" or "A" (capitalized) appear elsewhere in title, it'll remove those from the DEFAULTSORT result.
{{AutoDEFAULTSORT}}