Template:sort

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Creates a sorted list of template parameters for unsorted list templates like {{col3-u}}.

Example[edit]

{{col3-u|lang=en
|{{subst:sort|en
|c
|b
|a
}}}}

yields when saved

{{col3-u|lang=en
|a
|b
|c
}}