Template:sort/documentation

Documentation for Template:sort. [edit]
This page contains usage information, categories, interwiki links and other content describing the template.

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
}}