Module:Sort/doc

From mediawiki.org

This module sorts a list of items separates by pipes. After the f (not one of the items) a separator is specified (for the pipe write {{!}}).

Example:

{{#invoke:Sort|f|, |g|p|hi|d|h}} gives:

d, g, h, hi, p

{{#invoke:Sort|f|{{!}}|g|p|hi|d|h}} gives:

d|g|h|hi|p

This module is referenced by Help:Sorting.