11th August 2026 at 12:00pm
| purpose | sort the current list in the order of the list referenced in the parameter |
|---|---|
| input | a list of items |
| suffix | New in v5.5.0 optional: end to place items missing from order after the listed ones. If omitted they are placed first |
| parameter | order=a list specifying the order in which to sort the current list |
| output | all items sorted by the order list, with unlisted items placed first, or last with the end suffix |