Template:Sort list
Jump to navigation
Jump to search
- The following documentation is located at Template:Sort list/doc. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
| This template uses Lua: |
Auto-sort a list.
Ascending
{{sort list|asc|2=
* c
* a
* b
}}
- a
- b
- c
Descending
{{sort list|desc|2=
* c
* a
* b
}}
- c
- b
- a