Jump to content

Template:sort

From Wiktionary, the free dictionary

Substitution Note on substitution
This template should always be substituted – use {{subst:sort}}.

This template creates a sorted list of template parameters in wikicode.

Example

{{col3|en|sort=0
|{{subst:sort|en
|c
|b
|a
}}}}

yields when saved

{{col3|en|sort=0
|a
|b
|c
}}