Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 21:45, 19 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Lua|Module:Sort list}} Auto-sort a list. '''Ascending''' <syntaxhighlight lang="wikitext"> {{sort list|asc|2= * c * a * b }} </syntaxhighlight> {{sort list|asc|2= * c * a * b }} '''Descending''' <syntaxhighlight lang="wikitext"> {{sort list|desc|2= * c * a * b }} </syntaxhighlight> {{sort list|desc|2= * c * a * b }}<includeonly>{{Sandbox other|| Category:Sorting templates }}</incl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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