Template:sort
Appearance
- The following documentation is located at Template:sort/documentation. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
Uses Lua:
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
}}